54.3k views
5 votes
Consider a system running ten I/O-bound tasks and one CPU-bound task. Assume that the I/O-bound tasks issue an I/O operation once for every millisecond of CPU computing and that each I/O operation takes 10 milliseconds to complete. Also assume that the context switching overhead is 0.1 millisecond and that all processes are long-running tasks. What is the CPU utilization for a round-robin scheduler when:

User Zyonneo
by
4.2k points

1 Answer

3 votes

Answer:

10 minutes

Step-by-step explanation:

User Harrrrrrry
by
4.6k points