GATE 2010
December 11, 2023Question 10094 –
December 11, 2023UGC NET CS 2015 Dec – paper-3
|
Question 3
|
Which of the following 8085 microprocessor hardware interrupt has the lowest priority?
|
RST 6.5
|
|
|
RST 7.5
|
|
|
TRAP
|
|
|
INTR
|
Question 3 Explanation:

DI(Disable Interrupt): DI allows the microprocessor to reject the interrupt. In DI the interrupts are disabled immediately and no flags are affected.
SIM(Set Instruction Mask): It uses flags to disable the interrupts. Here “1” indicated that the interrupt is masked and “0” indicates the the instruction is not masked.
Correct Answer: D
Question 3 Explanation:

DI(Disable Interrupt): DI allows the microprocessor to reject the interrupt. In DI the interrupts are disabled immediately and no flags are affected.
SIM(Set Instruction Mask): It uses flags to disable the interrupts. Here “1” indicated that the interrupt is masked and “0” indicates the the instruction is not masked.
