data representation Flashcards

(32 cards)

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?

17
Q

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

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?

24
Q

What does file size of an image depend on?

A

colour depth and the number of pixels in the image.

25
What is the formula for calculating the file size of an image?
file size (in bits) = image width x image height x colour depth
26
How many bits are used to represent 1 ascii symbol
7 bits i.e A = 0100001
27
what is the advantage of unicode over ascii
unicode represents more characters
28
How many bits in a byte
8
29
what is the order of bits?
kb(1000 bytes), Mb(1000 kb) ,Gb(1000 Mb) , Tb(1000gb)
30
Compress aaabbdddtttyy using run length encoding
3a2b3d3t2y
31
What type of compression is Run length encoding
Lossless
32
How many Binary digits does one hexadecimal digit equal? e
4 bits (e.g F = 1111)