← Back to 13. I/O Systems

πŸ“ Polling in I/O Hardware

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

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

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

3
Easy Questions
7
Medium Questions
3
Hard Questions

πŸ“ Sample Questions

Q1. What is the primary purpose of polling in computer I/O?

πŸ”Ή A. Continuously checking a device's status
πŸ”Ή B. Sending interrupt signals
πŸ”Ή C. Allocating memory
πŸ”Ή D. Encrypting data

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

Q2. How does a daisy‑chain configuration affect the polling process for multiple devices on the same bus?

πŸ”Ή A. It allows the CPU to poll each device sequentially using the same port
πŸ”Ή B. It requires each device to generate its own interrupt
πŸ”Ή C. It eliminates the need for polling entirely
πŸ”Ή D. It forces devices to operate at the same speed

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

Q3. Consider a bus that supports both DMA and polling. Why might polling still be preferred for a device that transfers small, irregular packets?

πŸ”Ή A. Overhead of setting up DMA outweighs benefits for tiny transfers
πŸ”Ή B. Polling can compress data better
πŸ”Ή C. DMA cannot operate on that bus type
πŸ”Ή D. Polling automatically encrypts the packets

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

⬆️ View all questions in the quiz below

πŸ”— Related Topics

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