Which scheduling algorithm gives a minimum average waiting time?

2019

Which scheduling algorithm gives a minimum average waiting time?

Answer: C. SJFShortest Job First (SJF) scheduling algorithm is provably optimal because it minimizes the average waiting time for a given set of processes. By scheduling…

  1. A.

    RR

  2. B.

    Priority

  3. C.

    SJF

  4. D.

    FCFS

Attempted by 1151 students.

Show answer & explanation

Correct answer: C

Shortest Job First (SJF) scheduling algorithm is provably optimal because it minimizes the average waiting time for a given set of processes. By scheduling the process with the shortest CPU burst time first, the waiting times of subsequent longer processes are reduced, moving the overall mathematical average to its minimum possible value.

Thus, the correct option is C.

Explore the full course: Coal India Management Trainee

Loading lesson…