Save
GCSE
ocr computer science gcse
U2
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
yana
Visit profile
Cards (23)
Analogue
data
Data that changes
continuously
and does not have a
measurable
value
View source
Digital data (binary code)
Data consisting of two distinct values:
0s
and
1s
View source
Bit
A single
binary digit
(0 or 1)
View source
Units of data
1
bit
(b)
1
nibble
1
byte
(B)
View source
Decimal prefixes for quantities of bytes
kilo
(10^3) - Kilobyte (kB)
mega (10^6) - Megabyte (MB)
giga (10^9) - Gigabyte (GB)
tera (10^12) - Terabyte (TB)
peta (10^15) - Petabyte (PB)
View source
Converting between units of data
1.
1,000
KB = 1 MB
2.
1,000
MB = 1 GB
3.
1,000
GB = 1 TB
4.
1,000
TB = 1 PB
View source
Colour depth
The number of bits used for each
pixel
to represent more than
two
colours in an image
View source
Colour depth examples
1-bit
image (2 colours)
2-bit
image (4 colours)
4-bit
image (16 colours)
16-bit
image (65,536 colours)
View source
The
greater
the colour depth of an image, the
greater
the file size
View source
Pixel
The
smallest
possible
coloured
dot on a computer screen
View source
Bitmap
image
An image made up of
pixels
View source
Resolution
The number of
dots
or
pixels
per linear unit (usually dots per inch - dpi)
View source
The greater the resolution of an image, the
greater
the quality and
file size
View source
Metadata
Information about an image file that enables the computer to
recreate
the image from the
binary
data
View source
Calculating image file size
Image file size =
colour depth
x
image height
(px) x image width (px)
View source
Analogue sound
Sound waves that change
continuously
and do not have a
measurable
value
View source
Sampling
The process of converting
analogue
sound waves to discrete
digital data
by recording the amplitude at set intervals
View source
Sample rate
The number of times the sound level is sampled per second (measured in
Hertz
(
Hz
))
View source
Bit depth
The number of
bits
used to store each
sample
View source
Duration
The number of
seconds
of audio a sound
file
contains
View source
Calculating sound file size
Sound file size (bits) =
sample rate
(Hz) x
bit depth
(bits) x duration (seconds)
View source
metadata
data
about data
metadata
examples
height
and
width
in pixel
colour
depth
geolocation
author details
date created
file
type
last edited
resolution