Question 1 |
In a microprocessor, the service routine for a certain interrupt starts from a fixed location of memory which cannot be externally set, but the interrupt can be delayed or rejected. Such an interrupt is
non-maskable and non-vectored | |
maskable and non-vectored | |
non-maskable and vectored | |
maskable and vectored |
Question 1 Explanation:
Interrupt which has fixed address location is said
to be vectored and which can be delayed or
rejected is known as maskable.
There is 1 question to complete.