Save
...
Paper 1
1.2 Memory and Storage
Summary
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Pav Bath
Visit profile
Cards (57)
What is the purpose of RAM in a computer?
To store running
instructions
and open applications
View source
How does the CPU interact with RAM?
The CPU fetches
instructions
from RAM and executes them
View source
What are the two types of primary storage?
RAM
and
ROM
View source
What is the characteristic of RAM?
RAM is
volatile
and wipes data when the computer is switched off
View source
What does ROM stand for?
Read Only Memory
View source
What is the purpose of ROM in a computer?
To store the
boot up sequence
and essential data that cannot be
modified
easily
View source
What is the difference between volatile and non-volatile memory?
Volatile memory
loses
data when
powered
off
, while non-volatile memory
retains
data
View source
What happens to data in RAM when the computer is turned off?
The data is
wiped
from RAM
View source
What is virtual memory?
Virtual memory is a type of
secondary storage
used as temporary
RAM
when main memory is full
View source
Why is virtual memory needed in a computer?
It is needed when the
main memory
is full to store additional instructions
temporarily
View source
What is the process of moving data between RAM and virtual memory called?
Disk trashing
View source
What is the purpose of secondary storage?
To permanently save files when the computer is
switched
off
View source
What types of secondary storage are mentioned?
Hard Disk Drive
(HDD) and
Solid State Drive
(SSD)
View source
What are the characteristics of solid state storage?
Fast
,
portable
,
durable
, and
reliable
View source
What is the advantage of magnetic storage?
It offers large
capacity
at a
low cost
View source
How does the cost of storage relate to its capacity?
Cost is measured
per kilobyte
, with larger
capacities
generally being
cheaper
per unit
View source
What is the capacity range for solid state drives?
100GB
to
4TB
View source
What is the unit of measure for data storage?
Bit, Nibble,
Byte
,
Kilobytes
,
Megabytes
,
Gigabytes
,
Terabytes
,
Petabytes
View source
Why do we use binary in computers?
Because computers consist of
transistors
that have two states:
on or off
View source
How many videos can be stored on a computer with 1GB of free storage if each video is
100MB
?

10 videos
View source
What does ASCII stand for?
American Standard Code
for Information Interchange
View source
How many bits does ASCII use to store characters?
ASCII uses
8
bits, but only 7 bits are needed for the
English
language
View source
What is the difference between ASCII and UNICODE?
ASCII uses
8
bits
while UNICODE uses
16
bits
View source
What is bit depth in relation to images?
Bit depth determines how many bits are stored per
pixel
, affecting the number of available
colors
View source
How does increasing the color depth affect image quality?
Higher color depth results in more realistic colors and
larger
file sizes
View source
What is the formula to calculate the amount of pixels in an image?
Length
*
Width
View source
What does resolution refer to in images?
Resolution refers to the size of the image in
pixels
View source
How does reducing the number of colors in an image affect its file size?
It reduces the
bit depth
, leading to a smaller file size
View source
What is metadata in relation to files?
Metadata
is
additional
information about a
file
View source
What information can be included in metadata?
Height, width,
bit depth
,
file size
, location, and
creation date
View source
How is sound stored on a computer?
Sound is
sampled
at set intervals and converted to
binary
View source
What factors affect the quality of stored sound?
Sample frequency
,
bit rate
, and
sample depth
View source
What is the difference between lossy and lossless compression?
Lossy compression
removes
data
permanently
, while lossless compression
retains
all
data
View source
How does increasing the sample rate affect audio quality?
Higher sample rates improve audio quality but increase
file size
View source
How many samples are taken for 1 second of audio?
44,000
samples
View source
What is the effect of larger sample depth on audio recordings?
Larger sample depth results in more
accurate
recordings and larger file sizes
View source
What is the relationship between bit rate and audio quality?
Higher bit rates lead to better audio quality
View source
What is the purpose of sampling in audio recording?
To measure the height and amplitude of sound waves
View source
How does metadata help with audio files?
Metadata provides information about the audio file, such as sample frequency and bit depth
View source
How does the quality of sound relate to sample frequency and bit depth?
Higher sample frequency and bit depth improve
sound quality
but increase file size
View source
See all 57 cards