What are the rules to convert a binary number in to Decimal Number?
Answers
Answered by
2
Answer:
Converting binary integer to decimal
To convert binary integer to decimal, start from the left. Take your current total, multiply it by two and add the current digit. Continue until there are no more digits left. Here is an example of such conversion using the fraction 1011.
Similar questions