write the rules to convert a Binary number into decimal number.
Answers
Answered by
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
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