Trusted by millions of Kenyans
Study resources on Kenyaplex

Get ready-made curriculum aligned revision materials

Exam papers, notes, holiday assignments and topical questions – all aligned to the Kenyan curriculum.

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

Answer Attachments

Exams With Marking Schemes

Related Questions