Round Robin scheduling is essentially the pre-emptive version of
2007
Round Robin scheduling is essentially the pre-emptive version of
Answer: A. FIFO — Round Robin scheduling is FCFS/FIFO scheduling with pre-emption added through a fixed time quantum. Therefore it is essentially the pre-emptive version of FIFO.
- A.
FIFO
- B.
Shortest Job First
- C.
Shortest remaining time
- D.
Longest remaining time
Attempted by 763 students.
Show answer & explanation
Correct answer: A
Round Robin scheduling is FCFS/FIFO scheduling with pre-emption added through a fixed time quantum. Therefore it is essentially the pre-emptive version of FIFO.
Loading lesson…