Computer Science, asked by sadhna1201, 6 months ago

how to convert binary numbers into decimal numbers​

Answers

Answered by sagarkhundia
1

Answer:

Conversion of binary to decimal (base-2 to base-10) numbers and back is an important concept to understand as ... Convert the decimal number 29410 into its binary number equivalent.

Answered by venillaraj999
1

Explanation:

These are above two simple methods to convert a binary number into decimal number.

...

Using Doubling

Write down the binary number.

Starting from the left, double your previous total and add the current digit.

Double your current total and add the next leftmost digit.

Repeat the previous step.

Similar questions