Question:

The binary representation of the decimal number 1.375 is

Show Hint

To convert a decimal fraction to binary, multiply the fractional part repeatedly by 2 and record the integer parts in order.
Updated On: Jun 24, 2025
  • 1.111
  • 1.010
  • 1.011
  • 1.001
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

To convert 1.375 to binary:
Separate the number into its integer and fractional parts:
Integer part = 1 → Binary: 1
Fractional part = 0.375 \[ 0.375 \times 2 = 0.75 ⇒ 0 0.75 \times 2 = 1.5 ⇒ 1 0.5 \times 2 = 1.0 ⇒ 1 \] So, 0.375 in binary = 0.011 Therefore, 1.375 in binary = 1.011
Was this answer helpful?
0
0