GATE CS 2020 Set 1 — Question 13
Go beyond PYQs with Success TrackerAI-powered personalised practice and doubt support. Unlimited practice on eligible plans; AI usage limits apply.MCQ+1 / -0.33EasyProgrammed I/O (Polling)I/O OrganizationComputer Organization & ArchitectureInterrupt-Driven I/ODMA (Operation & Types)
Computer Organization & Architecture → I/O Organization → DMA (Operation & Types)
Last updated
Question
Consider the following statements.I. Daisy chaining is used to assign priorities in attending interrupts.
II. When a device raises a vectored interrupt, the CPU does polling to identify the source of interrupt.
III. In polling, the CPU periodically checks the status bits to know if any device needs its attention.
IV. During DMA, both the CPU and DMA controller can be bus masters at the same time.Which of the above statements is/are TRUE?
II. When a device raises a vectored interrupt, the CPU does polling to identify the source of interrupt.
III. In polling, the CPU periodically checks the status bits to know if any device needs its attention.
IV. During DMA, both the CPU and DMA controller can be bus masters at the same time.Which of the above statements is/are TRUE?
Correct answer
(C) I and III only
Solution
Let's analyze each statement:I. TRUE: Daisy chaining is a hardware method where devices are connected in a serial manner. The device closest to the CPU has the highest priority. It is indeed used to assign priorities for interrupts.II. FALSE: In a vectored interrupt, the interrupting device provides the interrupt vector (address) directly to the CPU. The CPU does not need to poll devices to identify the source; that is characteristic of non-vectored interrupts.III. TRUE: Polling is a software protocol where the CPU periodically checks (polls) the status registers of I/O devices to determine if they need service.IV. FALSE: The system bus can have only one master at a time. When the DMA controller becomes the bus master to transfer data, the CPU must relinquish control of the bus (bus grant). They cannot both drive the bus simultaneously.Therefore, statements I and III are true.
Continue learning with Success Tracker
A step still unclear? Work through it with support
Use Success Tracker to ask about the reasoning, then try another GATE CS question to check your understanding.
AI-powered practice· Unlimited practice on eligible plans
- PYQs with solutions
- Attempt available previous-year questions, then compare your reasoning with the worked solution. Coverage varies by stream.
- Practice that adapts
- Choose a topic, work on weaker areas and bookmark questions to revisit. Your attempts feed your progress tracking.
- AI doubt support
- Ask follow-up questions about a step or concept while practising, instead of stopping at the final answer.
Unlimited practice is available on eligible plans. Free practice and AI usage have limits; check the current plan allowances before choosing.
This page stays readable without an account. AI responses can be wrong; check them against the solution and source material.
More questions on I/O Organization
2026 Set 1 Q14Match each addressing mode in List I with a data element or an element of a data structure (in…2026 Set 1 Q15Consider a processor P whose instruction set architecture is the load-store architecture. The…2026 Set 1 Q16Which one of the following dependencies among the register operands of different instructions can…2026 Set 2 Q18Consider the following two statements about interrupt handling mechanisms in a CPU. S1: In…2026 Set 1 Q38The size of the physical address space of a processor is bytes. The capacity of a cache…