Topic 5 - Fundamentals of Data Representation - Representing images, sound and other data Flashcards

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

Define Analogue and Digital data

A

Analogue - Data is continuous and has no limits
Digital - Data is discrete and can only take particular values

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

How does a digital to analogue conversion work?

A

It reads a bit pattern representing an analogue signal and outputs an alternating, analogue, electrical current

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

How does an analogue to digital conversion work?

A

The analogue signal is sampled at a specific frequency at regular intervals which is stored digitally as a bit pattern

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

What are the benefits of vector graphics over bitmap?

A

A vector can be scaled without losing quality and often take less storage space than bitmapped graphics

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

What is the sample resolution of an digitally recorded audio wave?

A

The number of bits allocated to each sample

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

What is the equation for the size of a sound sample?

A

duration of the sample in seconds x the sampling rate in Hertz x the sample resolution

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

What is Nyquist’s Theorem?

A

The sampling rate of a digital audio file must be at least twice the frequency of the sound to be accurately represented

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

How are MIDI recordings stored?

A

A series of event messages, each representing an event in a piece of music

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

What information could event messages contain?

A

The duration of a note
The instrument
The volume

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

Explain the conditions required to create a Vernam cipher

A

The key must only be used once and random

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

What is the process of encryption using a Vernam cipher?

A
  1. Align the characters of the plaintext and the key
  2. Convert each character to binary
  3. Applying a XOR operation to both bit patterns
  4. Converting the results back to characters
How well did you know this?
1
Not at all
2
3
4
5
Perfectly