1.2 Memory and storage (1.2.1 Primary storage) Flashcards
1
Q
two types of memory
A
RAM (random access memory) and ROM (read only memory)
2
Q
What is RAM often referred to as?
A
main memory, primary memory, primary storage
3
Q
RAM (5)
A
- access to RAM is much faster than a hard drive (secondary storage)
- CPU can access any part of the memory in the same amount of time
- it stores the operating system, the software currently in use
- the data which the software/ instructions is using
- where all the data, files and programs are stored while they’re being used
4
Q
meaning of volatile
A
when the computer is turned off, data stored in the RAM is lost
- ram is volatile
5
Q
meaning of non-volatile
A
all programs and data being stored permanently on a hard drive
6
Q
is ROM volatile
A
no
7
Q
is RAM volatile
A
yes
8
Q
ROM (4)
A
- it stores the initial program that is run when the computer is turned on (known as the bootstrap)
- it tells the computer where it will find the operating system on the hard drive
- it stores the basic input/output system
- it stores data which needs to be permanently held in primary storage
9
Q
differences between RAM and ROM (2)
A
- you can write to RAM but not ROM
- RAM is volatile while ROM is not
10
Q
what is virtual memory
A
virtual memory is part of the hard drive and is used as an extension to RAM
- it is secondary storage
11
Q
why do we need primary storage
A
to hold both data and programs that are in current use by the CPU