9. Cache Memory

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

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:23 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

7 Terms

1
New cards

CPU Cache

A super-fast internal memory buffer sitting directly next to the CPU that holds instant copies of RAM data so the processor doesn't have to wait for it.

2
New cards

SRAM (Static Random-Access Memory)

The lightning-fast, expensive memory used for CPU cache that holds data without needing constant electrical refreshes.

3
New cards

Level 1 (L1) Cache

The absolute fastest, smallest cache memory located directly inside the individual CPU core itself.

4
New cards

Level 2 (L2) Cache

A slightly larger, slightly slower backup cache assigned to a CPU core to catch data that the L1 cache missed.

5
New cards

Level 3 (L3) Cache

The largest and slowest cache layer on the chip, shared across all CPU cores to catch any data missed by L1 and L2.

6
New cards

ECC (Error-Correcting Code) Memory

High-end memory that checks itself for data errors in real-time and fixes minor single-bit data corruptions automatically.

7
New cards

ROM (Read-Only Memory)

Permanent, unchangeable memory chip that holds the critical startup rules needed to boot up your computer when you press the power button.