in Operating System
4,707 views
4 votes
4 votes

Which is the correct definition of a valid process transition in an operating system?

  1. Wake up: ready $\rightarrow$ running
  2. Dispatch: ready $\rightarrow$ running
  3. Block: ready $\rightarrow$ running
  4. Timer runout: $\rightarrow$ ready $\rightarrow$ running
in Operating System
4.7k views

1 Answer

10 votes
10 votes
Best answer
Answer is [B]

a) WakeUp : waiting->ready

b) Dispatch : Ready-> Running

c) Block : Waiting/Blocked ->Ready

d) Timerout : Running->Blocked
selected by

4 Comments

@arjun sir why not c
0
0
@tryhard block mean RUNNING =====> BLOCK state
0
0
timerout-> running to ready
2
2
Answer:

Related questions