

MCQOPTIONS
Saved Bookmarks
1. |
Consider a uniprocessor computer system that has 2 processes and both of them alternate 10ms CPU bursts with 90ms I / O bursts. Both the processes were created at nearly the same time and can proceed in parallel. What is the scheduling strategy for this system that will result in the least CPU utilization (over a long period of time) ? |
A. | Round Robin scheduling with a time quantum of 5ms |
B. | First Come First Served scheduling |
C. | Shortest remaining time first |
D. | Static priority scheduling with different priorities for the two processes |
Answer» B. First Come First Served scheduling | |