Topic 5 - Representing Images, sound and other data Flashcards

1
Q

What is a bit pattern?

A

A bit pattern is an arrangement of binary digits arranged in a sequence; they can be used to represent text as well as images, video and sound.

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

What is the difference between analogue and digital?

A

Analogue is continuous and digital is discrete.

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

How does a ADC work?

A

It receives signal input via an analogue sensor in the form of voltage waveform which are converted into a digital format so they can be read into a computer.

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

Digital images are composed of a series of ______, so a pixel is the ______ element in a digital image.

Images are represented in ______ or binary form to be stored or used on a computer.

Colour can be shown in digital images by using more ______ per ______.

A

Digital images are composed of a series of pixels, so a pixel is the smallest element in a digital image.

Images are represented in digital or binary form to be stored or used on a computer.

Colour can be shown in digital images by using more bits per pixel.

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

Digital images are composed of a series of ______, so a pixel is the ______ element in a digital image.

Images are represented in ______ or binary form to be stored or used on a computer.

Colour can be shown in digital images by using more ______ per ______.

A

Digital images are composed of a series of pixels, so a pixel is the smallest element in a digital image.

Images are represented in digital or binary form to be stored or used on a computer.

Colour can be shown in digital images by using more bits per pixel.

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

Define colour depth

A

Colour depth is the number of bits used for each pixel, where 1 bit i black and white and 8 bits will give 256 colours.

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

How is image resolution found?

A

Image resolution is calculated using the pixel dimensions

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

Define display resolution

A

Display resolution is the number of dots per inch (DPI). More dots per inch gives a better image resolution.

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

Define metadata

A

Metadata is data about data

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

How can you work out minimum image storage requirements

A

width x height x colour depth

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

Vector graphics

The size of the objects can be made ______, but the image quality of each object will be ______ and requires the same ______. A vector graphic can consist of many individual objects that can be edited ______.

A

Vector graphics

The size of the objects can be made larger, but the image quality of each object will be identical and requires the same storage. A vector graphic can consist of many individual objects that can be edited independently.

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

Objects are made up of a series of ______ shapes and a set of ______ for the object. Complex geometric shapes can be constructed using mathematical formulae to create objects based on ______ and ______.

It is possible to edit objects with the image individually; the changes that can be made include:

  • ______ of the object
  • ______ of lines or fill in an object
  • ______ of objects and ______ of lines
  • ______ position
A

Objects are made up of a series of geometric shapes and a set of coordinates for the object. Complex geometric shapes can be constructed using mathematical formulae to create objects based on lines and curves.

It is possible to edit objects with the image individually; the changes that can be made include:

  • Shape of the object
  • Colour of lines or fill in an object
  • Size of objects and thickness of lines
  • Reference position
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Name 2 differences between bitmapped graphics and vector graphics

A

Bitmapped images are used in digital photography where they provide realistic images whereas vector graphics are used in engineering to create accurate and precise technical drawings. They are also used to create clip art and logos.

Where bitmapped images are resized, the image quality is degraded and can appear fuzzy while vector graphics can be resized with no loss of qualty.

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

Out of bitmapped graphics and vector graphics, which one takes up more storage space?

A

Bitmap images store individual pixels and therefore take up more space than vector images

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

Out of bitmapped graphics and vector graphics, which one takes up more processor power?

A

Vector graphics

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

What is sampling rate?

A

It is the number of samples taken per second from the analogue input to create a digital signal.

17
Q

What is Nyquist’s theorem?

A

Nyquist’s theorem indicates that the sound must be sampled at twice the highest analogue input frequency to create an accurate representation of the original input waveform.

18
Q

How can you find the minimum file size for an audio file?

A

sample frequency (Hz) x sample resolution (bytes) x length of sound (sec)

19
Q

What is MIDI?

A

MIDI is a protocol that is used to synthesise musical instruments

20
Q

MIDI makes use of ______ ______ that are used to control musical parameters such as ______ and pitch and ______ , and to synchronise the ______ between a range of other devices

A

MIDI makes use of event messages that are used to control musical parameters such as notation and pitch and volume, and to synchronise the rhythm between a range of other devices

21
Q

Name 3 advantages of using a MIDI system

A

Music data that has been loaded onto the computer can be arranged and manipulated in many different ways

A musician or music producer can make use of overlays to create a whole band sound

It is straightforward to create a musical score from edited music

22
Q

Why is data compression important?

A

Data compression is important as compressed data takes up less storage space and the smaller files can be transmitted across the internet quicker than uncompressed files.

23
Q

When could lossless compression be used?

A

A text document might need to be compressed into a zip file for attachment and transmission using email. The document will need to be expanded to an exact copy of the original file so it can be read.

24
Q

When could lossy compression be used?

A

In sound files unnecessary data can be removed without ruining the output quality for the user

25
Q

What does RLE stand for?

A

Run Length Encoding

26
Q

What is RLE?

A

It is a form of lossless compression where a sequence that contains repeated values is replaced by a single value and a number signifying the amount of repeats.

27
Q

What is the difference between lossy and lossless compression?

A

Lossless compression allows the image or data to be reformed to its original state with no errors or changes.

28
Q

How does dictionary based compression work?

A

Dictionary-based compression algorithms usually create a dictionary (a pattern of characters) in memory as data is scanned looking for repeated information).

Based on the pattern recognition, that string of information is replaced by a much shorter but uniquely identifiable string.

This results in a compression of that overall data