CPU + Computer Architecture

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/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:00 AM on 9/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards
CPU
Central Processing Unit; the processor that executes program instructions and performs calculations.
2
New cards
CPU architecture
The design and organization of a processor, including its instruction set, registers, datapath, and how it executes instructions.
3
New cards
ALU
Arithmetic Logic Unit; performs arithmetic operations and logical comparisons.
4
New cards
Control unit
CPU component that directs the execution of instructions and controls the movement of data.
5
New cards
Register
Very small, extremely fast storage located inside the CPU.
6
New cards
Datapath
The CPU components and connections through which data travels while instructions are executed.
7
New cards
Instruction set architecture (ISA)
The set of instructions and rules that software uses to communicate with a processor.
8
New cards
ARM
A widely used processor architecture based on a reduced instruction set.
9
New cards
LEGv8
A simplified teaching version of the ARMv8 instruction set used to learn computer architecture.
10
New cards
Machine language
Instructions represented in binary that the CPU can directly execute.
11
New cards
Assembly language
Human-readable representation of machine instructions using short commands such as ADD, SUB, and LDUR.
12
New cards
Opcode
The portion of an instruction that specifies which operation the CPU should perform.
13
New cards
Operand
The data, register, or memory location that an instruction operates on.
14
New cards
Fetch
The CPU retrieves the next instruction from memory.
15
New cards
Decode
The CPU determines what the fetched instruction means and what resources it needs.
16
New cards
Execute
The CPU performs the operation specified by the instruction.
17
New cards
Fetch-decode-execute cycle
The repeating process the CPU uses to retrieve, interpret, and execute program instruction