Practice free →
HomeGATE CSEcomputerscienceOperating Systems › In a multilevel feedback queue, a process that c…

In a multilevel feedback queue, a process that consistently exhausts its full time quantum

Astays at its current priority level forever
Bis demoted to a lower-priority queue (likely CPU-bound)
Cis promoted to a higher-priority queue as a reward
Dis terminated by the OS
Answer & Solution
Correct answer: B. is demoted to a lower-priority queue (likely CPU-bound)
MLFQ uses past behaviour as a signal. A process that always uses its full quantum (rather than blocking for I/O) looks CPU-bound — long bursts, doesn't need responsiveness. It gets demoted to a lower-priority queue where it shares CPU with other CPU-hogs on larger quanta. I/O-bound processes (frequent blocking) stay or rise; CPU-bound sinks.
Solve this in the app — GATE CSE practice & 24k+ MCQs →
Related questions