Multiple choice Which of the following does not interrupt a running process? A device Timer Scheduler process Power failure Reveal answer Fill a bubble to check yourself C Correct answer Explanation A device can request interrupt service. A timer when finishes or power failure causes a running process to stop. But a scheduler process doesn't do this.