Binary - Base 2 arithmetic system using just 1s and 0s to store values. Numbers expressed in base 2.
Binary shift - Moving the bits in a binary number left or right and filling the gaps with 0's
Overflow - An error caused by attempting to store a number that is too large for the number of bits available on the computer.
Binary Addition
Binary Shift