Save
gcse ocr computing
1.2 memory and storage
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
abigail
Visit profile
Cards (64)
What are computer characters made up of?
Numbers and
alpha
characters
View source
How are alpha characters ordered?
Logically
, with A lower than B
View source
What does ASCII stand for?
American Standard Code for
Information Interchange
View source
How is each character represented in ASCII?
By a unique
binary code
View source
How long is an ASCII code?
8
bits
(1
byte
)
View source
What does using 2 bytes for a code allow?
Many more possibilities for
characters
View source
Why can ASCII accommodate languages like Arabic?
It can represent
thousands
of
characters
View source
Why must sound be encoded for computers?
Computers only understand
binary data
View source
How is sound broken down for encoding?
Into thousands of
samples
per
second
View source
What unit measures sound sampling?
Hertz (Hz)
View source
What is the relationship between samples and sound clarity?
More
samples
lead to
clearer
sound
View source
What does bit depth refer to in sound?
Space needed for each
sample
View source
How does higher bit depth affect sound quality?
Higher quality but requires more
space
View source
What does longer audio duration require?
More
storage space
View source
How is each pixel represented in images?
As a series of points in
binary
View source
How are shapes stored in images?
As
colors
represented by specific
codes
View source
What does image resolution refer to?
Number of
pixels
in the image
View source
What happens to storage space with higher resolution images?
More
pixels
require more space
View source
What does colour depth indicate?
Number of
bits
used for colors
View source
How many colors can 1 bit represent?
2 colors
View source
What does a higher colour space depth provide?
More
realistic
colors but needs more space
View source
What is the purpose of encoding compression?
To reduce space needed for
storage
View source
What must happen to compressed data before use?
It must be decompressed
View source
What is lossless compression?
Compresses data
without
losing
information
View source
What is a key feature of lossless compression?
Original data can always be
recreated
View source
Can all files be compressed using lossless methods?
No
,
not
all
files
can
be
compressed
View source
What is lossy compression?
Compresses data with some
loss
of
information
View source
Where is lossy compression typically used?
In
audio files
where loss is acceptable
View source
What is a downside of lossy compression?
Produces smaller
files
but poorer
accuracy
View source
What is binary?
A number system made of
1s
and
0s
View source
Why do computers use binary?
Because CPUs contain transistors that are on/off
View source
What is hexadecimal?
A base 16 number system using 0-9 and A-F
View source
Why is hexadecimal used?
To simplify long
binary strings
View source
How many hex digits are in a nibble?
1
hex
digit
per
nibble
View source
What factors should be considered when choosing storage media?
Capacity
,
speed
, portability, durability, reliability,
cost
View source
What does capacity refer to in storage media?
How much data it can hold
View source
Why is speed important in storage media?
For
quick
data access in
live situations
View source
What does portability refer to in storage media?
Ease
of
moving
the
media
between
devices
View source
What does durability refer to in storage media?
How long the media is
expected
to last
View source
What does reliability refer to in storage media?
How easily
damaged
the media is
View source
See all 64 cards