in Operating System edited by
2,332 views
1 vote
1 vote

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
in Operating System edited by
by
2.3k views

1 comment

When a process is in ready state then the resources which this process hold are not in use then at that time OS can prempt it's resources if necessary, then in that condition the state of this process changes to wait state.
0
0

1 Answer

2 votes
2 votes

Consider the following process state diagram:

 

From the above process state diagram, it is clear that:

  • A process can go from running to ready.
  • A process can go from running to exit/terminate.
  • A process can not go from waiting to running and ready to wait.

Option $(B,C)$ is correct.

Similar types of questions are asked in:

  1.  GATE CSE 2020 | Question: 12
  2.  GATE CSE 2009 | Question: 32
Answer:

Related questions