Memory and Storage Finished Flashcards
What is memory
The component of the computer that holds data, programs and instructions that are currently in use
What is primary memory
Memory built into the computer that allows it to be read quickly
What are the two types of primary memory
Read only memory (ROM)
Random access memory (RAM)
Which type of primary memory is volatile
RAM
What does volatile mean
It will lose its memory when the computer is turned off
What is the standard size of primary memory
4 GB
What are the properties of ROM (3)
Can be read from
Cannot be edited
Contents are not lost when the computer is turned off
What does BIOS stand for
Basic Input Output System
What does the BIOS do
Checks the hardware is functioning correctly
Runs the bootup program that loads the computer’s operating system
What is RAM used for
To hold data and instructions that are currently in use
What is virtual memory
The use of secondary storage as additional primary memory
What happens when there isn’t enough RAM to hold all running programs
Part of the computer’s secondary storage is used to temporarily hold data
What is swapping
When unused data that has been transferred to the hard disk is needed again, it will swap that data for some of the data in RAM
Why is using virtual memory slower
The processor has to wait while data is swapped between hard disk and RAM
What is cache memory
A type of high-speed RAM which is built into the processor