How do you add binary
Carry: is to transfer to the next column.
In maths, if the result of a calculation exceeds the maximum value for that column, the additional amount is ‘carried over’ to the next, more significant, column. You do this until you have filled all columns
What is 10101010+01010101
11111111
what is 10101011+11101100
10101010 + 11001100
= 0101110110
what is 11000101 +00110100
11111001
what is 00100010+00100010
100001001