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

(1101 0001) 2 binary number is same as (   ) 8 octal number.

The correct answer is

(321)8

Understanding Binary to Octal Conversion

This question requires converting a number from binary (base-2) format to octal (base-8) format. The given binary number is 110100012.

How to Convert Binary to Octal

The process involves grouping the binary digits (bits) into sets of three, starting from the rightmost digit (the least significant bit). Each group of three binary digits corresponds to one octal digit.

Step-by-Step Conversion Process

  1. Write the binary number:

    The binary number is 110100012.

  2. Group the bits:

    Group the binary number into sets of three bits, starting from the right. Add leading zeros if the leftmost group does not have three bits.

    110100012

    Grouping from the right:

    • 001 (Rightmost group)
    • 010 (Middle group)
    • 11 (Leftmost group)

    Since the leftmost group (11) has only two bits, we add a leading zero to make it a group of three: 011.

    The grouped binary number is: 011 010 001

  3. Convert each group to octal:

    Now, convert each 3-bit binary group into its equivalent octal digit:

    • 0112 = $(0 \times 2^2) + (1 \times 2^1) + (1 \times 2^0) = 0 + 2 + 1 = 3$8
    • 0102 = $(0 \times 2^2) + (1 \times 2^1) + (0 \times 2^0) = 0 + 2 + 0 = 2$8
    • 0012 = $(0 \times 2^2) + (0 \times 2^1) + (1 \times 2^0) = 0 + 0 + 1 = 1$8
  4. Combine the octal digits:

    Combine the resulting octal digits from left to right to get the final octal number.

    The octal equivalent is 3218.

Comparing with Options

The calculated octal number is 3218. Let's compare this with the given options:

  • Option 1: (321)8
  • Option 2: (123)8
  • Option 3: (641)8
  • Option 4: (146)8

The calculated result matches Option 1.

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. How many bits are needed to represent any decimal number between 0 and 2 n - 1 in base 2?

  4. What is the Hexadecimal equivalent of 160?

  5. Find out the decimal equivalent of (1011100) 2.

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