convert the following binary number into a decimal equivalent 3.(10000)
Answers
Answered by
2
Answer:
So, 16 is the decimal equivalent of the binary number 10000.
Explanation:
So "0" and "1" have the same meanings in binary and ordinary decimal notation. But "10" in binary means 2 in decimal, "100" means 2x2 (=4) in decimal. Continuing on, "1000" means 2x2x2 (=8) and "10000" means 2x2x2x2 (=16).
Similar questions