ITPEC FE Morning October 2023 Question 4
Source exam: ITPEC FE Morning October 2023Topic: Basic Theory & Math
ITPEC FE Morning October 2023 — Question 4 of 80
Binary Fraction Addition — add two binary fractions and convert to decimal.
Add 1.0101 + 1.0111 in binary:
- •Align and add column by column (right to left):
- •
1+1 = 10→ write0, carry1 - •
0+1+1 = 10→ write0, carry1 - •
1+1+1 = 11→ write1, carry1 - •
0+0+1 = 1→ write1 - •
1+1 = 10→ write0, carry1 - •Result:
10.1100
Convert 10.1100 to decimal:
- •Integer part:
10= 2 - •Fractional part:
.1100=1×2⁻¹ + 1×2⁻² + 0 + 0=0.5 + 0.25= 0.75 - •Total =
2 + 0.75= 2.75
Why not others:
- (a) 2.5 — misses fractional carry bits
- (c) 2.875 — incorrect carry propagation
- (d) 2.9375 — adds fractional parts without carrying
Key rule: Binary fraction addition follows the same carry rules as integer addition; convert each fractional bit as 2⁻¹, 2⁻², 2⁻³, ...
AI-generated — may contain errors
The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.
This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.