edited by
861 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
edited by

1 Answer

2 votes
2 votes
  • A stack-organized computer does not use an address field for the instructions ADD and MUL. The PUSH and POP instructions, however, need address field to specify the operand that communicates with the stack.
  • One-address instructions use an implied accumulator (AC) register for all data manipulation.

after that we can choose option  so ans D

Answer:

Related questions

3 votes
3 votes
1 answer
2
admin asked Apr 1, 2020
1,597 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}\\\...
0 votes
0 votes
3 answers
3
admin asked Apr 1, 2020
910 views
A micro programmed control unitIs faster than a hardwired unitFacilitates easy implementation of a new instructionIs useful when small programs are to be runAll of the ab...
0 votes
0 votes
1 answer
4
admin asked Apr 1, 2020
827 views
Which level of RAID refers to disk mirroring with block striping?RAID level $1$RAID level $2$RAID level $0$RAID level $3$