
Addressing Modes in Computer Architecture

Flashcard
•
Computers
•
University
•
Hard
Rajeswari chinnasamy
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Immediate Addressing Mode
Back
Operand is directly in the instruction itself. No memory access needed to fetch operand. Example: MOV R1, #25 → Load the value 25 into register R1.
2.
FLASHCARD QUESTION
Front
Register Addressing Mode
Back
Operand is in a CPU register. Instruction specifies register name, not a memory address. Example: ADD R1, R2 → Add contents of R2 to R1.
3.
FLASHCARD QUESTION
Front
Direct Addressing Mode
Back
The instruction contains the actual memory address of the operand. Example: MOV R1, (5000) → Move contents of memory location 5000 into R1.
4.
FLASHCARD QUESTION
Front
Indirect Addressing Mode
Back
Instruction specifies a register or memory location that contains the address of the operand. Requires one extra memory fetch. Example: If R2 = 7000 and Memory[7000] = 50, MOV R1, (R2) → R1 gets 50.
5.
FLASHCARD QUESTION
Front
Indexed Addressing Mode
Back
Operand’s address = Base address + Index value. Useful for accessing arrays. Example: If R3 = base = 2000, X = index = 5, MOV R1, 5(R3) → Access memory location 2005.
6.
FLASHCARD QUESTION
Front
Base Register Addressing Mode
Back
Similar to indexed, but index value comes from a register rather than being fixed in the instruction. Example: Base register R4 + offset in instruction.
7.
FLASHCARD QUESTION
Front
Relative Addressing Mode
Back
Address = PC (Program Counter) + offset in instruction. Often used in branch instructions. Example: BEQ +20 → Branch if equal, 20 bytes ahead from current PC.
8.
FLASHCARD QUESTION
Front
Auto-increment / Auto-decrement Addressing
Back
Access the operand and then automatically increment or decrement the pointer register. Example: (R5)+ → Use value at address in R5, then R5 = R5 + 1.
Similar Resources on Wayground
11 questions
Accounting Chapter 3.1 Worksheet 4

Flashcard
•
12th Grade
12 questions
Hashing and Hash Tables

Flashcard
•
University
3 questions
Embedded Phonics

Flashcard
•
University
10 questions
Exit Slip 12/10 Notes: WWI

Flashcard
•
11th Grade
10 questions
Phrasal Verbs & Formal verbs

Flashcard
•
Professional Development
5 questions
Pasha Flashcard Computing

Flashcard
•
11th - 12th Grade
11 questions
CCNA Prep #2

Flashcard
•
12th Grade
4 questions
Lesson 5 - (Topic A) - PMP

Flashcard
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade