Describe process control block (pcb).

      

Describe process control block (PCB).

  

Answers


Chei
Process control block encloses all information about the process,it’s a data structure which contains the following;
- Process state-can be running,waiting etc.
- Process ID and parent process ID.
- CPU registers and program counter,program counter holds the address of the next instructions to be executed for that process.
- CPU scheduling information;such as priority information and pointers to scheduling queues.
- Memory management information ;for example ,page tables or segment tables.
- Accounting information;the user and kernel CPU time consumed,account number limits.
- I/O status information;devices allocated ,open files tables etc.

Softwaretech answered the question on April 27, 2019 at 08:04


Next: Outline various process states
Previous: Define the term process scheduling thus state its aims

View More Computer Science Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions