Exam-style question
Try this first
An instruction uses direct addressing and contains the operand 420. What does 420 represent?.
- A.The datum 420
- B.The address where the datum is stored
- C.The number of operands in the instruction
- D.The address of the instruction itself
Model answer
What a good answer should say
- The address where the datum is stored
Explanation
Why this works
In direct addressing, the operand is interpreted as the address of the required datum. The datum is obtained from that address in main memory or a register.
Common mistake
No common mistake is linked to this question yet.
