In which addressing mode, the effective address of the operand is generated by…
2012
In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register?
- A.
absolute mode
- B.
immediate mode
- C.
indirect mode
- D.
index mode
Attempted by 163 students.
Show answer & explanation
Correct answer: D
In indexed addressing mode, the effective address of the operand is generated by adding a constant value (displacement) to the contents of an index register. This method is commonly used for array processing and loop control in computer architecture.
A video solution is available for this question — log in and enroll to watch it.