Vidyalelo
Computer Fundamentals · Q976

Computer fundamental

Computer Related · Computer Fundamentals · question 976

Q976

Conversion of an octal number 1068 to binary number is

A.
11100102
B.
10001102
Answer
C.
11001102
D.
100001102
E.
None of the above

Answer: Option B

Solution

Answer: Option B
Solution:
(106)8 = (1000110)2
Step 1:
Look up each octal digit to obtain the equivalent group of three binary digits. You can use the table below to make these conversions.
Hexadecimal to Binary Conversion Table:
Oct: 0 1 2 3 4 5 6 7
Bin: 000 001 010 011 100 101 110 111

(1)8 = (001)2
(0)8 = (000)2
(6)8 = (110)2
Step 2:
Group each value of step 1 to make a binary number
001 000 110
So, (1000110)2 is the binary equivalent to (106)8 (Answer).