Images And Sound Flashcards

(26 cards)

1
Q

How is an image displayed on a screen?

A

In the form of dots called pixels

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

What is colour depth?

A

the number of bits used to represent the color of a pixel in an image

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

How many unique colours can be created with 24 bits?

A

16.7 million

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

What is resolution?

A

The number of pixels per unit of measurement

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

How are bitmap images stored?

A

They are stored in computer memory as a grid of pixels, each pixel stored as a specific colour.

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

What are two examples of bitmap images and what are they used for?

A

JPG- Used to store photographs by digital cameras and taking pictures of real world scenes.
GIF-Used to store images such as logos or animations where colours are limited.

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

What are vector images and name some examples of properties.

A

Shapes/objects stored using specific properties of a shape. Eg. Length,line colour,fill colour

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

What are advantages of vector images?

A

-Doesn’t deteriorate when enlarged
-Faster to transmit
-Faster to load
-Uses less memory
-Easier to manipulate objects in an image

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

What is the difference between analogue and digital sound?

A

Analogue is continuous whereas digital is discrete(in binary form)

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

What is a ADC?

A

Anologue to digital converter.

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

What is a DAC?

A

Digital to analogue converter.

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

What is a PCM?

A

Pulse code modulation, a process for coding sampled analogue signals by recording height of each sample in binary equivalent.

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

How does an ADC work?

A

1)Samples taken at regular fixed intervals of time. These samples measure amplitude of the signal(height) of the sample at this time known as pulse amplitude modulation.
2)PAM samples are quantised as height of each PAM pulse is approximated by n bit integer.
3) Height of each PCM pulse is encoded in bits to produce digital output in binary form. Output of PCM encoder is sequence of integer numbers.

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

What two factors determine the quality and accuracy of sound produced?

A

Sampling rate and Resolution

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

What is the definition of samples?

A

Measuring value of analogue signals at regular intervals.

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

What is the sampling rate of CD quality sound?

17
Q

What is Nyquists rate?

A

For lossless digitization the sampling rate should be at least twice maximum frequency of soundwave being sampled.

18
Q

What is MIDI?

A

It stands for musical digital interface which is a system that allows electrical musical instruments and computers to send instructions to each other.

19
Q

What are advantages of MIDI?

A

-Can easily synthesis musical notation from it
-Can be played on different instruments
-Produces relatively small file
-Easy to manipulate data

20
Q

What is stored for a MIDI file?

A

-Length of note
-Instrument
-Velocity or speed
-Volume or amplitude

21
Q

Why is streaming audio better than downloading a sound file?

A

-Less memory required
-Unlimited access to millions of songs

22
Q

How does streaming work?

A

Audio and video is broken down into data packets, each packet contains small piece of file and client device takes flow of data packets and interprets them as video or audio. Information not stored locally.

23
Q

How do you calculate size of a sound file?

A

Sample rate x duration x sample resolution

24
Q

What is compression?

A

The art of minimising storage space for audio data.

25
What are the two parts of audio compression?
Encoding-transforms the digital audio data to a highly compressed forms called bitstream. Eg LAME. Decoding- Allows it to play on your sound card, taking the bitstream and rexpanding it to WAVE file.
26
What is Lossy and Lossless compression?
Lossless- Where you compress something without loss of data but can’t be reversed. Lossy-Where you compress something without a loss of quality but can be reversed back.