π From Operating System β’ 13. I/O Systems β’ 8 questions available
Practice MCQs for Vectored I/O in in Application I/O Interface. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
π Last updated: 2026-07-27
Q1. A computer has a keyboard, a network card, and a disk controller. When any device raises an interrupt, the CPU must quickly find the correct handler. Which advantage does vectored I/O provide in this situation?
π‘ Difficulty: easy | β Correct: B
Q2. In a server handling 200 peripheral devices, which method most effectively minimizes interrupt latency when using vectored I/O?
π‘ Difficulty: medium | β Correct: D
Q3. Assume the interrupt vector table starts at memory address \(0x8000\). Each vector entry occupies 4 bytes. What address will the CPU jump to for vector number 12?
π‘ Difficulty: hard | β Correct: A
β¬οΈ View all questions in the quiz below