Question:

Match List-I with List-II

List-I (Instructions)List-II (Addressing Mode)
(A) LDA 2100 H(I) Immediate 
(B) RAL(II) Register
(C) ADD C(III) Direct
(D) ANI 08 H (IV) Implied

Show Hint

For understanding addressing modes, remember: - Immediate addressing involves direct value manipulation (e.g., LDA 2100 H). - Register addressing involves registers for operations (e.g., RAL). - Direct addressing uses memory locations directly (e.g., ADD C). - Implied addressing involves no operands (e.g., ANI 08 H).
Updated On: Sep 19, 2025
  • A) = (I), (B) = (II), (C) = (III), (D) = (IV)
  • . (A) = (III), (B) = (IV), (C) = (I), (D) = (II)
  • (A) = (I), (B) = (II), (C) = (IV), (D) = (III)
  • (A) = (III), (B) = (IV), (C) = (II), (D) = (I)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Understand the instructions and addressing modes.

LDA 2100 H is a load instruction and uses the immediate addressing mode.
RAL (Rotate accumulator left) uses the register addressing mode.
ADD C (Add contents of register C to accumulator) uses direct addressing.
ANI 08 H (AND immediate with accumulator) uses the implied addressing mode.

Final Answer: \[ \boxed{1. \text{(A) = (I), (B) = (II), (C) = (III), (D) = (IV)}} \]
Was this answer helpful?
0
0