Multiple choice

Which scheduling algorithm gives minimum average waiting time?

  1. FCFS

  2. SJF

  3. Round Robin

  4. Priority

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

Shortest Job First (SJF) is mathematically proven to provide the minimum average waiting time for a given set of processes by executing the shortest tasks first.