how to convert decimal no into binary no
Answers
Answered by
4
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
1
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.
Hope this will help you
Similar questions