0 * 0 = 0, 0 * 1 = 0, 1 * 1 = 1
1 -> multiply by the right most digit of the 2nd number
2 -> put in a 0 on the right and repeat for the next value
3 -> continue until all digits of the 2nd number have been multipliers
4 - add together all the multiplied numbers
eg 1010 * 101 = (1010, + 00000, + 101000) = 110010