CS Conversion Notes
CS Conversion Notes
128 64 32 16 8 4 2 1
Ex: 0 1 1 1 1 0 0 1
1 1 1 1 <carry numbers
1 0 0 1 1 0 1 0 1) Write down the 2 powers numbers
+1 1 0 1 0 1 1 1 2) Add numbers which were put to one.
1 0 1 1 1 0 0 0 1 <answer 64 + 32 + 16+ 8 + 1 = 121
^over flow
0 1 1 1 1 0 0 1 = 121
Ex: 1 1 1 0 0 1 1 0
To convert hexa you will need to put the binary number in a group of 4
1 1 1 0 = 15 [ E ]
0110= 6
1) Just like in denary you will switch binary to denary number
2) It will be re-written in order
1110/0110
E 6
11100110=E6
CS Page 1