Arithmetic
Binary arithmetic, addition and subtraction are similar to decimal:
- work from least significant bit to most significant bit
- using carries where necessary.
A fundamental issue on a computer is the fixed word size
- The operands and result is dependent on the word length, and sometimes the result will be too small (negative) or too large (positive) to be represented.