Multiple choice Which of the following is a pre-emptive scheduling algorithm? Round Robin Shortest-Job-First Priority-Based 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.