Multiple choice

In which addressing mode is the address of the location of an operand given explicitly?

  1. Absolute mode

  2. Immediate mode

  3. Index mode

  4. Modulus mode

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Absolute addressing mode, the operand's address is explicitly specified in the instruction. Immediate mode embeds the data itself, Index mode uses a register plus offset, and there is no standard Modulus mode.