IRQ

What is IRQ?

Questions by virender_raju

Showing Answers 1 - 1 of 1 Answers

Stands for "Interrupt Request." PCs use interrupt requests to manage various hardware operations. Devices such as sound cards, modems, and keyboards can all send interrupt requests to the processor. For example, when the modem needs to run a process, it sends an interrupt request to the CPU saying, "Hey, hold up, let me do my thing!" The CPU then interrupts its current job to let the modem run its process.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.