Question:medium

In which addressing mode does the instruction contain the actual operand value itself rather than the address of operand?

Show Hint

Immediate addressing is the fastest way to get data because no memory reference is required after the instruction is fetched. However, the range of the value is limited by the number of bits available in the address field.
Updated On: Jul 4, 2026
  • Direct Addressing
  • Indirect Addressing
  • Immediate Addressing
  • Register Addressing
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0

Top Questions on Computer Organization and Architecture