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).
What is the definition of digital?
Digital refers to data represented as a series of discrete values, typically 0s and 1s in binary.
Define duration.
Duration is the length of time that something lasts, in the context of sound, it refers to the length of the recorded audio.
Define bitmap.
A bitmap is an image made up of squares called pixels, where each pixel is stored as a binary code.
Define resolution.
Resolution is the total amount of pixels that make up a bitmap image, calculated by multiplying the height and width of the image (in pixels).
What is a pixel?
A pixel is the smallest element of a bitmap image.
What does color depth mean?
Color depth is the number of bits stored per pixel in a bitmap image.
What is the meaning of True Colour?
True Colour refers to a colour depth of 24 bits, allowing for 16,777,216 colours.
True or False?
Higher resolution and color depth result in larger file sizes.
True.
Higher resolution and color depth result in larger file sizes.
Describe how the text is converted to binary to be processed by the computer.
- A character set is used
- such as Unicode/ASCII
- Each character has a unique binary value