Multiple choice

Which of the following is a pre-emptive scheduling algorithm?

  1. Round Robin

  2. Shortest-Job-First

  3. Priority-Based

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Round Robin is a preemptive scheduling algorithm because the operating system interrupts a process after its time slice expires to allow other processes to run.