Question 1
Open questionWhich scheduling algorithm can cause starvation?
A
A: Round Robin
B
B: FCFS
C
C: Priority Scheduling
D
D: SJF
Answer and explanation
Correct Answer: C — C: Priority Scheduling
Priority Scheduling can cause starvation when high-priority processes keep arriving.
