3,252 views

4 Answers

Best answer
6 votes
6 votes

there is a state called suspend ready, when system needs to free up resources, some processes are moved to that state from ready state

selected by
1 votes
1 votes
A Process in ready state can be blocked if  higher priority process arrive in ready queue and there is no space for low priority  process then it is moved to block and wait state.
0 votes
0 votes

The qs asks you that from which state process can go to blocked state and the answer which is given is right.

Now ,I think this two pictures ,will clear your doubts.. 

0 votes
0 votes
in a ready state a process can be blocked because-

if any process which is having a high priority and there is no space available in the ready queue then it will replace

a process which is having a low priority to a suspend ready state (in secondery memory).and later when the resources

will be free or a queue will be free then it will again comes to a ready state

Related questions

3 votes
3 votes
2 answers
2
1 votes
1 votes
2 answers
3
3 votes
3 votes
1 answer
4
Hardi Shah asked Dec 27, 2015
2,209 views
A process in which of the following state is best suited for swapping into main memory?(A) Ready Suspended (B) Blocked Suspended (C) Running ...