The operand itself is contained in an instruction of:
2025
The operand itself is contained in an instruction of:
Answer: D. Immediate Addressing Mode — 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…
- A.
Indirect Addressing Mode
- B.
Register Addressing Mode
- C.
Direct Addressing Mode
- D.
Immediate Addressing Mode
Attempted by 399 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.
Loading lesson…