Process control table

To implement the process model, the operating systems needs a data structure to be used to store the information about each process – process control block.

The process control table (PCT), which can be seen as an array of process control blocks, stores information about all processes.

Last updated