Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 15 (Q.No. 7)
7.
The octal equivalent of the number 11010.1011 is
32.54
63.51
32.27
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Dibyendu Paul said:   1 decade ago
Yes answer is correct.
Because,

11010== 011 010 = 32(in octal)
1011 == 101 100 = 54 (in Octal)

So 11010.1011 = 32.54 (in Octal)

Shewangizaw Bogale said:   8 years ago
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.

Post your comments here:

Your comments will be displayed after verification.