5,045 views
1 votes
1 votes
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 votes
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

Related questions

641
views
3 answers
0 votes
bad_engineer asked Mar 13, 2016
641 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...