how to convert the decimal number to binary form
Answers
Answered by
2
Answer:
How to convert decimal to binary
- Divide the number by 2.
- Get the integer quotient for the next iteration.
- Get the remainder for the binary digit.
- Repeat the steps until the quotient is equal to 0.
Answered by
2
Answer:
An easy method of converting decimals to binary numbers equivalents is to write down the decimal number and to continually divide -by-2 (two) to give a result and a remainder of either a "1" or a "0" until the final result equals zero.
Similar questions