All Exams Test series for 1 year @ ₹349 only
Question

Find out the decimal equivalent of (1011100) 2.

The correct answer is

(92)10

Binary to Decimal Conversion Explained

To find the decimal equivalent of a binary number, we multiply each binary digit by the corresponding power of 2, starting from the rightmost digit (which corresponds to $2^0$). We then sum up all these products.

Converting (1011100)2

The given binary number is $(1011100)_2$. Let's break down the conversion process step-by-step:

The binary number has 7 digits: $1, 0, 1, 1, 1, 0, 0$. We assign powers of 2 starting from 0 on the rightmost side.

The calculation is as follows:

$(1011100)_2 = (1 \times 2^6) + (0 \times 2^5) + (1 \times 2^4) + (1 \times 2^3) + (1 \times 2^2) + (0 \times 2^1) + (0 \times 2^0)$

Now, let's calculate the value of each term:

  • $1 \times 2^6 = 1 \times 64 = 64$
  • $0 \times 2^5 = 0 \times 32 = 0$
  • $1 \times 2^4 = 1 \times 16 = 16$
  • $1 \times 2^3 = 1 \times 8 = 8$
  • $1 \times 2^2 = 1 \times 4 = 4$
  • $0 \times 2^1 = 0 \times 2 = 0$
  • $0 \times 2^0 = 0 \times 1 = 0$

Finally, sum up all the results:

$64 + 0 + 16 + 8 + 4 + 0 + 0 = 92$

Therefore, the decimal equivalent of $(1011100)_2$ is $(92)_{10}$.

Summary Table

Binary Digit Position (n) Value ($2^n$) Product (Digit * $2^n$)
1 6 $64$ $64$
0 5 $32$ $0$
1 4 $16$ $16$
1 3 $8$ $8$
1 2 $4$ $4$
0 1 $2$ $0$
0 0 $1$ $0$
Sum $92$
Was this answer helpful?

Important Questions from Types of Number System

  1. The logic XOR operation of (4AC0) 16 and (B53F) 16 results________

  2. How many bits are required to represent (1000) 10 in BCD code?

  3. A code in which only one bit changes between successive numbers is known as ______ code.

  4. How many bits are needed to represent any decimal number between 0 and 2 n - 1 in base 2?

  5. What is the Hexadecimal equivalent of 160?

Need Expert Advice?

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App