InterviewSolution
Saved Bookmarks
| 1. |
There are 10 different processes running on a workstation. Idle processes are waiting for an input event in the input queue. Busy processes are scheduled with the Round-Robin time sharing method. Which out of the following quantum times is the best value for small response times, if the processes have a short runtime, e.g. less than 10ms?(a) tQ = 15ms(b) tQ = 40ms(c) tQ = 45ms(d) tQ = 50msThe question was posed to me during an internship interview.I need to ask this question from CPU Scheduling Algorithms-1 topic in chapter CPU Scheduling of Operating System |
|
Answer» The CORRECT CHOICE is (a) TQ = 15ms |
|