Which of the following transitions is not possible between the process states…
2025
Which of the following transitions is not possible between the process states shown below?
Attempted by 484 students.
Show answer & explanation
Based on standard process state models: Run → Terminated is valid (process ends). Run → Waiting is valid (blocking for I/O). Run → Ready is valid (preemption). However, a process in the Waiting state must transition to Ready before it can be scheduled to Run; direct transitions from Waiting to Running are not allowed. Thus, Waiting → Run is the impossible transition.