What is not a disadvantage of priority scheduling in operating systems?
2024
What is not a disadvantage of priority scheduling in operating systems?
Answer: C. Interrupt handling — Answer: c Explanation: Priority scheduling has disadvantages such as starvation for lower priority processes. However, interrupt handling is an advantage…
- A.
A low priority process might have to wait indefinitely for the CPU
- B.
If the system crashes, the low priority systems may be lost permanently
- C.
Interrupt handling
- D.
Indefinite blocking
Attempted by 348 students.
Show answer & explanation
Correct answer: C
Answer: c Explanation: Priority scheduling has disadvantages such as starvation for lower priority processes. However, interrupt handling is an advantage because interrupts are given higher priority to ensure timely servicing of critical events.
Loading lesson…