The operand itself is contained in an instruction of:
2026
The operand itself is contained in an instruction of:
- A.
Indirect Addressing Mode
- B.
Register Addressing Mode
- C.
Direct Addressing Mode
- D.
Immediate Addressing Mode
Attempted by 238 students.
Show answer & explanation
Correct answer: D
In Immediate Addressing Mode, the operand is contained directly within the instruction itself. For example, in 'ADD #5', the value 5 is embedded as part of the instruction. Other modes like Direct or Indirect addressing use memory addresses to locate data, rather than including the operand value within the instruction code.