InterviewSolution
Saved Bookmarks
| 1. |
With round robin scheduling algorithm in a time shared system ____________(a) using very large time slices converts it into First come First served scheduling algorithm(b) using very small time slices converts it into First come First served scheduling algorithm(c) using extremely small time slices increases performance(d) using very small time slices converts it into Shortest Job First algorithmThe question was posed to me in quiz.This key question is from CPU Scheduling Algorithms-1 topic in section CPU Scheduling of Operating System |
|
Answer» The correct option is (a) USING very LARGE TIME slices converts it into First come First SERVED scheduling algorithm |
|