Match List-I with List-II and select the correct answer from the codes given…
2015
Match List-I with List-II and select the correct answer from the codes given below the lists. List-I List-II A. Indirect addressing 1. Loops B. Immediate addressing 2. Pointers C. Autodecrement addressing 3. Constants
- A.
A:3 B:2 C:1
- B.
A:1 B:3 C:2
- C.
A:2 B:3 C:1
- D.
A:3 B:1 C:2
- E.
Question not attempted
Attempted by 506 students.
Show answer & explanation
Correct answer: C
Step 1: Indirect addressing uses a pointer to access data, so it matches with pointers (2). Step 2: Immediate addressing uses constants directly in the instruction, so it matches with constants (3). Step 3: Autodecrement addressing is used in loops to update addresses, so it matches with loops (1). Therefore, the correct matching is A:2, B:3, C:1.