Last Updated : 29 Oct, 2018

Some of the CPU Scheduling algorithms are given below:
First come first serve (FCFS), Shortest remaining job first (SRJF), Priority scheduling, Round Robin (RR), Highest response ratio next (HRRN), Multilevel feedback queue scheduling (MLFQ).
Which of the algorithms does not suffer from starvation.

(A) Round – Robin and MLFQ only
(B) Round – Robin, HRRN and MLFQ only
(C) HRRN and MLFQ only
(D) Round – Robin, HRRN and FCFS only


Answer: (D)

Explanation:

Hence, option (D) is correct.

Quiz of this Question


Share your thoughts in the comments