Difference between software interrupt and internal interrupt
Answers
Answered by
1
Answer:
A hardware interrupt is triggered by some external event. For instance, a network interface, when it receives some data, may trigger an interrupt causing the processor to suspend the running program, and jump to a designated subroutine that interrogates the interface, grabs the data, and processes it before returning control to whatever code was running before the interrupt.
Similar questions