Computer Fundamentals - Engineering

Q1:

Conversion of binary number 1011102 to octal is

A 358

B 468

C 568

D 508

E None of the above

ANS:C - 568

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.