Ask Question
17 October, 15:18

How do you convert a binary number into a decimal number?

A by expanding the binary number as the sum of different powers of 2

B by dividing the binary number by 2 repeatedly

C by expanding the binary number as the sum of different powers of 10

D by dividing the binary number by 10 repeatedly

+1
Answers (1)
  1. 17 October, 16:51
    0
    by expanding the binary number as the sum of different powers of 2. For example:

    0000 0110 #binary = =

    1*2^3 + 1*2^2 = 12
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “How do you convert a binary number into a decimal number? A by expanding the binary number as the sum of different powers of 2 B by ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers