Vidyalelo
Computer Fundamentals · Q581

Computer fundamental

Computer Related · Computer Fundamentals · question 581

Q581

The binary equivalent of the Octal number 13.54 is

A.
1011.1011
Answer
B.
1101.111
C.
1001.111
D.
All of the above
E.
None of the above

Answer: Option A

Solution

Answer: Option A
Solution:
Octal is represented in 3 places.
1 = 001.
3 = 011.
5 = 101.
4 = 100.
So 13.54 = 001011.101100 which can be written as 1011.1011.