107k views
3 votes
(g) Which of the following scheduling algorithms could result in starvation? (i) FCFS (ii) SJF (iii) Round Robin (iv) Priority.

1 Answer

3 votes

Answer:

option iv

Priority

Step-by-step explanation:

Priority based scheduling algorithms could result in starvation, as CPU is allocated to the task with high priority as a result all the other processes whether smaller than that have to stay in waiting

User Aren Hovsepyan
by
7.8k points