527 views
0 votes
0 votes
The IO wait percentage w of a process is the percentage of time the process wait for an IO to completion when executed in a monoprogramming enviorment . on a system using round robin with n process ,all having same IO . what percentage of time cpu will be idle in term of (w) ?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
4
ajayraho asked Oct 23, 2022
910 views
What is the significance of infinite loop that is written in every example of process synchronisation? What would happen if there wasn't any infinite loop?