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 Next — Shortest Job Next (SJN) is a non-preemptive scheduling algorithm that can cause starvation because shorter jobs may continuously arrive, delaying longer…
- A.
FIFO
- B.
Round Robin
- C.
Shortest Job Next
- 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.
Loading lesson…