In which of the following scheduling policies does context switching never…

2021

In which of the following scheduling policies does context switching never take place?

Answer: D. First-come-first-serveAnswer: First-come-first-serve (FCFS) Reason: FCFS is non-preemptive. The scheduler does not forcibly remove a running process; a process runs until it…

  1. A.

    Round Robin

  2. B.

    Shortest remaining time first

  3. C.

    Pre-emptive

  4. D.

    First-come-first-serve

Attempted by 1118 students.

Show answer & explanation

Correct answer: D

Answer: First-come-first-serve (FCFS) Reason: FCFS is non-preemptive. The scheduler does not forcibly remove a running process; a process runs until it completes or blocks. No context switches due to preemption: because FCFS is non-preemptive, the OS does not interrupt a running process to switch to another.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…