1.2.1 (3) - Virtual Memory + Flash Memory

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

What is Virtual Memory?

A way to compensate for a shortage of RAM.

2
New cards

(roughly) How does it work?

It allocates a portion of the HDD/SSD as extra memory, imitating RAM.

3
New cards

(in detail) How does it work?

  • Data is divided pages, then assigned virtual addresses which refer to data that may be stored in RAM or Secondary Storage

  • When the CPU needs data not in RAM, the OS loads the page into RAM from Secondary Storage

4
New cards

Why should Virtual Memory not be confused with Virtual Storage?

Virtual Storage referring to secondary storage located away from the computer

5
New cards

What is the downside for using SSDs for virtual memory?

Continuous use would reduce its lifespan.

6
New cards

What is Flash Memory?

A non-volatile memory chip that a microcontroller uses to store instructions, sometimes data.

7
New cards

Why can Flash Memory serve as both Main Memory and Storage in small devices?

  • Normally only a single program, so not much need for much memory

  • Space efficient