Computer Science, asked by dishasajjands924, 10 months ago

What is software interrupt and hardware interrupt?

Answers

Answered by AMS68LOVER
0

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. A hardware interrupt is often created by an input device such as a mouse or keyboard. ... It allows the program to change course and handle the error before continuing

Answered by itzshivam15
3

Answer:

Hardware interrupt is an interrupt generated from an external device or hardware. Software interrupt is the interrupt that is generated by any internal system of the computer. ... Hardware interrupt can be invoked with some external device such as request to start an I/O or occurrence of a hardware failure.

Explanation:

hope it helps you

Similar questions