MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ORGANIZATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In the addressing mode, the instruction contains the address of memory which refers the address of the operand
A
Direct Addressing Mode
B
Indirect Addressing Mode
C
Register Addressing Mode
D
None of the above
Explanation: 

Detailed explanation-1: -In this addressing mode, The address field of the instruction specifies the address of memory location that contains the effective address of the operand. Two references to memory are required to fetch the operand.

Detailed explanation-2: -Explanation: Absolute mode: In this addressing mode, the address of location of the operand is given explicitly as a part of the instruction. This addressing mode is also known as direct addressing mode.

Detailed explanation-3: -Indirect Address Mode − In this mode, the address field of the instruction gives the address where the effective address is stored in memory. Control fetches the instruction from memory and uses its address part to access memory again to read the effective address.

There is 1 question to complete.