Memory and storage * Flashcards
What does primary storage contain?
RAM
ROM
registers
cache
What is primary storage used for?
holds the data and instructions which the CPU needs access to while a computer is running
Can the CPU access data quicker from primary or secondary storage?
primary
What does RAM do?
holds the operating system, programs and data in use by the CPU when the computer is running
Is RAM volatile or non-volatile?
volatile
Is RAM read and write or read only?
read and write
Is RAM larger or smaller?
larger
What does ROM do?
- holds the first instructions for when the computer is first turned on (bootstrap)
- programs may be stored in ROM in embedded systems
Is ROM volatile or non-volatile?
non-volatile
Is ROM read and write or read only?
read only
Is ROM larger or smaller?
smaller
What does volatile mean?
memory is lost when the power is switched off
What does non-volatile mean?
memory remains when the power is switched off
How many bits are there in a byte?
8 bits in a byte
How many bits in a nibble?
4 bits in a nibble