Skip to main content

Process Management

Process States

0:00
LearnStep 1/2

Process States

Process States

Five-State Model

State Descriptions

StateDescription
NewProcess is being created
ReadyWaiting to be assigned to CPU
RunningInstructions being executed
WaitingWaiting for I/O or event
TerminatedProcess has finished execution

Context Switch

When CPU switches from one process to another: