Paper 1: Data Representation Flashcards
Binary
A number system using only two digits: 0 and 1. It’s the fundamental language computers understand because it represents the on/off states of electronic circuits.
Bit
The smallest unit of data in a computer, representing either a 0 or a 1. Think of it as a single light switch – either on or off.
Byte
A group of 8 bits. It’s a common unit for measuring data storage. For example, a single character (like a letter or number) often requires one byte of storage.
Kilobyte (KB)
Approximately 1,000 bytes (actually 1024). Used to measure small file sizes, like a short document.
Megabyte (MB)
Approximately 1 million bytes. Used for medium-sized files like photos or songs.
Gigabyte (GB)
Approximately 1 billion bytes. Used for larger files like videos or software.
Terabyte (TB)
Approximately 1 trillion bytes. Used for very large storage capacities, like hard drives or large backups.
ASCII
A standard way of representing text characters (letters, numbers, symbols) using numerical codes. Each character is assigned a unique number.
Unicode
A more comprehensive character encoding standard than ASCII. It can represent characters from almost all written languages in the world.
Sampling Rate (in sound)
The number of times per second a sound wave is measured and recorded when converting analog sound to digital. A higher sampling rate generally results in better sound quality.
Sample Resolution (in sound)
The number of bits used to represent the amplitude (loudness) of each sound sample. Higher resolution means more detail and better sound quality.
Pixel
The smallest unit of a digital image or graphic that can be displayed on a screen. Think of it as a tiny dot of color.
Color Depth (in images)
The number of bits used to represent the color of a single pixel. Higher color depth allows for a wider range of colors.
Resolution (in images)
The number of pixels in an image, often expressed as width x height (e.g., 1920x1080). Higher resolution means more detail in the image.
Lossy Compression
A data compression technique that permanently removes some data to reduce file size. This can result in a loss of quality, but the file becomes much smaller (e.g., JPEG for images, MP3 for audio).
Lossless Compression
A data compression technique that reduces file size without losing any original data. The original data can be perfectly reconstructed (e.g., ZIP files, PNG for some images).