CP2: Data representation

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards
Why is compression used? (3 reasons)
reduce the amount of storage needed to save files, allow large files to be transmitted as an attachment, allow files to be transmitted in less time
2
New cards
Lossy compression
data encoding method where files are compressed by removing some detail
3
New cards
Lossless compression
data encoding method where files are compressed but no data is lost
4
New cards
Where is lossy compression used?
images, audio files and video files
5
New cards
Lossy compression formats
JPEG, Windows Media Player, MP3, MPEG-1, MPEG-2
6
New cards
Where is lossless compression used?
text and data files
7
New cards
Lossless compression formats
graphic interchange format, portable network graphic, FLAC, ZIP
8
New cards
Vector graphic
graphics that use lines and shapes
9
New cards
Pixel
short for picture element, smallest unit of a digital image or graphic with an individual colour set
10
New cards
Resolution
number of pixels that make up an image, measured in PPI (pixels per inch)
11
New cards
Bitmap image
an image made up of pixels
12
New cards
Colour depth
number of bits per pixel
13
New cards
Equation to calculate file size
size in bytes = (image width * image height * colour depth) / 8
14
New cards
Analogue signals
continuously varying signals
15
New cards
Digital signals
signals with discrete values
16
New cards
Analogue-to-Digital Converter (ADC)
device that takes real-world analogue signals and converts them to a digital representation
17
New cards
How are analogue signals converted in sound waves? (5 steps)
analogue sound received by microphone, converted into electrical analogue signal, signal amplitude (height of wave) measured at regular intervals (sampled), values rounded to a level (quantisation), values stored as series of binary numbers
18
New cards
Amplitude
the height of a wave (from the origin to a crest, or from the origin to a trough)
19
New cards
Sample
a measure of amplitude at a point in time
20
New cards
What two things does the accuracy with which an analogue sound wave is converted to a digital format depend on?
bit depth and sample rate
21
New cards
Sample rate
frequency with which amplitude of sound is record, measured in hertz (1hz = 1 sample per second)
22
New cards
Sample interval
amount of time between two samples, measured in seconds
23
New cards
Bit depth
number of bits used to store each sample
24
New cards
Sample size
number of seconds over which the sample is taken
25
New cards
Equation to calculate size of a sound file
file size in bytes = (sample rate * bit depth * sample size) / 8