4.5.6 Representing images, sound and other data Flashcards

1
Q

What is the colour depth?

A

The number of bits assigned to a pixel in an image.

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

How is the storage required to represent a bitmap image calculated?

A
  • Multiply the number of pixels (width x height ) by the bit depth
  • This produces a minimum value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why is a minimum value produced?

A

Because bitmap image files may also contain metadata, hence the calculated amount is a minimum amount.

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

What are some examples of metadata?

A
  • Width
  • Height
  • Date created
  • Colour depth
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the two methods of representing images in a computer?

A
  • Vector graphics

* Bitmap images

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

How do vector graphics represent images?

A
  • Using geometric objects and shapes such as rectangles, circles and lines.
  • The properties of each geometric object or shape in the image are stored in a list
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How are the properties of vector graphics stored?

A

The properties of each geometric object or shape in the image are stored in a list.

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

What is an advantage of vector graphics?

A
  • Vector graphics can be scaled without losing quality, enlargement leads to no loss of clarity
  • They are well suited to simple images using shapes
  • Vector graphics frequently use less storage space than bitmapped graphics, as information is stored for each shape rather than every single pixel in an image.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are bitmap images suited to?

A

Storing photographs.

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

What is a disadvantage of bitmap images?

A
  • Information being stored for every single pixel in an image makes it use more space than vector graphics
  • Enlarging a bitmap image results in a blurry or pixelated image, there is a loss of clarity.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How is sound represented by computers?

A

As a sequence of samples, each of which takes a discrete digital value.

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

What is the sampling rate?

A

Number of samples per second, expressed in hertz.

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

What is the sample resolution?

A

Number of bits allocated to each sample.

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

What does a higher sample resolution allow for?

A

• Higher sample resolutions result in greater audio quality, but also increased file size.

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

How can the size of a sound sample be calculated?

A

Multiplying together the duration of the sample in seconds, the sampling rate in Hertz and the sample resolution.

duration * sampling rate * resolution

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

What may increase the space required to store an audio file?

A

Meta data

17
Q

What is the nyquist theorem?

A
  • The sampling rate of digital audio file must be at least twice the frequency of the sound.
  • If the sampling rate is below this, the sound may not be accurately represented.
18
Q

What is MIDI used for?

A

Electronic musical instruments which can be connected to computers.

19
Q

How does MIDI work?

A
  • Rather than storing samples of sounds, MIDI stores sound as a series of event messages, each of which represents an event in a piece of music.
  • Midi is a series of instructions used to recreate a piece of music
20
Q

What is an event message?

A

An event in a piece of music.

21
Q

What might event messages contain?

A
  • Duration of note
  • Instrument with which a note is played
  • How loud a note is
  • if a note should be sustained
22
Q

What are the advantages of MIDI over sampled recordings?

A
  • Easy manipulation of music without loss of quality
  • Instruments on which notes sound can be changed
  • Notes can be transposed
  • Duration of notes can be altered
  • MIDI files are often smaller in size than sampled audio files
  • MIDI files are lossless, there is no information lost when music is stored using MIDI
23
Q

What is the disadvantage of using MIDI?

A
  • Might result in less realistic sound than sampled recordings
  • MIDI can’t be used for storing speech.