Multiple choice Which of the following CPU scheduling algorithms is used by real-time operating system? FCFS Round-robin Priority based SJF Reveal answer Fill a bubble to check yourself B Correct answer Explanation This option is correct because in Round-robin scheduling, a fixed time quantum is assigned to each process and if the process does not complete in that time quantum it is preempted and the next process in the ready queue may start its execution.