Primary Storage Flashcards
What is primary storage?
Primary storage is internal storage than can be directly accessed by the CPU
What happens if storage is volatile?
Volatile means the data is lost whenever the power is turned off: so it is temporary.
What happens if storage is non-volatile?
Non-volatile storage retains the data when not being powered, so it can be accessed when the computer is next on and can be stored long-term.
What are the four main types of primary storage?
RAM
ROM
Cache memory
Flash memory
What is stored in RAM?
Currently Running Programs and the Operating System
What is stored in ROM?
Start-Up Instructions
What is stored in cache memory?
Copies of data that are frequently accessed
What is stored in flash memory?
BIOS (Basic Input / Output System)
Is ram volatile or non volatile?
volatile
Is ROM volatile or non-volatile?
non-volatile
Is Cache memory volatile or non-volatile?
volatile
Is flash memory volatile or non-volatile?
non-volatile
What is RAM?
RAM is volatile storage used to temporarily store currently running programs. It is made up of a large number of storage locations each identifiable by a unique address.
What is ROM?
ROM is used to store the start-up instructions for when the computer is switched on. It is important that these instructions are stored in ROM so they cannot be accidentally changed or the computer won’t start up properly.
What is Cache Memory?
1) Cache memory is volatile storage that temporarily stores data that is frequently accessed.
2) Cache is split into levels - level 1 is within the CPU (known as internal memory) and level 2 and 3 are just outside.
3) Cache memory is very expensive so most computers do not have a lot of it.