← Back to 19. Windows 7

πŸ“ I/O manager in Windows 7

πŸ“– From Operating System β€’ 19. Windows 7 β€’ 17 questions available

Practice MCQs for I/O manager in Windows 7. 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
7
Hard Questions

πŸ“ Sample Questions

Q1. A driver needs to access a device using DMA. Which component should the driver call to set up the DMA transfer?

πŸ”Ή A. I/O manager
πŸ”Ή B. HAL
πŸ”Ή C. Kernel Scheduler
πŸ”Ή D. User-mode Subsystem

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

Q2. Why does Windows require only one version of each device driver per CPU architecture?

πŸ”Ή A. Because the I/O manager translates all driver calls
πŸ”Ή B. Because the HAL handles chipset‑specific details
πŸ”Ή C. Because the executive provides universal APIs
πŸ”Ή D. Because the kernel enforces a single driver model

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

Q3. Explain how the I/O manager interacts with the HAL when a driver needs to program a PCI device's configuration space.

πŸ”Ή A. The I/O manager directly writes to the PCI registers
πŸ”Ή B. The I/O manager forwards the request as an IRP to the HAL, which performs the bus‑specific access
πŸ”Ή C. The HAL sends an interrupt to the I/O manager to complete the operation
πŸ”Ή D. The driver bypasses both and accesses hardware directly

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

⬆️ View all questions in the quiz below

πŸ”— Related Topics

πŸ“ History of Windows 7πŸ“ Security in Windows 7πŸ“ Reliability of Windows 7πŸ“ Windows and POSIX application compatibilityπŸ“ Windows 7 designed for High performance
πŸš€ Start Quiz πŸ“ Practice Mode