Computer Science, asked by NITESH761, 25 days ago

how to convert binary numbers into normal numbers​

Answers

Answered by beramneetkaur
1

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.

Explanation:

please mark me brainlist and thanks me and give me 50 mark question

Answered by NishiDubey48
1

Answer:

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.

2.0 + 1 = 1

2.1 + 0 =2

2.2 + 1 = 5

2.5 + 1 = 11

Similar questions