SLR1.2 part 2 Flashcards

1
Q

images are stored in…

A

binary as bitmap or vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

lossless compression

A

none of the data is lost, it is just encoded differently.
it can be turned back into its original format
can be used on all data types
not as effective at reducing file size compared to lossy compression
most suitable for documents and executable files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

compression

A

reduces the number of bits in a file
this reduces the storage of the file lower
makes transferring of files faster
more data can be stored on a storage device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

lossy compression

A

loses some of the data and cannot be recovered
greatly reduces the storage size
reduces the quality of images/sound
suitable for images, sound, video
not suitable for documents and executable files as some of the text would be lost

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

character set

A

a defined list of characters recognised by the computer. Each characters represented by unique binary number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

examples of character sets

A

ASCII (7 bit characters et), extended ASCII (8 bit character set), unicode (24 bit character set)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

bitmap

A

pictures that are made from coloured squares called pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

vector

A

pictures that store the mathematics to draw the coloured shapes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

the number of values in 1 bit

A

2 possible values, 0 and 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

sound is stored in binary through…

A

analog to digital conversion, where the sound is converted to binary to be stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

sound file size

A

total number of bits in a second
calculated as number of samples per second x number of bits per sample x length of sample in seconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

bit depth

A

the number of bits stored per sample
the higher the number of bits, the greater the quality of sound, the larger the file size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

sample rate

A

the number of samples stored per second
the higher the number of samples per second, the greater the quality of sound, the larger the file size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

metadata

A

additional data stored with the image to define its width, height, colour depth and colour palette.
e.g. the metadata of a document would be the name of the author

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

the number of bits on a photograph

A

24 bit colour pallete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

calculating text file size

A

bits per character x number of characters

17
Q

calculating image file size

A

colour depth x image height x image width

18
Q

calculating sound file size

A

sample rate x duration in seconds x bit depth

19
Q

how is sampling used to make a recording

A

amplitude of wave is sampled
Converted to binary
measurements taken at a regular interval
(eg 44,000 times per second)

20
Q

sample frequency =

A

sample rate