190 views
0 votes
0 votes
If there are 'n' processor and 'm' processes then maximum process in block state can be?

 

I think its m-n but answer is 'm' how?

1 Answer

0 votes
0 votes
  • If a running process require i/o operation then it will moves into the block state .

  • In wait state also multiple process will performe i/o operation.

  • In worst case If all process require i/o operation then all will can go in block state . 

  • So there are m process . And all require i/o then all will go into the block state . Which is maximum.

Related questions

0 votes
0 votes
0 answers
2
1 votes
1 votes
0 answers
3
Harikesh Kumar asked Jul 27, 2017
317 views
which one lecture are best available at NPTEL For software Engineering ???? Please provide me link if possible. 1. IIT KHARAGPUR2. IIT BOMBAY3. IIT KANPUR..........PLEASE...
2 votes
2 votes
0 answers
4
shraddha priya asked Jun 9, 2017
382 views
Is the following instruction a no operation instruction? If yes, how? As R0 will now have 2*R0 as value so can it be really considered as NOP even if the value of registe...