Vidyalelo
Computer Fundamentals · Q337

Operating System

Computer Related · Computer Fundamentals · question 337

Q337

In which addressing mode the effective address of the operand is the contents of a register specified in the instruction and after accessing the operand, the contents of this register is incremented to point to the next item in the list?

A.
index addressing
B.
indirect addressing
C.
auto increment
Answer
D.
auto decrement
E.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
Auto Indexed (increment mode): Effective address of the operand is the contents of a register specified in the instruction. After accessing the operand, the contents of this register are automatically incremented to point to the next consecutive memory location.