3. CPU

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

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:24 PM on 5/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

CPU (Central Processing Unit)

The main brain of the computer that fetches, reads, and executes program instructions.

2
New cards

ALU (Arithmetic Logic Unit)

The math part of the CPU that does calculations (like adding/subtracting) and basic logic checks on binary numbers.

3
New cards

Control Unit (CU)

The manager of the CPU that pulls instructions from memory, figures out what they mean, and directs the other parts on what to do.

4
New cards

Registers

Super fast, tiny storage slots built right inside the CPU core to hold data the processor is using at that exact microsecond.

5
New cards

Accumulator

The most active register in the CPU, used to quickly hold temporary math results while calculations are being made.

6
New cards

MAR (Memory Address Register)

The register that holds the physical address location of the next piece of data the CPU needs to grab from memory.

7
New cards

MDR (Memory Data Register)

The register that holds the actual data that was just read from memory, or the data waiting to be saved into memory.

8
New cards

Program Counter (PC)

A tracker register that holds the memory address of the very next instruction waiting in line to be processed.

9
New cards

Instruction Register (IR)

The specific placeholder register that holds the exact instruction the CPU is actively working on right now.

10
New cards

Pipelining

A speed trick where the CPU overlaps its steps—fetching the next instruction while decoding the current one—to get more work done faster.

11
New cards

32-bit vs 64-bit Data Path

How much data the CPU can move at once. 32-bit can only handle up to 4GB of RAM, while 64-bit can handle an enormous amount (up to 16 Exabytes).

12
New cards

CISC (Complex Instruction Set Computing)

A CPU style (like standard Intel x86) that uses large, complex commands to prioritize matching and running older software.

13
New cards

RISC (Reduced Instruction Set Computer)

A CPU design that uses a small, highly optimized set of simple commands to get tasks done at lightning speed.

14
New cards

ARM (Advanced RISC Machines)

A specific type of RISC processor built to use very little battery power, making it perfect for phones, tablets, and modern laptops.