reopened by
1,597 views
3 votes
3 votes

Match list $I$ with List $II$ and select the correct answer using the codes given below the lists :

$${\begin{array}{|c|c|c|}\hline
&\textbf{List I} & & \textbf{List II}\\\hline A.& 0\text{-address instruction} & i.& T=TOP(T-1) \\\hline B.& 1\text{-address instruction} & ii.& Y = Y+X  \\\hline C. & 2\text{-address instruction} & iii.& Y = A-B \\\hline D. & 3\text{-address instruction} & iv.& ACC = ACC-X \\\hline 
\end{array}}$$

$\textbf{Codes:}$

  1. A-i, B-ii, C-iii, D-iv
  2. A-iii, B-ii, C-iv, D-i
  3. A-ii, B-iii, C-i, D-iv
  4. A-i, B-iv, C-ii, D-iii
reopened by

1 Answer

2 votes
2 votes
1. zero address as no extra address is specified (top is implied address like in stack)

2. one address i.e. X is specified

3.. X and Y are address

4. Y,A and B are three address

D is correct.
Answer:

Related questions

3 votes
3 votes
1 answer
2
admin asked Apr 1, 2020
862 views
Match list $I$ with List $II$ and select the correct answer using the codes given below the lists.$${\begin{array}{|c|c|c|}\hline&\textbf{List I} & & \textbf{List II}\\\h...
2 votes
2 votes
1 answer
3
admin asked Apr 1, 2020
684 views
Which of the following is not a form of main memory?Instruction cacheInstruction registerInstruction opcodeTranslation look-aside buffer
0 votes
0 votes
1 answer
4
admin asked Apr 1, 2020
1,319 views
Which of the following is a desirable property of module?IndependencyLow cohesivenessHigh CouplingMultifunctional