Computer Science, asked by aliachowdhury276, 3 days ago

Describe how an Interrupt signal is handled by microprocessor?​

Answers

Answered by jolysanthosh57
1

Explanation:

Interrupt is the method of creating a temporary halt during program execution and allows peripheral devices to access the microprocessor. The microprocessor responds to that interrupt with an ISR (Interrupt Service Routine), which is a short program to instruct the microprocessor on how to handle the interrupt.

Similar questions