Binary Flashcards
How do binary numbers compare with decimal numbers?
Binary numbers use a base two system while decimal numbers use a base ten system.
What is the algorithm to increase a binary number by one?
You work from right to left. You check the digit, if it is a zero, change it to a one, if it is a one, change it to a zero and move to the next digit.
Why do computers use binary numbers?
Computers can only understand switches, one for on and one for off. They cannot understand multiple digits, so they use binary.
What is ACII code?
It is a type of code that can be used to tell a computer to write certain characters. Each character has a number, including spaces. Each number uses 8 bits.
What are hexadecimal numbers?
They are numbers that are base sixteen. Each column has a value sixteen times the one to the right.
What are the digits used in hexadecimal numbers?
0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F