Which of the following process scheduling algorithm may lead to starvation ?

2025

Which of the following process scheduling algorithm may lead to starvation ?

Answer: C. Shortest Job NextShortest Job Next (SJN) is a non-preemptive scheduling algorithm that can cause starvation because shorter jobs may continuously arrive, delaying longer…

  1. A.

    FIFO

  2. B.

    Round Robin

  3. C.

    Shortest Job Next

  4. D.

    None of the above

Attempted by 457 students.

Show answer & explanation

Correct answer: C

Shortest Job Next (SJN) is a non-preemptive scheduling algorithm that can cause starvation because shorter jobs may continuously arrive, delaying longer processes indefinitely.

Explore the full course: Niacl Ao It Specialist

Loading lesson…