Question 4094 – Addressing-Modes
December 4, 2023Question 1390 – Addressing-Modes
December 4, 2023Question 451 – Addressing-Modes
Which of the following statements about relative addressing mode is FALSE?
Correct Answer: D
Question 29 Explanation:
Relative address means an address specified by indicating its distance from another address, called the base address.
In absolute addressing, you specify the actual address (called the absolute address) of a memory location.
In absolute addressing, you specify the actual address (called the absolute address) of a memory location.
It enables reduced instruction size
It allows indexing of array element with same instruction
It enables easy relocation of data
It enables faster address calculation than absolute addressing
