Vidyalelo
Computer Fundamentals · Q1147

Computer fundamental

Computer Related · Computer Fundamentals · question 1147

Q1147

Conversion of an octal number 208 to its binary number is

A.
100002
Answer
B.
101112
C.
101102
D.
111102
E.
None of the above

Answer: Option A

Solution

Answer: Option A
Solution:
Conversion of an octal number 208 to its binary number is 100002.
20 to base 8 convert into decimals as 0 × 80 + 2 × 81 = 0 + 16 = 16.
From decimal convert to binary,
i.e. = 8 remainder 0.
= 4 remainder 0.
= 2 remainder 0.
= 1 remainder 0.
So the answer is 100002