Complete the description of Primary Storage by filling in the gaps using the words provided below.
Not all words will be used.
[7]
volatile | non-volatile | secondary | primary | firmware
start-up | deleted | saved | ROM | RAM
Computers use
storage to hold data that the processor needs to access quickly. This is usually made up of two types of memory.
is a type of memory that is Read-Only. This stores the
instructions, which tell the computer how to boot up. This memory is
, meaning the data is not lost when the power is turned off.
The other type is
. This stores the data and instructions that are
by the processor. This memory is
, meaning the contents are lost when the power is turned off.