Which of the following statements is/are true? (i) When the time quantum…
2019
Which of the following statements is/are true? (i) When the time quantum allocated in Round Robin scheduling is very high, it results in FCFS scheduling. (ii) When the time quantum allocated in Round Robin scheduling is very low, more time is spent on context switching.
- A.
Only (ii) is true
- B.
Both (i) and (ii) are true
- C.
Neither (i) nor (ii) is true
- D.
Only (i) is true
Attempted by 679 students.
Show answer & explanation
Correct answer: B
With a very large time quantum, Round Robin behaves like FCFS, and with a very small time quantum, excessive context switching occurs.