Computer Fundamentals - Engineering

Q1:

The octal equivalent of the number 11010.1011 is

A 32.54

B 63.51

C 32.27

D All of the above

E None of the above

ANS:A - 32.54

Yes, (11010) in binary = 26 in decimal = 32 in octal.
1011 in binary is = 11 in decimal = 13 in octal. So the answer should be : (32.13 in octal), So E. None is the final answer.

Note that : 54 in Octal = 44 in decimal = 101100 in binary.