Computer Science, asked by shehribaba812, 4 months ago

Q : Convert the binary numbers into decimal number system is possible by??​

Answers

Answered by 8878
0

Answer:

1.Multiply each binary number with its positional value, which is in terms of power of 2, starting from the extreme right side.

3.Increase the power one by one, keeping the base fixed as 2.

3.Calculate the sum of all the products to get the decimal number.

Similar questions