data representation Flashcards

1
Q

What does analogue mean?

A

continuously changing

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

Why can’t computers store analogue sound?

A

Because analog sound has infinite data so it’s impossible to store it all.

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

What is the name of the device that takes real world analogue signals and converts them to a digital representation?

A

Analogue-to-digital converter (ADC)

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

How does a computer convert analogue sound waves to digital sound data?

A

1) analogue sound is received by a microphone
2) This is converted to an electrical analogue signal
3) The signal amplitude (height of wave) is measured at regular intervals this is called sampling.
4) The values are rounded to a level this is called quantisation
5) The values are stored as a series of binary values

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

What is a sample a measure of?

A

A sample is a measure of amplitude at a point in time.

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

What are the two things that determine digital sound data’s accuracy?

A

sample resolution and sample rate.

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

What is sample resolution?

A

The sample resolution is the number of bits used to store each sample.

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

What is sample rate?

A

The sample rate is the frequency at which you record the amplitude of the sound i.e the number of samples per second.

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

What is sample rate usually measured in?

A

Hertz

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

What is the formula to calculate a sound file size?

A

file size = sample rate x sample resolution x number of seconds

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

What is the sample rate and sample resolution of a cd?

A

sample rate:44.1kHz

sample resolution: 16 bits

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

What is a vector graphic?

A

An image made up of lines and shapes with specific properties such as: line style, line colour, fill colour, start point and end point.

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

How does a computer store a photograph taken by a digital camera.

A

The computer breaks down the image into its smallest elements (pixels).

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

What does pixel stand for?

A

Picture element

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

What is the size of an image expressed as

A

Width in pixels by height in pixels e.g 600 pixels x 400 pixels

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

What is the use of pixels in images called?

A

Bitmap

17
Q

How many possible colours are there in 8 bits per pixel ?

A

256

18
Q

What is colour depth?

A

The number of bits per pixel. i.e the number of colours a pixel can be.

19
Q

Why is increasing the colour depth good ?

A

It makes the image more faithful to how it actually looks

20
Q

What is resolution?

A

It is how dense the pixels in the image are. i.e How detailed the image looks.

21
Q

What is pixel density measured in?

A

pixels per inch (PPI)

22
Q

What normally happens when you try to enlarge an image of the internet?

A

The image goes blurry because the software tries to make up for the pixels that don’t exist

23
Q

What is the normal pixel density of an image off the internet?

A

72PPI

24
Q

What does file size of an image depend on?

A

colour depth and the number of pixels in the image.

25
Q

What is the formula for calculating the file size of an image?

A

file size (in bits) = image width x image height x colour depth

26
Q

How many bits are used to represent 1 ascii symbol

A

7 bits i.e A = 0100001

27
Q

what is the advantage of unicode over ascii

A

unicode represents more characters

28
Q

How many bits in a byte

A

8

29
Q

what is the order of bits?

A

kb(1000 bytes), Mb(1000 kb) ,Gb(1000 Mb) , Tb(1000gb)

30
Q

Compress aaabbdddtttyy using run length encoding

A

3a2b3d3t2y

31
Q

What type of compression is Run length encoding

A

Lossless

32
Q

How many Binary digits does one hexadecimal digit equal? e

A

4 bits (e.g F = 1111)