1 Information Representation Flashcards
Binary
Base 2 number system based on values of 0 and 1
Bit
abbreviation for binary digit
One’s Complement
Each binary digit is reversed to allow representation of positive and negative numbers
Two’s Complement
Each binary digit is reversed and a 1 is added to the right-most position to represent positive and negative numbers
Sign and Magnitude
binary system where left-most bit is used to represent the sign (0 is + and 1 is -)
Hexadecimal
A base 16 number system
Memory Dump
content of the computers memory is outputted on the screen
Binary Coded Decimal (BCD)
a number system that uses 4 bits to represent each deanery digit
ASCII code
coding system for all characters on a keyboard and control codes
Unicode
coding system that represents all languages in the world, the first 128 characters are the same as ASCII)