Please enable JavaScript.
Coggle requires JavaScript to display documents.
Binary - Coggle Diagram
Binary
Denary
1-9
goes up in 10s
basic numbers we use
binary adding
1+1= 0
Move to the next place
1+1+1=1
move to the next place
0+1=1
Hexadecimal
another system but 10 + is a to f and the rest is original numbers (0 to 9)
e.g.
11011001
1101
D
1001
9
D9
11011001
binary shifting
moving to the left
times 2
Moving to the right
moves numbers to the right
divides by 2
If a 1 is moved out it can become inaccurate