What is a bit?
A binary digit. The smallest unit of data. It can be 0 or 1.
How many bits are in a byte?
8 bits. One byte usually represents one character.
What is a nibble?
4 bits (half a byte). One nibble equals one hexadecimal digit.
How many bytes are in 1 KB?
1,024 bytes
How many kilobytes are in 1 MB?
1,048,576 bytes (1,024 KB)
How many MB are in 1 GB?
1,024 MB
How many GB are in 1 TB?
1,024 GB
What does ASCII stand for?
American Standard Code for Information Interchange
How many bits does ASCII use?
7 bits (8 bits in extended ASCII)
How many characters can ASCII represent?
128 characters (2^7)
What is the purpose of the 8th bit in extended ASCII?
Used as a parity bit for error checking
What is Unicode?
A universal character encoding system that represents most languages and symbols worldwide
How many bits does Unicode typically use?
16 bits (can represent over 65,000 characters)
Why does Unicode require more memory than ASCII?
Unicode uses 16 bits per character compared to ASCII’s 7-8 bits, allowing it to represent many more characters from different languages
What is data?
Raw or unprocessed facts or figures which have no context and no real meaning
What is information?
Processed data that is given a context and can be understood
Name the factors affecting the quality of information
Accuracy, completeness, up-to-date, relevance, presentation and reliability
What is data compression?
The process of reducing the physical size of files, normally for use online or storage
What are the two main types of compression?
Lossy and Lossless compression
What is lossy compression?
Compression that removes some data permanently to reduce file size. Quality is reduced but file size is significantly smaller
What is lossless compression?
Compression that reduces file size without losing any data. Original quality is maintained
Give an example of a lossy compression format
JPEG (for images), MP3 (for audio), MPEG (for video)
Give an example of a lossless compression format
PNG (for images), ZIP (for files), FLAC (for audio)
What does JPEG stand for?
Joint Photographic Experts Group