Computer Science, asked by rowdypraneeth2, 4 months ago

how to convert binary to decimal​

Answers

Answered by Debom
0

Answer:

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.

mark as brainlist ok

Answered by shoyamroka43
0

Answer:

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