Covert binary to decimal number 1000100
Answers
Answered by
1
Explanation:
You start with the last digit in 1000100:
= Multiply the last digit by 2^0, Multiply the second to last digit by 2^1, Multiply the third to the last digit by 2^2, Multiply the fourth to the last digit by 2^3, Multiply the fifth to the last digit 2^4, and so on until all the digits are used.
Similar questions