Advertisements
Advertisements
Questions
What do you mean by Interrupt?
What is Interrupt?
Long Answer
Short Answer
Advertisements
Solution 1
- An interrupt is a subroutine called, initiated by the external device through hardware (hardware interrupt) or microprocessor itself (software interrupt).
- An interrupt can also be viewed as a signal, which suspends the normal sequence of the microprocessor and then microprocessor gives service to that device which has given the signal. After completing the service, the microprocessor again returns to the main program.
- A microprocessor is connected to different peripheral devices. To communicate with these devices, microprocessor 8085 uses interrupt method.
- An interrupt is an input signal, which transfers control to specific routine known as Interrupt Service Routine (ISR). After executing ISR, control is again transferred to the main program.

shaalaa.com
Solution 2
An interrupt is a signal that causes the processor to temporarily halt the current program execution. It is generated by an external device or an internal condition. The processor responds by executing a specific interrupt service routine. After servicing the interrupt, normal program execution resumes.
shaalaa.com
Notes
Students should refer to the answer according to their preferred marks.
Is there an error in this question or solution?
