Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 17 (Q.No. 22)
22.
Conversion of an octal number 1428 to binary number is
11000102
1101102
11000112
11011012
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Vinod said:   1 decade ago
142 has base 8 for binary.

1 can be written as 001.
Similar way 4 as 100.

And 2 as 010.
Now write 142 as 001100010.

This is binary form.

DEEPAK NIM said:   1 decade ago
Firstly convert it into decimal, means multiply it with the power of 8.

(8^0*2+8^1*4+8^2*1) = 2+32+64 = 98(decimal) convert it into binary.

And binary of 98 is( 1100010).

Post your comments here:

Your comments will be displayed after verification.