In processor management, round robin method essentially uses the pre-emptive…
2006
In processor management, round robin method essentially uses the pre-emptive version of
- A.
FILO
- B.
FIFO
- C.
SJF
- D.
Longest time first
Attempted by 133 students.
Show answer & explanation
Correct answer: B
Round robin scheduling is a pre-emptive variant of First-Come, First-Served (FCFS). It uses time slicing to manage processes in a FIFO queue order.
A video solution is available for this question — log in and enroll to watch it.