StreakPeaked· Practice

ExamsGATETechnical

Which of the following process state transitions is/are NOT possible?

  1. Running to Ready
  2. Waiting to Running
  3. Ready to Waiting
  4. Running to Terminated

Correct answer: Ready to Waiting

Solution

A process can move from running to ready due to preemption, waiting to running when the event it was waiting for occurs, and running to terminated when it finishes. A ready process cannot directly become waiting because it must first be scheduled to run before it can request I/O or block.

Related GATE Technical questions

⚔️ Practice GATE Technical free + battle 1v1 →