Q:
Round robin scheduling falls under the category of
Answer & Explanation
Answer: A) Preemptive scheduling
Explanation: Round-robin (RR) is one of the algorithms employed by process and network schedulers in computing. It falls under the category of Preemptive scheduling. In computing, the running task is interrupted for some time without requiring its cooperation and resumed later when the priority task has finished its execution. This is called preemptive scheduling.
View Answer
Report Error
Discuss