1.2.1 (3) - Virtual and Flash Memory

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

1/4

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

What is Virtual Memory?

A way a computer system can compensate for a shortage of RAM.

2
New cards

How does it work (roughly)?

It uses a portion of secondary storage as if it were RAM.

3
New cards

How does the operating system manage virtual memory?

  • OS creates virtual addresses and stores data as pages

  • Pages moved from VM to RAM for processing

4
New cards

What happens when data is moved from virtual memory to RAM?

  • Processor moves page files to RAM, allocating them a physical address

  • Data in RAM may be moved to VM or Secondary Storage to make space

5
New cards

What is a downside for using SSDs for VM?

Reduced lifespan due to limited R/W cycles.