Q
Medium 1 Mark
Computer Studies Operating Systems
Which state comes after the 'Ready' state in a process lifecycle?
Explanation
In the process lifecycle: New → Ready → Running → Waiting/Terminated. A process moves from Ready to Running when the CPU is assigned to it.
Reference: Computer Studies , Page 5
Hint
A 'Ready' process is waiting for the CPU to pick it up.