01b- Representing Sound Flashcards

1
Q

Define pixels.

A

A pixel is the smallest unit of an image. Usually represented by a dot.

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

Define colour depth.

A

Colour depth refers to the number of bits to represent a specific colour.

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

What is true colour?

A

Twenty-four bits

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

What is the relation between the number of colours that can be stored depending on the number of bits used for each colour.

A

The number of bits indicates how many colours are available for each pixel.

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

How do you calculate the colour depth?

A

E.g. 2 bits per pixel:
4 colours (2^2)

8 bits per pixel:
256 colours (2^8)

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

Define resolution.

A

Resolution is a measurement of the clarity and quality of the image.

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

How do you get a higher resolution?

A

The greater the number of pixels in the smaller the space will lead to a higher resolution. Measured in PPI (Pixels Per Inch)

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

What are the effects of higher resolution images?

A
  • Large number of pixels in small spaces
  • Clear and realistic images can be stored
  • Larger File Size as every pixel’s colour code has to be saved
  • Higher resolution image
  • Longer loading and processing time on the computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Bitmap?

A
  • Bitmap graphic is stored as a grid of pixels.
  • You need to store the binary colour code, the width, height and colour depth
  • Stored as a grid of pixels. All components of the image are deconstructed into pixel patterns.
  • When stretched the image can become blurred
  • Bitmap files take a long time to load
  • Typical uses of Bitmaps:
    Most web graphics
    HI-RES Files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Vector?

A
  • Vectors are made up of lines, curves and points. Object is defined by mathematical equations
  • Can be resized without becoming blurry
  • Typical uses of Bitmaps:
    For logos
    Charts
    Icons
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define buffering?

A

An intermediate storage area used to hold the download segments of a video file that haven’t been played.

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

Define streaming?

A

A process that allows videos to be viewed without having to wait for the full video to download.

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

Explain Analogue to Digital Conversion.

A
  • Microphone measures the change in air pressure
  • The Microphone translates the air pressure into a sound wave
  • An Analogue-Digital Converter will sample the sound wave at intervals, storing each sample in a number of bits. The amount of samples that are taken is called the Sample Rate and the number of bits used for each sample is known as the Bit Depth.
  • A computer will understand and can display the digital information for playback or manipulation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define Sample Rate.

A

The amount of samples that are taken is called the Sample Rate. (measured in hertz)

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

Define Bit Depth.

A

The amount of bits used for each sample.

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

What is Bit Rate?

A

Bit Depth x Sample Rate

The Bit Rate of a file tells us how many bits of data are processed every second.