edited by
3,883 views

2 Answers

5 votes
5 votes

waiting  time of 1 process is p

   "          "          n     "           pn

say,if total time is 1

Utilization time will be 1- pn

Answer is (C)

1 votes
1 votes
The question should be the fraction of waiting time for a process is p, not the waiting time.
the probability that all the processes would wait same time would be p^n. and that time cpu would be ideal. So CPU utilization time = 1 - p^n

Related questions

0 votes
0 votes
2 answers
1
Na462 asked Jul 19, 2018
2,369 views
2 votes
2 votes
4 answers
2
0 votes
0 votes
3 answers
3
Chaitanya Kale asked Sep 22, 2022
659 views
If we are using non-preemptive CPU scheduling then can there be process state transition from running to ready state?
1 votes
1 votes
1 answer
4
iarnav asked Jan 12, 2022
402 views
Does non preemptive CPU scheduling needs hardware support.kindly explain.