1.3 How do computers represent text, images and sound Flashcards
(20 cards)
How is text represented in a computer?
Using character sets like ASCII or Unicode.
What is ASCII?
A 7-bit code for English letters, numbers, and symbols.
What is Unicode and why is it used?
A universal character set for many languages, using more bits.
How is sound stored in a computer?
It is sampled at regular intervals and stored in binary.
What is sampling rate?
The number of sound samples taken per second (measured in Hz).
What is sampling resolution?
The number of bits used to store each sound sample (bit depth).
What are bitmap images made of?
Pixels, each stored as binary numbers.
What is a JPEG file?
A compressed image file format, used for photos.
What is colour depth?
The number of bits used per pixel to represent a color of an image. More bits = more colours.
It is the number of bits that
are used to create each colour in an image
What is image resolution?
The number of pixels in an image (e.g., 1920 × 1080).
How is image file size calculated?
Resolution × colour depth.
How is sound file size calculated?
Sample rate × bit depth × time (×2 for stereo).
What is a MIDI file?
Stores music as commands, not actual sound — very small size.
What is an MP3 file?
A compressed sound file using lossy compression.
What is an MP4 file?
A multimedia file that can store sound, video, images, etc.
What is a character set?
When a computer converts text to binary to be processed it uses a tool called a character set.
It contains all the characters that are in that character set and the binary value that is assigned to each character.
What are the main character sets that the computer uses?
ASCII and Unicode
What are pixels?
Pixel is a very small dot of colour that is displayed with many others to create an
image. An image is made up of pixels.
What is RGB system for colors?
Colours are created by computer screens using the Red Green Blue (RGB) colour system.
sound sampling
When sound is recorded, this is done at set time
intervals. This process is known as sound sampling.