Computer Science, asked by kantipal15, 6 months ago

31 What are the rules to convert a binary number into decimal number?​

Answers

Answered by Anonymous
1

To convert binary fraction to decimal, start from the right with the total of 0. Take your current total, add the current digit and divide the result by 2. Continue until there are no more digits left. Here is an example of such conversion using the fraction 0.1011.

Similar questions