Multiple choice

Which of these is a non-preemptive CPU scheduling algorithm?

  1. First In First Out

  2. Fixed priority preemptive scheduling

  3. Round-robin scheduling

  4. Multilevel queue scheduling

  5. Multilevel feedback queue scheduling

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

First In First Out (FIFO) is the simplest scheduling algorithm. FIFO simply queues processes in the order that they arrive in the ready queue.