1.2.6 Binary Flashcards
From what side does binary read from?
Right to left
How does binary work?
From right to left, every digit is 2 to the power of one number bigger each time.
What is 10111?
1x2⁰=1 1x2¹=2 1x2²=4 0x2³=0 1x2⁴=16 = 1+2+4+16= 23
How do you convert a decimal number into binary?
Use a binary table.
What is 10010?
0+2+0+0+16 = 18.
What is the number scale in binary?
The number used to for the powers, so a 5 would be base 5. So instead of using 2 it would be 5 to the power of x.
What other method can you use?
Division
How else could you convert to base 8 from base 10 for example?
Divide it by 8. E.g. 413base10 /8 = 51 remainder 5 which is the first number, 51/8 = 6 remainder 3, 6/8 = 0 remainder 6 so the conversion is 635 base 8
What is hexadecimal?
Base 16