Round Robin schedule is essentially the pre-emptive version of
2007
Round Robin schedule is essentially the pre-emptive version of
- A.
FIFO
- B.
Shortest job first
- C.
Shortest remaining time
- D.
Longest remaining time
Attempted by 245 students.
Show answer & explanation
Correct answer: A
Round Robin scheduling is the preemptive version of First-In-First-Out (FIFO) or First-Come-First-Served (FCFS). While FIFO executes processes in arrival order without interruption, Round Robin assigns a fixed time quantum to each process, preempting it if the time expires before completion. This makes Round Robin essentially FIFO with preemption.
A video solution is available for this question — log in and enroll to watch it.