edited by
1,687 views
1 votes
1 votes

Match the following:

$\begin{array}{|ll|ll|} \hline \text{a.} & \text{Forelward Reference Table} & i. & \text{Assembler directive} \\  \hline \text{b.}& \text{Mnemonic Table} &ii. & \text{Uses array data structure} \\  \hline \text{c.} & \text{Segment Register Table} &iii. & \text{Contains machine OP code} \\  \hline \text{d.} & \text{EQU} && \text{Uses linked list data structure} \\ \hline \end{array}$

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

1 Answer

0 votes
0 votes

Ans Is D Correct

  1. a-iv, b-iii, c-ii, d-i

in question choices there mistake given in option D ( c and d both are ii)

a. Forelward Reference Table Uses linked list data structure
b. Mnemonic Table  Contains machine OP code
c. Segment Register Table Uses array data structure
d. EQU Assembler directive
Answer:

Related questions

2 votes
2 votes
1 answer
1