Instruction Fetch stage

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

10 Terms

1
New cards

Instruction Fetch stage

The stage in which the CPU retrieves the next instruction from memory for execution.

2
New cards

Instruction Decode stage

The stage where the processor interprets the opcode of an instruction retrieved from memory, determining the operation to be performed and the operands involved.

3
New cards

Opcode

The part of an instruction that specifies the operation to be performed by the processor.

4
New cards

Register

A small amount of storage available directly in the CPU for quick read/write access by the processor.

5
New cards

Memory Access stage

The stage in which the processor accesses memory to read or write data as required by the executing instruction.

6
New cards

Execute stage

The stage where the decoded instruction is executed and the actual operation specified by the instruction is carried out.

7
New cards

ADD operation

An operation where two values are summed together.

8
New cards

Program Counter (PC)

A register that contains the address of the next instruction to be fetched from memory.

9
New cards

LOAD instruction

An instruction that directs the CPU to read data from memory and store it in a register.

10
New cards

Memory Address

A specific location in memory where data is stored or retrieved.