1.3 Flashcards
What is the main purpose for RAM ?
Stores programs that are running
Stores data currently in use
For access by the CPU
What is the purpose of ROM ?
Stores the BIOS
Loads the operating system
What is virtual memory ?
A memory management technique:
A computer uses a portion of its hard drive or solid-state drive
Used as (an extension of its) RAM,
Allowing it to run more programs and data than physically available RAM can hold
When is Virtual Memory needed ?
When there isn’t enough physical memory
When is Virtual Memory used ?
When RAM is full
How can Virtual Memory be used to compensate for lack of RAM ?
Virtual Memory is used when RAM is full
Part of the Secondary Storage is used as RAM
Data from RAM is moved to Virtual Memory (to make space in RAM)
RAM can then be filled with new data
When data in Virtual Memory is needed it is moved back to RAM
Why is it more beneficial to have more RAM and be less reliant on Virtual Memory?
More RAM improves the performance of the computer
Virtual Memory is slower to access than RAM direct
Moving data between RAM and Virtual Memory takes processor time
What is secondary storage ?
Long term storage of data
Why do devices need secondary storage ?
For long term storage of data, when device powered off
To store data
For transferring data