Text, Sound & Images Flashcards
Define character set.
A character set is a defined list of characters that can be understood by a computer, where each character is given a unique binary code.
What is ASCII?
ASCII (American Standard Code for Information Interchange) is a character set that uses 7 bits, allowing it to represent a maximum of 128 characters.
What is the definition of extended ASCII?
Extended ASCII is a character set that uses 8 bits, allowing it to represent a maximum of 256 characters.
Define UNICODE.
UNICODE is a character set that uses a minimum of 16 bits, allowing it to represent a minimum of 65,536 characters from all major languages around the world.
True or False?
UNICODE uses more storage space than ASCII.
True.
UNICODE uses more storage space than ASCII because it uses more bits to represent characters.
What does character encoding mean?
Character encoding refers to the process of assigning a unique binary code to each character in a character set.
What is the equation in terms of X for the maximum number of characters in a character set using X bits?
Maximum number of characters = 2 to the power of x(to the power of the number of bits)
Define sampling.
Sampling is the process of measuring and capturing values of an analogue signal at regular intervals.
What is an analogue signal?
An analogue signal is a continuous signal that can take on any value within a range, such as a sound wave.
What does Analogue to Digital conversion (A2D) mean?
Analogue to Digital conversion (A2D) is the process of converting an analogue signal, such as sound, into a digital form that a computer can understand.
Define sample rate.
The amount of samples taken per second of an analogue signal, measured in Hertz (Hz).
State the meaning of sample resolution.
Sample resolution is the number of bits stored per sample of the sound.
True or False?
Higher sample rate and bit depth result in better sound quality but larger file sizes.
True.
Higher sample rate and bit depth result in better sound quality but larger file sizes.
What does amplitude mean in the context of sound waves?
Amplitude refers to the height of a sound wave.
True or False?
The sample rate of a typical audio CD is 44.1 kHz (44,100 samples per second).
True.
The sample rate of a typical audio CD is 44.1 kHz (44,100 samples per second).