Converting decimal to binary
1. Write down the weightings for each column in the binary number system, from right to left, up to the largest value that does not exceed the decimal number
2. Subtract the largest weighting from the decimal number and place a 1 in that column
3. Repeat with the remainder, moving to the right and subtracting the largest weighting possible without going negative