What is conversion from binary to decimal number system??
Answers
Answered by
14
Answer:
To convert a number represented in binary format to its decimal equivalent:
Step 1: Write the place value of every desert for the binary number by multiplying it with the power of the base 2, with power 0 from right.
Step 2: Sum up all products to get the decimal numbers.
Example: To Convert the binary number(1011)² into decimal number.
(1011)² = (1 × 2³) + (0 × 2²) + ( 1 × 2¹) + ( 1 × 2⁰)
Now, Adding up these Results We get:
8 + 0 + 2 + 1 = 11
So, (11)¹⁰ is the decimal Equivalent of (1011)²
Similar questions