Computer Science, asked by sahir7905, 1 year ago

Which of the process transition is invalid? (a) run ready (b) suspend wait suspend ready (c) wait/ block run (d) none of the above

Answers

Answered by ankurbadani84
1

Answer : - 'Wait to Run' is invalid state transition.

Following are the valid state transitions:-

1) Start -> Ready

2) Ready -> Running

3) Running -> Ready

4) Running -> Terminated

5) Running -> Wait

6) Wait -> Ready

So Wait will have to get to Ready and after that it will Run.

Hence 'Wait to Run' is invalid.

Answered by mindfulmaisel
0

Wait/ block to Run is invalid.

Option: (c)

Explanation:

There are several states of process in an operating system. They are as follows,

 - New (Create)

 - Ready

 - Run

 - Blocked or wait

 - Terminated or completed

 - Suspend ready

 - Suspend blocked or suspend waited

In the given question, the options for the transitions are valid, except for option C. The valid transition will be Running to blocked/wait and not wait/block to Run.

Learn more about operating system

What is an operating system. how it is useful as interpreter

https://brainly.in/question/9806060

Can we interact with a computer in which operating system is not installed? justify​

https://brainly.in/question/12222962

Similar questions