Which of the following statements is/are true about preemptive type process…

2022

Which of the following statements is/are true about preemptive type process scheduling in an operating system?
(i) In preemptive scheduling, the utilisation of CPU is low.
(ii) Shortest Job First process scheduling is an example of preemptive scheduling.

Answer: D. Neither (i) nor (ii)Statement (i) is false because preemptive scheduling typically improves CPU utilization by allowing context switches to prioritize shorter jobs. Statement…

  1. A.

    Only (i)

  2. B.

    Only (ii)

  3. C.

    Both (i) and (ii)

  4. D.

    Neither (i) nor (ii)

Attempted by 740 students.

Show answer & explanation

Correct answer: D

Statement (i) is false because preemptive scheduling typically improves CPU utilization by allowing context switches to prioritize shorter jobs. Statement (ii) is false since Shortest Job First (SJF) is non-preemptive by default; its preemptive variant is Shortest Remaining Time First (SRTF). Thus, neither statement is correct.

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

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…