MAH-CET 2025 — Computer PYQ
MAH-CET | Computer | 2025Convert hexadecimal (0.A35)16 to binary.
Choose the correct answer:
- A.
(0.101000110101)2
(Correct Answer) - B.
(0.010100111010)2
- C.
(101000110101)2
- D.
(010100111010)2
(0.101000110101)2
Explanation
conversion:
-
Identify the digits: The digits after the hexadecimal point are A, 3, and 5.
-
Convert each digit to 4-bit binary:
-
(A)16=(10)10=(1010)2
-
(3)16=(3)10=(0011)2
-
(5)16=(5)10=(0101)2
-
-
Combine the bits: Place the binary groups in the same order as the hexadecimal digits after the decimal point.
Solution
Thus, the binary equivalent is:
Explanation
conversion:
-
Identify the digits: The digits after the hexadecimal point are A, 3, and 5.
-
Convert each digit to 4-bit binary:
-
(A)16=(10)10=(1010)2
-
(3)16=(3)10=(0011)2
-
(5)16=(5)10=(0101)2
-
-
Combine the bits: Place the binary groups in the same order as the hexadecimal digits after the decimal point.
Solution
Thus, the binary equivalent is:

