DLD

Half Subtractor and Full Subtractor

Medium
EST. TIME: 45 min

Half Subtractor and Full Subtractor

To design and verify the truth table of Half Subtractor and Full Subtractor using 74xx family ICs.

Theory

Subtractors are used for binary subtraction.

Half Subtractor

Subtracts two bits. Outputs: Difference (D) and Borrow (Bo).

D = A ⊕ B, Bo = A' • B

Full Subtractor

Subtracts three bits (A, B, Bin). Outputs: Difference (D) and Borrow (Bout).

D = A ⊕ B ⊕ Bin

Procedure

  1. Half Subtractor: Connect inputs to XOR (Diff) and NOT+AND (Borrow).
  2. Full Subtractor: Implement using two Half Subtractors and an OR gate.
  3. Verify the truth table by toggling inputs.

Ready to Start?

Launch the virtual simulator to build this circuit and verify the outputs in real-time.

Resources

  • Datasheet (7400 Series)
  • Video Tutorial
  • Viva Questions

Hi, how can I help you Today!