Discussion :: Data Structure MCQs
- What is not a disadvantage of priority scheduling in operating systems?
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.
None of the mentioned
|
Answer : Option C
Explanation :
It is in fact an advantage, interrupts should be given more priority than the task at hand so that the interrupt can be serviced.
Be The First To Comment