Save
computer science
cs paper 1
1.2 memory and storage
Save
Share
Learn
Content
Leaderboard
Learn
Created by
anisah
Visit profile
Cards (194)
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?
Because it is directly accessed by the
CPU
View source
What is another name for primary storage?
Main memory
View source
Which 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 is temporary and loses data when
powered
off, while non-volatile storage retains data without power
View source
Give an example of volatile storage.
RAM
View source
Why do computers need primary storage?
To allow the
CPU
to access program instructions and data quickly
View source
Give an example of non-volatile storage.
ROM
View source
What happens to program instructions and data before they are processed by the CPU?
They must be copied from the
hard drive
into
RAM
View source
What is secondary storage?
Non-volatile
storage used to save and store data that can be accessed repeatedly
View source
Why is primary storage access faster than secondary storage?
Because primary storage is
internal
and
directly
accessed
by the
CPU
View source
What does RAM stand for?
Random Access Memory
View source
What type of storage is RAM?
Volatile
(
temporary
) storage
View source
Why is secondary storage slower to access than primary storage?
Because it is further away from the
CPU
and not directly embedded on the
motherboard
View source
What does ROM stand for?
Read-Only Memory
View source
What information does RAM store?
All
programs
that are currently running and parts of the
operating system
View source
What type of storage is ROM?
Non-volatile
storage
View source
What are the key characteristics of storage you should know?
CAPACITY
: Maximum data storage
DURABILITY
: Strength of the device
PORTABILITY: Ease of carrying
ACCESS SPEED
: Speed of reading/editing data
COST: Average price of the device
RELIABILITY
: Likelihood of continued performance
View source
What is the most common form of secondary storage in desktop computers?
Magnetic hard disk drive
(HDD)
View source
What does ROM store?
The boot program/
BIOS
for when the computer is switched on
View source
What is the role of the BIOS?
To load the
operating system
to manage the computer
View source
What is an obsolete type of magnetic storage?
Floppy disk
View source
How does a read/write head function in a magnetic hard disk drive?
It moves above the
disk platter
and uses the magnetic field to read or edit data
View source
What is virtual memory?
An extension of
RAM
using the
hard disk drive
View source
Why are solid state devices like USB sticks preferred over floppy disks?
They are much faster and have a higher
capacity
View source
What is a characteristic of magnetic tape storage?
It has a high
storage capacity
but requires
serial access
View source
How does virtual memory work?
Unused data in
RAM
is moved to the
hard drive
to make space for new data
View source
What are the characteristics of magnetic storage (Hard Disk Drive)?
Large
CAPACITY
Cheaper
COST
per
gigabyte
than solid state
DURABLE
and
PORTABLE
if modern external HDDs
Slower
ACCESS SPEED
than solid state but faster than optical
View source
How does optical storage read data?
It uses a
laser
to project beams of light onto a
spinning disc
View source
What are the differences between primary and secondary storage?
Primary Storage
:
Very quick, directly accessed by
CPU
Smaller in size
Includes
RAM
and
ROM
Secondary Storage
:
Slower, not directly accessed by CPU
Larger in size
Used for long-term storage
View source
What is a benefit of using virtual memory?
It allows more programs to run
simultaneously
with less
system
slow down
View source
Why are optical discs considered not durable?
Because they are
fragile
and can break or scratch easily
View source
What is the capacity of a CD, DVD, and Blu-ray disc?
CD:
700
MB
, DVD:
4.7
GB
, Blu-ray:
25
GB
View source
What are the types of primary storage and their characteristics?
RAM
(
Random Access Memory
):
Volatile storage
Stores currently running programs and parts of the
OS
ROM
(
Read-Only Memory
):
Non-volatile storage
Stores
boot program
/
BIOS
View source
What does it mean to compress a file?
To
make
its
size
smaller
View source
What is the primary number system used by computers to store data?
Binary
View source
Why must data be converted into binary format for processing by a computer?
Because all
computer systems
communicate, process, and store data using binary
View source
What is the process of using virtual memory?
Programs stored in
RAM
for CPU processing
If
RAM
is insufficient, data is moved to
HDD
New data is transferred into RAM
Original data can be moved back when needed
View source
What are the benefits of file compression?
Files take up less
storage space
Files can be
transferred
quicker
Files can be read from or written to quicker
View source
What are the types of secondary storage?
Magnetic storage
Optical storage
Solid state storage
View source
See all 194 cards