Differentiate between hardware and software interrupts and state examples for both?



Differentiate between hardware and software interrupts and state examples for both?..

Answer / Shiv Kumar Pawar

Hardware interrupts are triggered by external devices (e.g., timer, keyboard) or internal conditions (e.g., division by zero). They are handled by the hardware and require no explicit instruction from the CPU to respond. Examples include NMI, INTR, and IRQ pins on the 8086. Software interrupts are instructions that cause a temporary transfer of control from the main program to an interrupt handler routine. Examples include INT xx instructions where xx represents the specific interrupt number.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More 86 Family Interview Questions

What is lst file?

1 Answers  


What is a locator?

1 Answers  


What is internal structure of 8086?

1 Answers  


Which type of JMP instruction assembles if the distance is 0020h bytes

1 Answers   CDAC,


What jobs alu of 8085 can perform?

1 Answers  


Explain about interrupt driven mode of data transfer

1 Answers  


What is the difference between jmp and call?

1 Answers  


Classify interrupts on the basis of signals.

1 Answers  


What is the position of the stack pointer after the push instruction?

1 Answers  


State the two type of 16 bit registers and define them?

1 Answers  


What type of interrupts are used for critical events and why?

1 Answers  


The operation being performed by the 8085 can be checked by which pins?

1 Answers  


Categories