I`m not going to hide it. I`m bumping my thread because it`s dropping and I don`t like to see my awesome counting thread disappear. There are plenty of people here who understand Binary enough that we can start something cool and just a little bit interesting (Pun intended)
SO!
Addition in Binary:
Addition is the most simple of all the arithmetic equations for Binary.
0 + 0 → 0 0 + 1 → 1 1 + 0 → 1 1 + 1 → 0, carry 1
So lets see if you can add in Binary:
10 + 100 = ?
101 + 111 = ?
10110 + 1010 = ?
Also for extra credit: Show the full equation for each Bit code and convert into 10-Base numbers.
10 + 100 ≈ 2 + 4 = 6
101 + 111 ≈ 5 + 7 = 12
10110 + 1010 ≈ 22 + 10 = 32
Using the following table as a reference for the values. (Off my portable hard drive, have a huge text pad file where I tried to explain binary to a classmate)
128 64 32 16 8 4 2 1 0 0 0 0 0 0 0 0
EDIT: Not entirely sure if ≈ is the right symbol. Using it as "is the same as", not "is equal to". biggrin