Match the following: Codes :
2015
Match the following:

Codes :
- A.
\((a) - (ii), (b) - (iii), (c) - (iv), (d) - (i)\) - B.
\((a) - (iii), (b) - (iv), (c) - (ii), (d) - (i)\) - C.
\((a) - (iv), (b) - (i), (c) - (iii), (d) - (ii)\) - D.
\((a) - (iv), (b) - (iii), (c) - (ii), (d) - (i)\)
Attempted by 64 students.
Show answer & explanation
Correct answer: D
Correct matching: (a) Forward Reference Table → Uses linked list data structure (iv); (b) Mnemonic Table → Contains machine OP code (iii); (c) Segment Register Table → Uses array data structure (ii); (d) EQU → Assembler directive (i).
Forward Reference Table: Uses a linked list to record each unresolved reference for a symbol so they can be patched when the symbol is defined.
Mnemonic Table: Stores mnemonics and their corresponding machine opcodes, so it contains machine OP code information.
Segment Register Table: Maintains a fixed set of register entries, typically implemented as an array.
EQU: An assembler directive used to assign constant values to symbols.
Final answer: (a) - (iv), (b) - (iii), (c) - (ii), (d) - (i).