Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 11 (Q.No. 42)
42.
Conversion of binary number 1011102 to octal is
358
468
568
508
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Mahtab said:   9 years ago
It should be 57. We first convert a binary number into decimal which gives the result 47 and converting this into octal will give the result 57.

Muzammil Hussain said:   7 years ago
It should be 46. Because we 1st do this step, 2^5x1 + 2^4x0 + 2^3x1 + 2^2x1 + 2^1x1 + 2^0x0.

^= power, so if we calculate that all steps the answer should be 46. so it means that the correct answer is B.

Post your comments here:

Your comments will be displayed after verification.