1.3 Memory Flashcards
List 5 types of memory
Cache, registers, RAM, ROM and virtual memory
What is RAM?
Random Access Memory
What is ROM?
Read Only Memory
What is RAM often referred to as?
Primary memory
Can you read and write to RAM?
Yes, and is much faster to access than a Hard Drive or secondary storage in general
At any time, what will RAM most likely store?
- The operating system (or parts currently in use)
- The software currently in use
- The data which the software is using
What happens to RAM when the computer is turned off?
The data that it is holding is lost (RAM is volatile as it loses data if the power is off)
What happens to RAM when the computer is turned on?
No data is stored in RAM
After turning on, what loads into the RAM?
The operating system
What happens when you load an application?
It loads onto RAM from secondary storage so it can be accessed
What happens when you run out of space in your RAM?
Virtual memory is used as an extension to RAM
What is virtual memory?
An extension to RAM
Virtual memory advantages
- Uses cheap secondary storage on the Hard Drive
- Prevents error message saying out of memory
Virtual memory disadvantages
- Accessing virtual memory is very slow
- To access data in virtual memory, the data not being used in RAM needs to be copied; to virtual memory, then data in virtual memory needs to be copied to RAM
What is the use of ROM?
Permanent data held in primary storage even when a computer is turned off