Data Representation Flashcards
(16 cards)
Denary (Decimal)
The base-10 number system, using digits 0 to 9.
Binary
The base-2 number system, using only 0s and 1s. Used internally by all modern computers.
Hexadecimal (Hex)
The base-16 number system, using digits 0–9 and letters A–F. Useful for compact binary representation.
Binary Shift
Moving bits to the left or right to multiply or divide by powers of 2.
Overflow
Occurs when a calculation produces a result too large for the allocated number of bits.
Underflow
Occurs when a calculation produces a result too small to be represented
accurately.
Character Set
A list of characters that can be recognised by a computer and the binary codes used to represent them.
ASCII (American Standard Code for Information Interchange)
A 7-bit character set used to represent text in computers and devices.
Unicode
A character encoding standard that can represent characters from most of the world’s writing systems.
Pixel
The smallest controllable element of a picture on a screen.
Image Resolution
The number of pixels in an image, typically width × height.
Colour Depth
The number of bits used to represent the colour of a single pixel.
Metadata
Data that describes other data, e.g. file type, resolution, and colour depth in animage file.
Sample Rate
The number of samples taken per second during sound recording, measured in Hertz (Hz).
Bit Rate
The number of bits used per second of audio, calculated by sample rate × bit depth.
Sound Sampling
The process of measuring the amplitude of a sound wave at regular intervals.