edited by
1,864 views
4 votes
4 votes

Match the following:

$\begin{array}{}  {} & {\textbf{List -I}}  & {} & {\textbf{List-II}} \\  \text{a.} &  \text{Indexed addressing} & \text{i.} &  \text{is not used when an operand is moved }\\&&& \text{from memory into a register or from a }\\  & & &  \text{register to memory} \\  \text{b.} &  \text{Direct addressing} & \text{ii.} &  \text{Memory address is computed by adding}\\&&& \text{up two registers plus an (optional) offset} \\  \text{c.} & \text{Register addressing} & \text{iii.} & \text{Addressing memory by giving a register} \\ &&& \text{ plus a content offset} \\  \text{d.} & \text{Base indexed addressing} & \text{iv.} & \text{can only be used to access global variables}\\ &&& \text{whose address is known at compile time }\\  \end{array}$

Codes:

  1. $\text{a-ii, b-i, c-iv, d-iii}$
  2. $\text{a-ii, b-iv, c-i, d-iii}$
  3. $\text{a-iii, b-iv, c-i, d-ii}$
  4. $\text{a-iii, b-i, c-iv, d-ii}$
edited by

1 Answer

Answer:

Related questions

5 votes
5 votes
1 answer
1
1 votes
1 votes
2 answers
2
Sanjay Sharma asked May 11, 2016
1,770 views
Serial access memories are useful in applications whereData consists of numbersShort access time is requiredEach stored word is processed differently.None of these
3 votes
3 votes
2 answers
4