Definition
Process Table
Management
Creation
OS finds an available slot and initialises a new PCB when a process is created (login, shell command).
Indexing
PID often serves as index for constant-time access.
Hierarchy
Tracks parent-child relationships between processes.
Cleanup
When a process reaches Exit state, its entry is removed after recording final resource usage.