Concept:
Addressing modes determine how operands are accessed during instruction execution.
The speed depends on where the operand is located.
Step 1: Compare memory and registers.
Accessing memory requires significantly more time than accessing CPU registers.
Registers are located inside the processor.
Step 2: Analyze addressing modes.
Direct, Indirect and Indexed modes require memory access.
Register addressing mode accesses data directly from CPU registers.
Step 3: Determine fastest mode.
Since registers are the fastest storage locations,
\[
\boxed{\text{Register Addressing Mode}}
\]
provides the fastest access.
Was this answer helpful?
0
0
Top TS PGECET Computer Science & Information Technology Questions