1.1 Data representation Flashcards
Binary
base two number system based on the values 0 and 1 only
Bit
abbreviation for binary digit
One’s complement
each binary digit in a number is reversed to allow both negative and positive numbers to be represented
Two’s complement
each binary digit is reversed and 1 is added in the right-most position to produce another method of representing negative and positive numbers
Sign and magnitude
binary number system where left-most bit is used to represent the sign (0 = positive, 1 = negative) meanwhile the remaining bits represent the binary value
Hexadecimal
a number system based on the value 16 (uses the denary digits from 0 to 9 and letters from A to F)
Memory dump
contents of a computer memory output to a screen or printer
Binary-coded decimal (BCD)
number system that uses 4 bits to represent each denary digit
ASCII code
coding system for all the characters on a keyboard and control codes
Character set
a list of characters that have been defined by computer hardware and software
Unicode
coding system which represents all the languages of the world (first 128 characters are the same as ASCII code).