1. Information representation Flashcards

1
Q

What is a byte?

A

A group of 8 bits.

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

What is Binary coded decimal (BCD)?

A

Representation of integers or float numbers by their digits encoded with binary

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

What is Vectors graphics?

A

Computer Images created by a sequence of commands that place lines and shapes in a 2D / 3D space

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

What is a Drawing list?

A

List of commands for every drawing object, where every command has its own attributes and each attribute defines a property of an object.

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

What is a Drawing object?

A

Each component of image made with vector graphics.

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

What is Color depth and Bit depth?

A

Color depth - number of bits per pixel, eg. color depth of 8 bits per pixel.
Bit depth - number of bits used to store each of red, green and blue, eg. bit depth of 8 bits per primary colors results in color depth of 24 bits.

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

What is File header?

A

It contains extra information about the vector graphics image on how graphics have been constructor, eg. bit/color depth, file size, resolution, colors etc.

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

What is Sound encoder?

A

It gets sound values as an input and outputs values as binary encoded data.

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

What does sound encoding components: Band-limiting filter and Analogue-to-digital converter (ADC) do?

A

Band-limiting filter - filters high frequency waves
Analogue-to-digital converted - converts analogue data to digital, binary encoded, data.

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

What does ADC sampling, Sampling resolution and Sampling rate mean?

A

ADC sampling - taking data at regular intervals.
Sampling resolution - number of bits that will be used to store amplitude values.
Sampling rate - number of samples taken per second.

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

What does Lossless compression and Lossy compression mean? Give examples with explanations for each of them.

A

Lossless compression - after a file is compressed, information is not lost, eg. Run-length encoding: the sequence of repeating bits are stored as the number of times it repeated before the single data value.
Lossy compression - after a file is compressed, information is lost, eg. reduced resolution / color depth / bit depth

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