As an Amazon Associate I earn from qualifying purchases.

Reentrant Procedure Notes: Definitions & Explanations PDF Download

Study Reentrant Procedure lecture notes PDF with operating system definitions and explanation to study “What is Reentrant Procedure?”. Study reentrant procedure explanation with operating system terms to review operating system course for online degree programs.

Reentrant Procedure Definition:

  • A routine that may be entered before the completion of a prior execution of the same routine.

    Operating Systems by William Stallings



Reentrant Procedure Notes:

A reentrant procedure is one in which a single copy of the program can be shared by multiple users during the same period. Re entrance has two key aspect i.e. The program code cannot modify itself and the local data for each user must be stored separately.

Keep Learning with Operating System Notes

What is Job Control Language?

Job Control Language is a language for describing jobs to the operating system. The operating system allocates its time and ...

What is Central Processing Unit (CPU)?

Central Processing Unit (CPU) sometimes referred to as the central processor, but more commonly called a processor is the brain ...

What is Virtual Address?

A virtual address is a pointer for memory space that an operating system allows a process to use. The virtual ...

What is Object Request Broker?

Object Request Broker is a middleware which allows program to be made from one computer to another through a computer ...

What is Process Switch?

A process switch is the shifting of operating system scheduler from one running program to another. This requires saving all ...

What is Program Status Word?

The Program Status Word (PSW) is a collection of data which is 64 bits long. It keeps track of the ...