Round Robin schedule is essentially the pre-emptive version of

2007

Round Robin schedule is essentially the pre-emptive version of

Answer: A. FIFORound Robin scheduling is the preemptive version of First-In-First-Out (FIFO) or First-Come-First-Served (FCFS). While FIFO executes processes in arrival…

  1. A.

    FIFO

  2. B.

    Shortest job first

  3. C.

    Shortest remaining time

  4. D.

    Longest remaining time

Attempted by 732 students.

Show answer & explanation

Correct answer: A

Round Robin scheduling is the preemptive version of First-In-First-Out (FIFO) or First-Come-First-Served (FCFS). While FIFO executes processes in arrival order without interruption, Round Robin assigns a fixed time quantum to each process, preempting it if the time expires before completion. This makes Round Robin essentially FIFO with preemption.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Iocl Engineers Officers Grade A Paper 2

Loading lesson…