Data Representation Flashcards
1
Q
Why is Hexadecimal use? Give examples
A
- Hexadecimal is useful for representing large quantities of binary data as it only uses a few characters to represent lots of binary data.
- For example colour codes or in IP addresses.
2
Q
What is Hexadecimal known as?
A
Base 16
3
Q
What is a character set?
A
- A character set is a defined list of characters recognized by the computer.
- Each character is represented by a unique binary number.
4
Q
Give examples of characters sets?
A
- ASCII - a 7 but character set with 27 characters = 128
- Extended ASCII - an 8 bit character set with 28 characters = 256
- UNICODE - A 24 bit character set with 224 characters > 16 million
5
Q
Explain UNICODE
A
- UNICODE - A 24 bit character set with 224 characters > 16 million
- Unicode uses the same codes as ASCII up to 127.
This means data encoded with Unicode will appear the same when using ASCII, assuming only the first 127 codes have been used.
6
Q
What is an analogue signal?
A
Analogue Signal: Natural sound waves, occurring in a continuous wave form, e.g.: human voice.
7
Q
What is a digital signal?
A
Digital signal: Discrete digital format for representing natural sound waves, e.g.: CDs and DVDs.
8
Q
What are Analogue-Digital Converters?
A
- An Analogue-Digital Converter is used to convert analogue sound into a digital format and vice versa.
- An example of an ADC is a Microphone
- An example of a DAC is a speaker
9
Q
What is Sampling Rate?
A
- Sampling rate: How often (frequency) you record the amplitude of a sound wave
- The more often you record a sample the smoother the playback will sound.
10
Q
What is Sample Resolution?
A
- Sample resolution: Represents how many different gradations of amplitude can be represented in a digital wave form.
11
Q
What is Nyquist Theorem?
A
- In 1928 Harry Nyquist worked out that if you wanted to produce an accurate recording you needed to use a sampling rate which is at least double that of the highest frequency in the original signal
- This theory was proven by Claude Shannon in 1949.
12
Q
What are the samples for the human ear and in audio CDs?
A
- In the human ear the sample is between 20Hz-20000Hz
- In Audio CDs, the sample is 44100 Hz
13
Q
What is MIDI?
A
- A MIDI is a technical standard.
- It describes
- A protocol
- Digital Interface
- Standard set of connectors
- This standard allows for a wide range of electronic musical instruments, computers etc, to communicate with each other.
14
Q
How does MIDI perform its function?
A
- It does this by using a MIDI controller to send and receive event messages to each device. The messages specify details such as:
- Duration of note
- Pitch
- Volume change
- Vibrato
- Temp synchronisation etc.
15
Q
What is MIDI essentially?
A
- MIDI is essentially a list of instructions on how to synthesis a sound. The sounds being pre-recorded digital samples of real instruments.
The result is that a MIDI file uses far less disk space than a traditional digital recording (up to a 1000 times less.)