Redirected
retagged by
876 views
1 votes
1 votes

The octal equivalent of the binary number $1011101011$ is

  1. $7353$
  2. $1353$
  3. $5651$
  4. $5657$
retagged by

3 Answers

Best answer
1 votes
1 votes

For converting binary to octal, group the bits in 3, starting from LSB. Add any zeroes at the left end if required.

The given number:   $1011101011$

can be grouped as:  $001$ - $011$ - $101$ - $011$

Converted to octal:  $1 - 3 - 5 - 3$

Correct option: (2)

selected by
1 votes
1 votes
option 2 as we have to group three binary digits as a group and write th e value.
1 votes
1 votes
To solve this (1011101011) question first we make pair of three digit from right side

i.e. 001 011 101 011

011=3

101=5

011=3

001=1

(001 011 101 011) = (1353) in octal
Answer:

Related questions

0 votes
0 votes
1 answer
1
Arjun asked Nov 5, 2017
386 views
The Boolean function with the Karnaugh mapis$(A+C) \cdot D+B$$(A+B) \cdot C +D$$(A+D) \cdot C+B$$(A+C) \cdot B+D$
1 votes
1 votes
3 answers
2
1 votes
1 votes
2 answers
3
Arjun asked Nov 5, 2017
3,067 views
Which speed up could be achieved according to Amdahl's Law for infinte number of processes if $5\%$ of a program is sequential and the remaining part is ideally parallel?...
0 votes
0 votes
1 answer
4
Arjun asked Nov 5, 2017
2,519 views
Which of the given wireless technologies used in IoT, consumes the least amount of power?ZigbeeBluetoothWi-FiGSM/CDMA