nerdexam
CIW

1D0-61C · Question #20

When a PC computer device wants to communicate with the processor, which system resource does it use?

The correct answer is D. IRQ. IRQ (Interrupt Request) is the system resource a device uses to signal the processor that it needs attention - when a keyboard, NIC, or any peripheral needs the CPU to respond, it sends an IRQ signal to "interrupt" the processor and request service. Why the distractors are…

Network Hardware and Operating Systems

Question

When a PC computer device wants to communicate with the processor, which system resource does it use?

Options

  • AI/O
  • BDMA
  • CPIO
  • DIRQ

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    6% (2)
  • D
    91% (30)

Explanation

IRQ (Interrupt Request) is the system resource a device uses to signal the processor that it needs attention - when a keyboard, NIC, or any peripheral needs the CPU to respond, it sends an IRQ signal to "interrupt" the processor and request service.

Why the distractors are wrong:

  • A. I/O - I/O ports are the addresses used to transfer data to/from a device, not the mechanism for alerting the CPU.
  • B. DMA - Direct Memory Access allows devices to transfer data directly to RAM without CPU involvement, bypassing the processor rather than communicating with it.
  • C. PIO - Programmed I/O is a data transfer method where the CPU manually manages each transfer; it describes how data moves, not how a device requests CPU attention.

Memory tip: Think of IRQ = "I Request (your attention)" - just like raising your hand in class to get the teacher's attention, a device raises an IRQ line to interrupt the processor and say "I need you now."

Topics

#IRQ#system resources#processor communication#hardware architecture

Community Discussion

No community discussion yet for this question.

Full 1D0-61C Practice