Computer Science, asked by allinonegamer763, 1 month ago

write the rules to convert a Binary number into decimal number.​

Answers

Answered by BrainlyLifeRacer
1

✒️Using Doubling

Since you are doubling (multiplying by 2) each time, so this method is known as 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.

Answered by avantikay1312
1

Explanation:

Using Doubling

Since you are doubling (multiplying by 2) each time, so this method is known as 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.

Hope it well help you

Similar questions