← Back to 13. I/O Systems

πŸ“ Application I/O Interface

πŸ“– From Operating System β€’ 13. I/O Systems β€’ 17 questions available

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

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

3
Easy Questions
9
Medium Questions
5
Hard Questions

πŸ“ Sample Questions

Q1. When an interrupt is detected, what is the first action the CPU performs?

πŸ”Ή A. Save the current execution state
πŸ”Ή B. Disable all interrupts
πŸ”Ή C. Jump directly to the handler address
πŸ”Ή D. Send an acknowledgment to the device

πŸ’‘ Difficulty: easy | βœ… Correct: A

Q2. A kernel needs to postpone a low‑priority network interrupt while a critical section runs. Which technique enables this behavior?

πŸ”Ή A. Polling the network device
πŸ”Ή B. Masking the interrupt line
πŸ”Ή C. Using DMA for the transfer
πŸ”Ή D. Performing a context switch

πŸ’‘ Difficulty: medium | βœ… Correct: B

Q3. A processor executes one million instructions per second and checks the interrupt line after each instruction. If an interrupt occurs every 2,000 instructions, how many interrupts does the CPU see each second?

πŸ”Ή A. 200
πŸ”Ή B. 2000
πŸ”Ή C. 500
πŸ”Ή D. 5000

πŸ’‘ Difficulty: hard | βœ… Correct: C

⬆️ 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