Assign5 12 FEB
Assign5 12 FEB
Assignment 5 (12-02-2025)
a) Design a circuit that adds two BCD digits D1 and D2, and produces the result as the output (a
4-bit BCD digit and a carry).
Use TTL 4-bit adder ICs and other gates as required. Apply the inputs through on-board
switches, and observe the outputs through on-board LEDs.
Hint: Use one adder to add the two digits, and another adder to carry out correc5on as
required.
b) Using TTL 4-bit adder ICs and other gates as required, design an 8-bit adder/subtractor circuit.
Apply the inputs through on-board switches, and observe the outputs through on-board LEDs.
Verify the operaKon with the following data inputs (assume that the input data are encoded
as 8-bit 2’s complement numbers):
• 75 + 36
• 25 – 112
• (–11) + (–35)
• (–11) – (-–5)