CPU Operations and Memory Lecture Notes

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards based on lecture notes detailing the Fetch-Decode-Execute cycle and types of CPU memory/registers.

Last updated 8:07 AM on 7/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Fetch

The phase where the CPU starts by retrieving instructions from the main memory and loading them one at a time into its registers.

2
New cards

Instruction Register (IR)

A register that holds the data acquired during the fetch step because it is considered as an instruction that is being executed by the CPU.

3
New cards

Program Counter (PC)

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

4
New cards

Decode

The process of translating an instruction into signals that can trigger the appropriate actions within the CPU, where the control unit breaks the instruction into opcode and operands.

5
New cards

Opcode

A part of the instruction that indicates the type of operation to be performed such as addition, subtraction, data transfer or control operations like jumps.

6
New cards

Operands

The part of the instruction that specifies the data to be used or the addresses of the data involved.

7
New cards

Execute

The final stage where the CPU carries out the decoded instruction using its ALU and other CPU components.

8
New cards

Special-Purpose Memory

High-speed storage locations found inside the CPU, I/O devices or between the CPU and RAM that store frequently used instructions for quick access.

9
New cards

Cache memory

A high-speed temporary memory located inside or close to the CPU used to store frequently accessed data and instructions to reduce processing delays.

10
New cards

Registers

High speed, temporary memories in the CPU used to temporarily hold data, instructions and addresses during processing.

11
New cards

Accumulator

A register that stores results of arithmetic and logic operations temporarily before they are used or stored in the main memory.

12
New cards

Secondary storage

Long-term, non-volatile storage that does not lose its content even when the power is turned off.