4.5.6 Representing images, sound and other data Flashcards

1
Q

What is a Bitmap Image made up of?

A

Bitmap images are made up of pixels.

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

Define Pixel.

A

The smallest unit of an image, representing a single point with a specific colour and brightness.

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

What is the equation for image file size?

A

image file size = colour depth x image height(px) x image width(px)

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

What is Analogue Data?

A

Analogue is a continuous set of values.

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

What is Digital Data?

A

Digital is a discreet set of values.

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

Define Colour Depth.

A

A measure of the amount of colour used in an image, expressed in terms of the number of bits used to represent the colour of each pixel in an image.

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

What is the number of colours that can be represented in a colour depth of 4? And how many bits are used?

A

2^4 = 16 colours
2^2 = 4, so 2 bits.

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

Define Metadata.

A

Data related to the image file data itself. e.g width, height, colour depth

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

Define Resolution.

A

A measure of the total number of pixels in an image, typically expressed in terms of the number of dots/pixels per inch.

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

How do you add more colours to an image?

A

Add more bits per pixel.

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

Define Sample Resolution.

A

The number of bits used to represent a single sample.

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

Define Sampling Rate.

A

The numbers of samples taken per second/over a given period of time.
The frequency at which samples are taken.
On the x axis.

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

Define Sound Sampling.

A

The process of converting analogue sound waves to a digital waveform, by storing a finite number of readings in binary.

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

Define Audio Bit Depth.

A

The number of bits used to represent the amplitude of each audio sample, affecting the sound quality and dynamic range.
On the y axis.

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

Define Amplitude.

A

The height of a sound wave, determining the loudness of the sound.

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

Define Frequency.

A

The number of cycles of a sound wave per second, determining the pitch of the sound.

17
Q

Define Character Code.

A

The unique number used to represent a character.

18
Q

What is an Analogue to Digital Convertor used for?

A

Used to convert the sound waves to a digital format.

19
Q

What does the quality of the sound conversion depend on?

A
  • sample interval
  • sample resolution
20
Q

How does the sample rate affect quality?

A

The sample rate allows the measurement of the frequency of a wave. The more samples the more accurate the tone is.

21
Q

How does sample resolution affect quality?

A

The sample resolution allows the measurement of the amplitude of a wave. The higher the bit depth the more accurate it is.

22
Q

Describe the process of analogue to digital conversion.

A
  1. Microphone (sensor) detects/ measures the analogue wave.
  2. The sound wave is sampled at regular intervals.
  3. For each sample the amplitude is measured.
  4. This is converted into discrete binary values.
  5. The values are stored in a sound file.
23
Q

Define Sampling Error.

A

When the sample of the amplitude is incorrect.