Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does any1 knows how to convert a normal number into binary language?

0
Posted

Does any1 knows how to convert a normal number into binary language?

0

Keep dividing by 2 and noting the remainders. All remainders written in reverse order forms the equivalent binary number. For example, if you want to convert decimal number 45 into binary number, Dividing 45 by 2, you get 22 and remainder 1 Dividing 22 by 2, you get 11 and remainder 0 Dividing 11 by 2, you get 5 and remainder 1 Dividing 5 by 2, you get 2 and remainder 1 Dividing 2 by 2, you get 1 and remainder 0 Dividing 1 by 2, you get 0 and remainder 1 Process of division is over when you get the quotient 0. Now, writing all the reminders in the reverse order, you get the equivalent binary number as 101101.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.