1/6
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is primary storage?
Memory used to store data and instructions currently in use by the CPU.
What are the 4 main examples of primary storage?
RAM, ROM, Cache and Registers.
What is the purpose of RAM?
RAM holds all the data and instructions currently being processed.
What needs to be done before a program is executed?
It must be loaded into RAM from Secondary Storage. This is done because RAM has quicker R/W speed.
Give 4 properties of RAM
Volatile
R/W
FAST
Has the largest capacity of all main memory (A few gigabytes)
Expensive
What is the purpose of ROM?
ROM is used to store the boot sequence (BIOS) for a computer.
What are the characteristics of ROM?
non-volatile
written by computer manufacturer
stores the BIOS
smaller capacity than RAM (A few megabytes)
Expensive