Round robin is a method of ________ scheduling.
2023
Round robin is a method of ________ scheduling.
- A.
Preemptive Scheduling
- B.
Non-Preemptive Scheduling
- C.
Both Preemptive and Non-Preemptive
- D.
Neither Preemptive nor Non-Preemptive
- E.
Question not attempted
Attempted by 420 students.
Show answer & explanation
Correct answer: A
Round Robin is a preemptive scheduling algorithm. In this method, each process is assigned a fixed time slot (time quantum). If the execution exceeds this limit, the CPU switches to another process, making it preemptive.