Q. How to convert Decimal to Binary number?
To convert the decimal to binary is slightly more difficult. There are two procedures (Methods) that may be used to convert from decimal to binary, repeated division by 2, and repeated subtraction by the weighted position value.