GCSE - Data Represenation Flashcards
Algorithm
A sequence of logical instructions for carrying out a task. In computing, algorithms are needed to design computer programs.
What is ASCII?
American Standard Code for Information Interchange. A 7-bit character set used for representing English keyboard characters.
What is base 2?
A number system that contains two digits, 0 and 1. Also known as binary.
What is binary?
A number system that contains two symbols, 0 and 1. Also known as base 2.
What is a binary tree?
A data structure in which each node has a maximum of two child nodes.
What is a bit?
A 1 or a 0.
What is bit depth?
The number of bits available to store an audio sample.
What is a bit pattern?
A number of bits that together represent something, for example a character.
What is bit rate?
In computing, the number of bits processed per second.
What is a byte?
A unit of data containing 8 bits.
What is a charachter set?
A table of data that links a character to a number. This allows the computer system to convert text into binary. Examples are ASCII and Unicode.
What is color depth?
The amount of bits available for colours in an image.
What is compresion?
A method of reducing file sizes, particularly in digital media such as photos, audio and video.
What is Data?
Units of information. In computing there can be different data types, including integers, characters and Boolean. Data is often acted on by instructions.
What are decimals?
Another name for the number system that contains the digits 0 to 9. Also known as denary or base 10. Decimal fractions are numbers where the fraction is indicated by the use of a full stop, eg 4.1 or 6.3.
What is denary?
The number system most commonly used by people. It contains 10 unique digits 0 to 9. Also known as decimal or base 10.
What is a digit?
A single whole number value from 0 to 9, especially when used in a larger number. For example, the number 752 has 3 digits.
What is a Gigabyte?
Gigabyte (GB) - a measurement of file size or storage capacity, 1,024 megabytes, or 1 billion bytes.
What is a hexadecimal?
A number system using 16 symbols from 0-9 and A-F, also known as base 16 and hex.
What are JPEGs?
Joint Photographic Experts Group - JPEG is a digital image format which uses lossy compression.
What is Lossless?
A form of compression that encodes digital files without losing detail. Files can also be restored to their uncompressed quality.
What is lossy?
A form of compression that reduces digital file sizes by removing data.
What is a megabyte?
Megabyte (MB) - a measurement of file size or storage capacity. 1,048,576 bytes.
What is metadata?
Data about data, eg photo image files have data about where the photo was taken and which camera took the picture.