Knowledge organisersData Storage: Numbers
Binary addition follows simple rules. When the result exceeds the number of bits available (e.g. 9 bits in an 8-bit system), an overflow error occurs and the result is incorrect.
0+0=0, 0+1=1, 1+0=1, 1+1=10 (write 0, carry 1).