Question 12
Which of the following statements correctly describes a key difference between the First-Come-First-Serve (FCFS) and Round Robin (RR) CPU scheduling algorithms?
FCFS uses a fixed time quantum, while Round Robin does not.
FCFS is non-preemptive, while Round Robin is preemptive.
Round Robin always selects the process with the shortest burst time.
Both FCFS and Round Robin are non-preemptive scheduling algorithms.