Ask Question
29 September, 11:00

In round-robin scheduling, a) the time quantum should be larger than the context switch time. b) the time quantum should be as smaller than the the context switch time. c) the time quantum should be equal to 200 ms divided by the number of precess waiting. d) the time quantum should be as small as possible

+2
Answers (1)
  1. 29 September, 13:03
    0
    Answer: d. the time quantum should be as small as possible.

    Explanation: Round robin is a CPU scheduling algorithm. If the time quantum is extremely small, number of context switches is very high, round robin scheduling will be same as processor sharing algorithm. Then the algorithm is good. Very large time quantum will make response time of processes too much which may not be tolerated in interactive environment.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “In round-robin scheduling, a) the time quantum should be larger than the context switch time. b) the time quantum should be as smaller than ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers