Multiple choice Which of the following statements is incorrect? Priority algorithm suffers from starvation FCFS is a non-preemptive algorithm Round Robin scheduling can be both preemptive and non-preemptive SJF is provably optimal FCFS algorithm is not used in time sharing systems Reveal answer Fill a bubble to check yourself C Correct answer Explanation If the time quantum is large enough, it will behave as a non-preemptive algorithm, but if the time quantum is too small, then it will behave as preemptive algorithm. So, this is the required answer as this statement is incorrect.