Computer Fundamentals - Engineering

Q1:

Conversion of an octal number 738 to binary number is

A 1101112

B 1111002

C 1100102

D 1110112

E None of the above

ANS:D - 1110112

(73)base 8 = (111011)base 2

Because 7 = 111 and 3 = 011.