1. Convert the following to their binary equivalence:
6358
FAB516
For the number (635)8
There are three digits 6, 3 and 5.
We convert these three digits to their binary equivalent as
Hence
(6)8 = (110)2 and (3)8 = (011)2 and (5)8 = (101)2
Therefore,
(635)8 = (110011101)2
For the number (FAB5)16
There are three digits F, A, B and 5.
We convert these four digits to their binary equivalent as
Hence
(F)16 = (1111)2 and (A)16 = (1010)2 and (B)16 = (1011)2 and (5)16 = (0101)2
Therefore,
(FAB5)16 = (1111101010110101)2
Comments
Leave a comment