Computer Science, asked by mesanamubarak9740, 5 days ago

Convert the following decimal numbers into their binary equivalents

Answers

Answered by arundhatirawat118
1

Answer:

The simplest way to convert a decimal number to a binary number is by dividing the given number repeatedly by 2 until we get 0 as the quotient. Then, we write the remainders in the reverse order to get the binary value of the given decimal number.

Similar questions