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