adplus-dvertising
frame-decoration

Question

The interrupt for which the processor has highest priority among all the internal interrupts is

a.

keyboard interrupt

b.

TRAP

c.

NMI

d.

INT

Answer: (b).TRAP

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The interrupt for which the processor has highest priority among all the internal interrupts is

Similar Questions

Discover Related MCQs

Q. In case of string instructions, the NMI interrupt will be served only after

Q. The NMI pin should remain high for atleast

Q. The INTR signal can be masked by resetting the

Q. For the INTR signal, to be responded to in the next instruction cycle, it must go ________ in the last clock cycle of the current instruction.

Q. The status of the pending interrupts is checked at

Q. Once the processor responds to an INTR signal, the IF is automatically

Q. If the pin LOCK (active low based) is low at the trailing edge of the first ALE pulse, then till the start of the next machine cycle, the pin LOCK (active low) is

Q. With the trailing edge of the LOCK (active low), the INTA (active low) goes low and remains in it for

Q. The method of defining the interrupt service routine for software is

Q. While programming for any type of interrupt, the interrupt vector table is set

Q. To execute a program one should

Q. Procedures are also known as

Q. Procedures, for their execution, require

Q. The technique that is used to pass the data or parameter to procedures in assembly language program is by using

Q. If a procedure is interactive, then

Q. For passing the parameters to procedures using the PUBLIC and EXTRN directives, it must be declared PUBLIC in the

Q. The technique to estimate the size of an executable program, before it is assembled and linked is

Q. To estimate the size of an executable program before it is assembled and linked, the programming methodology concerned is by writing

Q. If a number of instructions are repeating through the main program, then to reduce the length of the program, __________ is used.

Q. A macro can be defined as