Open In App

ISRO | ISRO CS 2007 | Question 17

Round Robin schedule is essentially the pre-emptive version of
(A) FIFO
(B) Shortest job first
(C) Shortest remaining time
(D) Longest remaining time

Answer: (A)
Explanation: FIFO when implemented in preemptive version, acts like a round-robin algorithm.

So, option (A) is correct.
Quiz of this Question

Article Tags :