Computer Science, asked by TammyBraide2363, 1 year ago

What are interrupts? how will you set an interrupt?

Answers

Answered by abhishrutimandp4au82
0
an interrupt is a condition that causes the microprocessor to temporarily work on a different task, and then later return to its previous task. Interrupts can be internal or external. Internal interrupts or software interrupts are triggered by software instructions while external interrupts or hardware interrupts are caused by external hardware module
Answered by itzshivam15
2

Answer:

An interrupt is a signal sent to the processor that interrupts the current process. It may be generated by a hardware device or a software program. An interrupt is sent to the processor as an interrupt request, or IRQ. ... Each input device has a unique IRQ setting, or priority.

Explanation:

hope it helps you

Similar questions