The octal equivalent of a binary number 1011101011 is:

2025

The octal equivalent of a binary number 1011101011 is:

Answer: C. 1353To find the octal equivalent of binary 1011101011, group the bits into sets of three starting from the right. Add leading zeros if necessary to complete the…

  1. A.

    7353

  2. B.

    4651

  3. C.

    1353

  4. D.

    none of the above

Attempted by 352 students.

Show answer & explanation

Correct answer: C

To find the octal equivalent of binary 1011101011, group the bits into sets of three starting from the right. Add leading zeros if necessary to complete the leftmost group: 001 011 101 011. Convert each triplet to octal: 001=1, 011=3, 101=5, 011=3. The result is 1353.

Explore the full course: Up Lt Grade Assistant Teacher 2025

Loading lesson…