0:00
0% complete
LearnStep 1 of 2
Process States
Learning Objectives
- •Understand process states
- •Learn state transitions
Lesson Outline
LearnStep 1/2
Process States
State Descriptions
| State | Description |
|---|---|
| New | Process is being created |
| Ready | Waiting to be assigned to CPU |
| Running | Instructions being executed |
| Waiting | Waiting for I/O or event |
| Terminated | Process has finished execution |
Context Switch
When CPU switches from one process to another: