Save
...
Paper 1
Memory & Storage
Primary Storage
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Caylin Hindle
Visit profile
Cards (28)
What are the two categories of storage in a computer system?
Primary Storage
and
Secondary Storage
View source
Why is primary storage considered very quick?
It is directly accessed by the
CPU
View source
What is another name for primary storage?
Main memory
View source
What types of memory are included in primary storage?
RAM
and
ROM
View source
What is the difference between volatile and non-volatile storage?
Volatile storage loses data when
powered
off
View source
Give an example of volatile storage.
RAM
View source
Give an example of non-volatile storage.
ROM
View source
Why do computers need primary storage?
To process data quickly with the
CPU
View source
How does primary storage access speed compare to secondary storage devices?
Primary storage
access speeds
are much faster
View source
What does RAM stand for?
Random Access Memory
View source
What must happen for program instructions to be processed by the CPU?
They must be copied from the
hard drive
into RAM
View source
What type of storage is RAM?
Volatile
(temporary) storage
View source
What does ROM stand for?
Read-Only Memory
View source
What does RAM store?
Programs currently running and parts of the
OS
View source
What type of storage is ROM?
Non-volatile
storage
View source
What information does ROM store?
The
boot program
/
BIOS
for the computer
View source
What is virtual memory?
Using
HDD
as an extension of
RAM
View source
What does the BIOS do?
Loads the operating system on
startup
View source
How does virtual memory work?
Moves unused data from
RAM
to
HDD
View source
What is a benefit of using virtual memory?
Allows more programs to run
simultaneously
View source
What happens if original data in virtual memory is needed again?
It can be moved back into
RAM
View source
What is secondary storage characterized by?
Slower
access
and larger
storage size
View source
Why is secondary storage used?
For
long-term
storage of data and files
View source
What types of storage are included in secondary storage?
Magnetic
,
optical
, and
solid state storage
View source
What are the differences between primary and secondary storage?
Primary storage
is quick and smaller
Secondary storage
is slower and larger
Primary storage is directly accessed by the
CPU
Secondary storage is used for long-term data storage
View source
What are the differences between volatile and non-volatile storage?
Volatile storage loses data when
powered
off (e.g.,
RAM
)
Non-volatile storage retains data when powered off (e.g.,
ROM
)
View source
What information is stored in each type of memory?
RAM
: Programs currently running and parts of the
OS
ROM
: Boot program / BIOS for startup
Virtual Memory
: Temporary data moved from RAM
View source
What are the characteristics of secondary storage?
Slower
access speeds
Larger storage capacity
Used for
long-term data storage
View source