Multiple choice

Which of the following CPU scheduling algorithms falls under the category of non-preemptive scheduling algorithm?

  1. Round robin scheduling algorithm

  2. Shortest job first

  3. FCFS

  4. Priority scheduling

  5. Real time scheduling

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

This option is correct as this algorithm works on first come first serve basis.There is no preemption of processes in this algorithm.