Round robin is a method of ________ scheduling.

2023

Round robin is a method of ________ scheduling.

Answer: A. Preemptive SchedulingRound Robin is a preemptive scheduling algorithm. In this method, each process is assigned a fixed time slot (time quantum). If the execution exceeds this…

  1. A.

    Preemptive Scheduling

  2. B.

    Non-Preemptive Scheduling

  3. C.

    Both Preemptive and Non-Preemptive

  4. D.

    Neither Preemptive nor Non-Preemptive

  5. E.

    Question not attempted

Attempted by 1149 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.

Explore the full course: Niacl Ao It Specialist

Loading lesson…