Question
Why does an operating system configure a timer before giving the CPU to a user process?
Select an option. Your answer will be checked instantly.
Correct Answer: D. To regain control if the process runs too long
Explanation:
A timer interrupt prevents a user process from keeping the processor indefinitely.
When the timer expires, the operating system can preempt the process and schedule another task.
Leave a Reply