Process Control Block (PCB)
Learned in SE350.
The Process Control Block is the data structure in the operating system kernel that stores information about a process. It is essential for process management.
This is stored and managed by the OS.
Where in memory does the PCB reside?
Stored in kernel memory, often in a dedicated Process Table maintained by the OS.