Home »
MCQs »
Microprocessor MCQs
In which type of interrupt a programmer must add the interrupt instructions to the program for the interrupt to be executed?
29. In which type of interrupt a programmer must add the interrupt instructions to the program for the interrupt to be executed?
- Maskable interrupt
- Non-maskable interrupt
- Software interrupt
- Hardware interrupt
Answer: C) Software interrupt
Explanation:
In software interrupt type a programmer must add the interrupt instructions to the program for the interrupt to be executed.