Analogue to Digital (A2D) Conversion
The process of converting analogue sound waves into a digital format by recording samples of the amplitude at points in time and storing them as binary.
ADC Converter
Converts analogue data to digital data
Analogue Data
Data values that are continuously changing.
Describe how sound is represented in a computer.
ASCII
A 7 bit character set providing 128 unique codes, primarily used to represent characters in the English language.
What are the advantages of using ASCII over Unicode?
It takes a lot less storage space than Unicode.
What are the disadvantages of using ASCII over Unicode?
What is extended ASCII?
What are the similarities between the ASCII and Unicode character sets?
What are the differences between the ASCII and Unicode character sets?
How are words represented with ASCII?
Each character of the word has its own unique binary code. Each character in the word is replaced by its code; the codes are stored in order of the word.
Band-Limiting Filter
Eliminates inaudible high frequency elements to avoid coding issues they may pose.
Binary
A base 2 number system that uses only two digits, 0 and 1, fundamental to computer operations.
BCD
Binary Coded Decimal - A number system that uses 4 bits to represent each denary digit from 0 to 9 individually, often used in systems requiring clear decimal display and precision.
State some uses of BCD and why it is used for each point.
State the benefits of using BCD to represent values.
Binary Nibble
A group of 4 bits.
Binary Prefix
A unit prefix used to indicate multiples of bytes in binary based on powers of 2.
Bitmap Image
An image made up of a grid of pixels, where each pixel is stored as a unique binary code that represents its colour.
Bit Depth/Colour Depth
How does changing the colour depth of an image affect its file size?
Increasing the colour depth means more bits per pixel and thus more data stored, increasing the file size.
Byte
A group of 8 bits.
Character Set
Compression
The process of reducing the size of a file to take up less space on secondary storage and minimise transfer time.