3.3 - Image & Sound Representation (6 + 7) Flashcards

made in line with spec

You may prefer our related Brainscape-certified flashcards:
1
Q

what is a pixel?

A

tiny single point in a graphical image which makes up a picture

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

how is each pixel displayed?

A

using a binary representation

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

what is a bitmap?

A

the binary stored data representing an image

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

what is the term ‘pixel’ short for?

A

picture element

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

what is a VDU?

A

a virtual display unit

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

how do VDUs display pictures?

A

dividing the display screen into thousands of pixels (arranged into rows and columns)

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

how do you display the size of a bitmap (in pixels)?

A

width of image (in pixels) x height of image (in pixels)

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

define colour depth

A

the number of bits used to represent each pixel

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

what is the image resolution?

A

in terms of pixels

width x height

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

how does a bitmap represent an image using pixels and colour depth?

A
  • bitmap images are organised as a grid of coloured squares (pixels)
  • each colour of image is stored as a binary number
  • bits of info are stored in the bitmap
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how does the number of pixels and colour depth affect the file size of a bitmap image?

A

the higher number of pixels and higher colour depth, the larger the file size

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

how do you calculate the size (in bits) of an image?

A

image width x image height x colour depth

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

how do you calculate the size of an image in bytes?

A

(image width x image height x colour depth depth) / 8

  • same as bits (just divide by 8)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is metadata?

A

extra details about an image (location, colour depth, file name, camera details)

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

define image resolution

A

a measure of pixel density and the quality of the image (by the distance between two adjacent pictures)

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

sound is …….. and must be converted to a ……….. ……….. for …… and ……….. in a computer

A

analogue, digital form, storage, processing

17
Q

what process is carried out for digital versions of sound to be made?

and explain briefly what it is

A

sampling, a sound measurement taken at a given point in a sound file

18
Q

what is a sample?

A

a measure of amplitude at a point in time

19
Q

describe the processes in which a sound wave is converted to a sound file

A
  1. measure the amplitude of sound wave at specific intervals (sampling)
  2. convert values to binary
  3. store into the sound file
20
Q

what is the sampling rate?

A

the number of samples taken in a second (measured in hertz)

21
Q

what is the sample resolution?

A

number of bits used to store each sample

22
Q

how does a sampling rate for a sound file affect the size?

A

makes the file larger (as it has more samples to store)

23
Q

formula to calculate file size based on sampling rate and resolution? (sound)

A

sample rate x sample resolution x number of seconds x channels

24
Q

describe how a physical image can be represented in a bitmap

A
  • bitmap images organised as a grid of coloured squares (pixels)
  • each colour stored as a binary number
  • bits of information are stored in the bitmap
25
Q

what is sampling?

A

when analogue sound is converted into a set of binary numbers

26
Q

what is an ADC?

A

a device that converts real-world analogue signals into digital signals

27
Q

define a bit rate

A

the amount of information used to describe one second of sound (ie. the number of bits per second)

28
Q

formula to calculate bit rate?

A

sample rate x bit depth x number of channels

29
Q

what are the advantages of digital signals?

A

they are easy to copy, transmit and store

30
Q

what does a DAC do?

A

converts a binary stored version of a recording to voltage that speakers can reproduce

31
Q

what is the common sampling rate for sound files?

A

44.1 kH

32
Q

how would a greater number of samples per second affect a sound file?

A

higher quality of sound, larger file size (greater data stored)