COMP-1200: Memory and Storage Review

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
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.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

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.