Intermediate Operating Systems
Q67 / 100

What problem does the "aging" technique solve in priority scheduling?

Correct! Well done.

Incorrect.

The correct answer is B) It prevents starvation by gradually increasing the priority of processes that have waited a long time

B

Correct Answer

It prevents starvation by gradually increasing the priority of processes that have waited a long time

Explanation

In pure priority scheduling, low-priority processes can wait indefinitely if higher-priority ones keep arriving. Aging incrementally raises the priority of waiting processes so that, eventually, every process is guaranteed to run.

Progress
67/100