โ† Back to 13. I/O Systems

๐Ÿ“ Clocks and timers in Application I/O Interface

๐Ÿ“– From Operating System โ€ข 13. I/O Systems โ€ข 8 questions available

Practice MCQs for Clocks and timers in Application I/O Interface. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

๐Ÿ”„ Last updated: 2026-07-27

1
Easy Questions
5
Medium Questions
2
Hard Questions

๐Ÿ“ Sample Questions

Q1. What is the name of the hardware line that the CPU monitors after each instruction to detect an interrupt request?

๐Ÿ”น A. interrupt-request line
๐Ÿ”น B. data bus
๐Ÿ”น C. address bus
๐Ÿ”น D. control bus

๐Ÿ’ก Difficulty: easy | โœ… Correct: A

Q2. Why should an operating system defer interrupt handling while executing a critical section of code?

๐Ÿ”น A. to prevent data corruption
๐Ÿ”น B. to increase interrupt frequency
๐Ÿ”น C. to reduce CPU speed
๐Ÿ”น D. to simplify code

๐Ÿ’ก Difficulty: medium | โœ… Correct: A

Q3. In a system with a highโ€‘priority timer interrupt and a lowโ€‘priority I/O interrupt, what happens if the timer interrupt arrives while the lowโ€‘priority handler is running?

๐Ÿ”น A. the lowโ€‘priority handler continues and the timer interrupt is delayed
๐Ÿ”น B. the CPU preempts the lowโ€‘priority handler to service the timer interrupt immediately
๐Ÿ”น C. both handlers execute simultaneously in separate cores
๐Ÿ”น D. the system resets due to interrupt conflict

๐Ÿ’ก Difficulty: hard | โœ… Correct: B

โฌ†๏ธ View all questions in the quiz below

๐Ÿ”— Related Topics

๐Ÿ“ Overview of I/O Systems๐Ÿ“ I/O Hardware in I/O Systems๐Ÿ“ Polling in I/O Hardware๐Ÿ“ Interrupts in I/O Hardware๐Ÿ“ Direct memory access in I/O Hardware
๐Ÿš€ Start Quiz ๐Ÿ“ Practice Mode