COMP-1200: Memory and Storage Review

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

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to memory and storage, including definitions and characteristics of various types of memory and storage devices, as well as caching mechanisms and locality.

Last updated 6:19 AM on 4/12/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Memory

Stores program variables and instructions; loses data after power off.

2
New cards

Storage Devices

Devices that store data permanently, retaining it even after power is turned off.

3
New cards

Registers

Small, fast storage locations included within the processor; used for computation.

4
New cards

Cache

A smaller, faster memory that stores copies of frequently accessed data for quick access.

5
New cards

Locality

The principle that programs access memory in predictable patterns, including temporal and spatial locality.

6
New cards

Hard Disk Drives (HDD)

Storage devices that use spinning disks to read and write data; relatively slow compared to SSDs.

7
New cards

Solid State Drives (SSD)

Storage devices that use silicon chips to store data; much faster than HDDs but more expensive.

8
New cards

Average Memory Access Time (AMAT)

A metric used to evaluate the average time it takes to access memory, factoring in cache hits and misses.

9
New cards

Cache Hit

Occurs when the data requested by the CPU is found in the cache.

10
New cards

Cache Miss

Occurs when the data requested by the CPU is not found in the cache, requiring a lookup in main memory.