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