Home MCQs CSS Computer Science Question #1135
Back to Questions
CSS Computer Science QUESTION #1135
Question 1
Which mechanism allows a device to inform the CPU that it is ready for data transfer?
  • Polling
  • Interrupt✔️
  • DMA
  • None of these
Correct Answer Explanation
An interrupt is a signal sent by hardware to the CPU to request immediate attention, allowing the CPU to perform other tasks until the device is ready.