Chapter 3 - Data Representation Flashcards
Byte
8 bits
Nibble
4 bits
Kilobyte
1024 bytes
Megabyte
1024 kilobyte
Gigabyte
1024 megabyte
Terabyte
1024 gigabytes
Binary
Base 2 number system used by computers uses the digits 1 and 0 only
Denary
Base 10 number system how we normally count uses digits 0 and 9
Hexadecimal
Base 16 number system used by humans to represent groups of four bits at a time. Uses digits 0 to 9 and A to F
Character set
The set of symbols that can be represented by a computer. They can be letters, digits, space, punctuation marks and some control characters such as “escape”. Each character is represented by a numerical code that is stored as a binary integer.
ASCII
American standard code for information interchange. A 7 bit character set used by PCs
EBCDIC
Extended binary coded decimal interchange code. 8 bit character set used by older mainframes
Unicode
A 16 or 32 bit character set that allows many more characters to be coded
Bitmap image
An image that has been stored as a series of values per pixel. The colour of each individual pixels is stored in a file
Pixel
Short for picture element. It is the smallest component of a bitmapped image
Colour depth
The number of bits used to represent the colour of a single pixel in a bitmapped image. Higher colour depth gives a broader range of distinct colours.
Resolution
The number of pixels in an image
Metadata
Data about data. In the case of image files metadata is the data the computer needs to interpret the image data in the file
Analogue
A continuously changing wave such as natural sound
Digital
Data that is made up of separate values. How data is stored on a computer
Sample rate
The number of times per second that the sound wave is measured. The higher the rate the more accurately the sound wave is represented.
Sample interval
The time gap between measurements of sound wave being taken. Another way of expressing the sample rate
Sample resolution
The number of bits used to store the values of each sample. The greater the number of bits the more accurately the value is stored
ADC
Analogue and digital converter takes real world analogue data and converts it to a binary representation that can be stored on a computer
Data
Facts and figures with no context or format to give them meaning. Coded information
Information
Processed data that had context and format so that it conveys meaning
Bit
A single binary digit 1 or 0