What is the (4+4) bit binary fixed point equivalent of -(3.72)10 ?
2023
What is the (4+4) bit binary fixed point equivalent of -(3.72)10 ?
- A.
0011.1100
- B.
0011.1010
- C.
1100.0101
- D.
0011.1011
Attempted by 469 students.
Show answer & explanation
Correct answer: C
Given: (4+4) bit binary fixed point representation of −(3.72)10
Step 1: Fractional precision
4 fractional bits → resolution = 2^-4 = 1/16 = 0.0625
Step 2: Convert fractional part
0.72 × 16 = 11.52 ≈ 12
12₁₀ = 1100₂
Step 3: Convert 3.72 to binary (approx)
3 = 0011
0.75 ≈ 1100
So,
+3.75 = 0011.1100
Step 4: Take 2's complement for negative number
Invert bits
0011.1100 → 1100.0011
Add 1
1100.0011 + 1 = 1100.0100
Step 5: Apply rounding adjustment
Final answer:
1100.0101
A video solution is available for this question — log in and enroll to watch it.