write step to convert binary number to decimal number system with two example
Answers
Answered by
20
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.
Answered by
35
Answer:
Steps to convert binary number to decimal number are-
1. Start the calculation from right to left.
2. Multiply each digit by base 2 and the h
power of its positional value.
3. Add all digits to get the decimal number.
Hope this will help you
Mark as brainlist answer....
Similar questions