Home »
MCQs »
Microprocessor MCQs
In which type of interruption, the interrupt can be disabled by modifying the program to include the necessary instructions?
27. In which type of interruption, the interrupt can be disabled by modifying the program to include the necessary instructions?
- Vector interrupt
- Non-vector interrupt
- Maskable interrupt
- Non-maskable interrupt
Answer: C) Maskable interrupt
Explanation:
In the Maskable interrupt type of interruption, the interrupt can be disabled by modifying the program to include the necessary instructions.