Multiple choice technology

What does the term IRQ stand for?

  1. Input Request Que

  2. Interrupt Request Que

  3. Interrupt Request

  4. Input Request

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

IRQ stands for Interrupt Request, which is a signal sent to the CPU to get its attention for an event that needs immediate processing. The 'Q' in IRQ is sometimes incorrectly expanded to 'Queue', but the correct expansion is simply 'Interrupt Request' - there is no word starting with Q in the expansion.