edited by
0 votes
0 votes

A microprocessor accepts external interrupts (Ext INT) through a Programmable Interrupt Controller as shown in the figure.

 

Assuming vectored interrupt, a correct sequence of operations when a single extrenal interrupt (Ext INT1) is received will be :

  1. $Ext\;INT1\rightarrow INTA\rightarrow Data\;Read\rightarrow INT$
  2. $Ext\;INT1\rightarrow INT \rightarrow INTA \rightarrow Data\;Read$
  3. $Ext\;INT1\rightarrow INT \rightarrow INTA \rightarrow Address\;Write$
  4. $Ext\;INT1\rightarrow INT\rightarrow Data\;Read\rightarrow Address\;Write$
edited by

Please log in or register to answer this question.

Answer: