Option D is correct interrupt handled. A software interruption happens when an application program quits or asks the OS for specific services.
When particular circumstances are satisfied by carrying out a special command, the CPU typically requests a software interrupt. This command acts as a call to a procedure and causes the interrupt. The CPU halts running the active program when an interrupt occurs. An interrupt handler, also known as an interrupt service routine, receives control after that. The interrupted program will continue after the interrupt handler processes it. The software has direct, unfettered access to system resources while operating in kernel mode. The application program runs and launches in user mode.
Learn more about Software here-
https://brainly.com/question/985406
#SPJ4