How to convert decimal to binary?
Divide by 2: Continuously divide the decimal number by 2 until the quotient is 0. Record the remainder: Record the remainder (either 0 or 1)
Divide by 2: Continuously divide the decimal number by 2 until the quotient is 0. Record the remainder: Record the remainder (either 0 or 1)