What is meant by interrupt driven actual meaning in the Operating system | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What is meant by interrupt driven actual meaning in the Operating system

Can any one explain it briefly https://www.sololearn.com/discuss/2723450/?ref=app

15th Mar 2021, 10:47 AM
Rohith Jakkani
Rohith Jakkani - avatar
2 Réponses
+ 5
There can be several interrupts with different priorities. The normal execution of the code is interrupted and instead the code is executed by certain interrupt. Afterwards the standard code can be continued (but does not have to).
15th Mar 2021, 11:59 AM
JaScript
JaScript - avatar
+ 4
An interrupt is like a signal that must be handled in the code. A bit like an event.
15th Mar 2021, 11:31 AM
Sonic
Sonic - avatar