Information representation and multimedia Flashcards

1
Q

Bit-map images are made up of ________

A

Pixels

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

Colour depths

A

The number of bits used to represent a pixel

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

Bit depths

A

It determines the Color depth of that pixel

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

An increase in bit depth, increases _________

A

The number of possible colors

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

Image resolution

A

The number of pixels that make up an image.

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

Screen resolution

A

The number of horizontal & vertical pixels that make up a screen display.

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

Pixel density

A

The number of pixels per square inch

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

How do you calculate the pixel density?

A

1) add together the squares of the resolution size
2) find the square root
3) divide by the screen size

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

What are the drawbacks of using high resolution images?

A
  • Increase in file size
  • increase in download time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are 2 things that must be considered when the file size needed to store a bit-map image?

A

-image resolution
-bit depth

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

What are vector images?

A

Images that use mathematical formulas to draw lines and curves that can be combined to create an image

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

Vector graphics contains a drawing list which are a _______

A

set of commands used to define a vector image

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

Vector images tend to be ______ than bitmap images because a bitmap image has to _________ for each individual pixel that forms the image

A
  • smaller
  • store color information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A vector image only has to store mathematical formulas that make up the image, which _______

A
  • takes up less space
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The 3 most popular image formats used on the web are _________, and are all bitmap formats

A
  • PNG
  • JPEG
  • GIF
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are vector graphics?

A

a graphic consisting of components defined by geometric formulae and associated properties, such as line color and style

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

Sound is an _______ value

A

analogue

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

An ______ is used to digitise sound into files

A

ADC converter

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

If the sound is going to be used as a sound file, it gets __________

A

filtered first to remove higher and lower frequencies

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

_________ is the number of bits used to represent each sample

A

Sampling resolution

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

The higher the sample resolution, the better the audio quality.
Because if more bits are available for each sample, ________

A

then more levels of the signals can be captured, improving the detail of the recording

22
Q

________ is the number of sound samples taken per second.
The higher the sampling rate and/or sampling resolution, the greater the file size

A

Sampling rate

23
Q

How is sampling used to record a sound clip?
1. ________ of the soundwave is _______ at ________
2. (this gives an approx. representation of the sound wave,)
3. Sound wave is then encoded as a series of binary digits

A
  • amplitude
  • determined
  • set time intervals
24
Q

how does a microphone digitise sound?

A
  • microphone measures change in air pressure
  • microphone translates air pressure into electrical voltage
  • ADC digitizes electrical voltage to bytes of info
  • computer displays the digitized sound for manipulation
25
________ is the amount of data that can be transmitted in a fixed amount of time.
- bandwidth Digital devices express them in bits per second (bps). Analog devices express them in cycles per second (Hz)
26
What are the factors that affect the digital audio quality?
- sample rate - sample resolution/bit depth
27
__________ the number of bits used to store one second of sound
bit rate
28
File size formula (for sound)
sample rate x sample resolution x sound length
29
Bit rate formula
frequency x bit depth x channels
30
file size formula (for screen and pictures)
total pixels x colour depth
31
coloured images need at least __________ to code them
8 bits or 1 byte for 1 pixel
32
Monochrome images need _______ to represent the color
1 bit for 1 pixel
33
A common audio sample rate for music is _________
44,100 samples per second
34
___________ are the number of frames recorded per second
frame rate
35
_________ are the smallest picture element which can be drawn
pixels
36
_______ is a type of compression where all data from the original file can be reconstructed when the file is uncompressed again
lossless
37
______ is a type of compression where the file compression algorithm gets rid of unnecessary data
Lossy
38
________ uses audio compression to convert sounds into an MP3 format
MPEG-3 (MP3)
39
audio compression with an MPEG-3 reduces the file size by __________
90%
40
____________ allows an original music file to be reduced by 90% while keeping most of the music quality
perpetual music shaping
41
MP3 files uses a _______ format
lossy
42
Quality of mp3 files can differ depending on the _______
bit rate
43
_______ gives a sound quality close to CDs
200 kilobits and higher
44
__________ format allows the storage of multimedia files rather than sound
MPEG-4 (MP4)
45
photographic (bit-map) images when compressed, both _________ is reduced
- file size - image quality
46
_______ is a common file format for images that uses lossy compression
JPEG
47
A JPEG reduced the image by a factor between _______, depending on the quality
5 and 15
48
Run Length Encoding (RLE) is a form of ___________ that reduces the size of _______
- lossless compression - identical data
49
A repeated string is encoded into 2 values. - the first value represent the ______ - the second value represent the ________
- no. of identical data items - code of the data item (such as ASCII code)
50
Methods of compressing movie files. - reduce the ________ - reduce the ____ - reduce the _______
- sampling rate used - sampling resolution - frame rate
51
Methods of compressing image files. - ______ the image - _____ the colour/bit depth - _______ the image resolution
- crop - decrease - reduce