Data representation unit 3 Flashcards
(11 cards)
How is text represented in a computer?
Using character encoding systems like ASCII and Unicode.
What is ASCII?
A code that represents text using 7 or 8 bits per character.
What is Unicode used for?
To represent a wider range of characters from many languages around the world.
What is a pixel?
The smallest point of colour in a bitmap image.
What is colour depth (bit depth)?
The number of bits used per pixel to represent colour.
How is bitmap image file size calculated?
File size = Width × Height × Colour depth (in bits) ÷ 8
How is sound represented in a computer?
By sampling analogue sound waves at regular intervals and storing them in binary.
What is sample rate?
The number of samples per second taken from an analogue sound.
What is bit depth (for sound)?
The number of bits used to store each sample.
How do sample rate and bit depth affect sound quality and file size?
Higher sample rate and bit depth = better quality and larger file size.
What is a limitation of binary representation in sound?
Limited sampling frequency and bit depth can lead to lower sound fidelity.