Q1163
Conversion of an octal number 1428 to binary number is
A.
11000102
AnswerB.
1101102
C.
11000112
D.
11011012
E.
None of the above
Answer: Option A
Solution
Answer: Option A
Solution:
Firstly convert it into decimal; means multiply it with the power of 8.(80 × 2 + 81 × 4 + 82 × 1) = 2 + 32 + 64 = 98 (decimal) convert it into binary.
And binary of 98 is = 11000102