5,880 views
1 1 vote
with a four programs in memory and with 80% average I/O wait,the CPU utilization

a)60%  b)70%  d)90%  d)100%

1 Answer

Best answer
2 2 votes
The CPU utilization can be modeled by the formula:-
CPU utilization = 1 - p^n
Here n is number of process and P is the time waiting for I/O.
In your question n=4 and p =.80
so Utilization is 1-.8^4 which is   .6   (i.e. 60%)
selected by
Position:
Show:

Related questions

0 0 votes
3 answers 3 answers
1.3k
1.3k views
bad_engineer asked Mar 13, 2016
1,270 views
P1: A program can print its source code once.P2: A program can print its source code twice.P3: A program takes an input n and prints its source code n number of times.Whi...