Multiple choice

Shortest job first is a special case of

  1. FCFS scheduling

  2. priority scheduling

  3. round robin scheduling

  4. gantt scheduling

  5. None of these

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

Shortest job first scheduling and priority scheduling are two algorithms used for scheduling. Shortest job first is a special case of priority scheduling.