topic 2b- data representation and compression Flashcards

(15 cards)

1
Q

what is a character set

A

a defined list of characters recognised by the computer

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

what is ASCII

A

a well known 7 bit character set with 2^7 characters (128)

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

what is extended ASCII

A

an 8-but character sec with 2^8 characters (256)

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

how can images be stored

A

bitmap or vectors

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

what are bitmap pictures constructed of

A

coloured squares called pixels

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

what do vectors store

A

the mathematics to draw coloured shapes

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

how is each pixel of a bitmap stored

A

in binary

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

how can the number of colours be calculated

A

as 2^n. where n is the number of bits for each pixel

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

what is colour depth

A

the number of bits for each pixel

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

meta data is additional data stored with the image to define…

A

the width, hight, colour depth and colour pallet

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

what is sound file size

A

the total number of bits in a sound

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

how do you calculate sound file size?

A

number of samples per second * number of bits per sample * length of sample in seconds
(spsbpsl)

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

what is a sample interval

A

amount of time that passes between capturing each sample

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

what is sample rate

A

the number of samples stored per second

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

what is the order of the units that measure binary value (kibbibytes etc)

A

bit
nibble
byte
kibibyte
mebibyte
gibibyte
tetrabyte
petabyte

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