Multiple choice Which of these is a non-preemptive CPU scheduling algorithm? First In First Out Fixed priority preemptive scheduling Round-robin scheduling Multilevel queue scheduling 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.