edited by
1,825 views
0 votes
0 votes

N processes are waiting for $I/O$. A process spends a fraction $p$ of its time in $I/O$ wait state. The $CPU$ utilization is given by :

  1. 1-p-N            
  2. 1-pN             
  3. pN                  
  4. p-N
edited by

2 Answers

Best answer
1 votes
1 votes
Ans is B

Let p=20% of time of process invest in i/o

N=1

Cpu utili.=1-pN=1-(.2)^1=.80=80%

N=2

Cpu utili.=1-(0.2)^2=1-.04=.96=96%

And so on..

So in multiprogramming environment if no. Of processes increases the CPU utili. Also increases
selected by

Related questions

1 votes
1 votes
2 answers
1
0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
3
rishu_darkshadow asked Sep 26, 2017
1,260 views
In which of the following, ready to execute processes must be present in $RAM$ ?multiprocessing multiprogramming multitasking all of the above
1 votes
1 votes
1 answer
4