Computer Science, asked by sunulu2524, 1 year ago

What is interrupt and types of interupts in computer organisation and architecture?

Answers

Answered by DMani3
2
Each interrupt has its own interrupthandler. The number of hardware interrupts is limited by the number ofinterrupt request (IRQ) lines to the processor, but there may be hundreds ofdifferent software interrupts. Interruptsare a commonly used technique forcomputer multitasking, especially in real-time computing.
Similar questions