Process Table in OS (original) (raw)

Last Updated : 23 Apr, 2026

A process table is a data structure maintained by the operating system to keep track of all active processes. It contains an entry for the Process Control Block (PCB) of each process, which stores essential information like process ID, state, program counter, CPU registers, memory usage and resource allocations.

Process Table and Process Control Block

Roles of Process Table & Process Control Block