Binary Addition
One of the other tasks required for GCSE computer science is the ability to add two binary numbers up to 8 bits and consider overflow. But starting small might be better Hopefully this interactive will help. Starting Small In binary 12 + 02 = 12 (The little 2 denotes using binary or base 2) But