Home »
MCQs »
Computer Organization and Architecture MCQs
Which of the following mode is used when the operand is too large?
58. Which of the following mode is used when the operand is too large?
- Register-based addressing
- Memory-based addressing
Answer: B) Memory-based addressing
Explanation:
When the operand is too large to be put in a register, or when the data is stored in an array or table, memory-based addressing mode is utilized. When the operand is small and can be placed in a register, the register-based addressing mode is employed.