how to convert Binary numbers into Decimal numbers
Answers
Answered by
2
example
convert binary number 11001010 into decimal number since there is no binary point here and number fractional part.so,
Explanation:
binary to decimal is,
see in picture
Attachments:
Answered by
15
Answer:
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.
hope it helps u
#NAWABZAADI
Similar questions