You are on page 1of 5

NAME:Pratham Katariya

ROLL NO.:211029
BATCH:A2
PRN NO.:22211592

EXPERIMENT NO: 02

TITLE OF EXPERIMENT : Study of IC 74LS83 as a BCD adder


EXPERIMENT NO. 2

2.1 Aim: A. To design and implement 4 bit BCD Adder usingIC74LS83.

2.2 Apparatus: Digital Trainer kit, patch cords, IC74LS83, IC74LS08, IC74LS04,
IC74LS86, IC74LS32

2.3 Procedure:

i) Design the logic to detect the correction factor and the logic to add it
(convert binary sum to BCD sum)
ii) Give any two BCD numbers as inputs and verify the result.

2.4 Design and Implementation


Pin diagram of IC74LS83:
A. IC74LS83 as a BCD Adder:

Decimal Binary Sum BCD Sum

K Z8 Z4 Z2 Z1 C S8 S4 S2 S1

0 0 0 0 0 0 0 0 0 0 0

1 0 0 0 0 1 0 0 0 0 1

2 0 0 0 1 0 0 0 0 1 0

3 0 0 0 1 1 0 0 0 1 1

4 0 0 1 0 0 0 0 1 0 0

5 0 0 1 0 1 0 0 1 0 1

6 0 0 1 1 0 0 0 1 1 0

7 0 0 1 1 1 0 0 1 1 1

8 0 1 0 0 0 0 1 0 0 0

9 0 1 0 0 1 0 1 0 0 1

10 0 1 0 1 0 1 0 0 0 0

11 0 1 0 1 1 1 0 0 0 1

12 0 1 1 0 0 1 0 0 1 0

13 0 1 1 0 1 1 0 0 1 1

14 0 1 1 1 0 1 0 1 0 0

15 0 1 1 1 1 1 0 1 0 1

16 1 0 0 0 0 1 0 1 1 0

17 1 0 0 0 1 1 0 1 1 1

18 1 0 0 1 0 1 1 0 0 0

19 1 0 0 1 1 1 1 0 0 1
ii) K Map:

S1S0
S3S2 00 01 11 10
00 0 0 0 0
01 0 0 0 0
11 1 1 1 1
10 0 0 1 1

C = S3S2+S3S1

iii) Logic Diagram:


iv) Observations:

1) Decimal Number = 6 ( A = 3 and B = 3)

Decim K Z8 Z4 Z Z Car S S S2 S1
al 2 1 ry 8 4

6 0 0 1 1 0 0 0 1 1 0

2) Decimal Number: 12 (A = 3 and B = 9)

Decim K Z8 Z4 Z Z Car S8 S S2 S1
al 2 1 ry 4

12 0 1 1 0 0 1 0 0 1 0

2.5 Conclusion:
The experiment achieved successful design and implementation of a 4-bit BCD
adder using IC74LS83 and supporting ICs. The circuit accurately added two 4-bit BCD numbers,
producing correct BCD sums. This practical experience reinforced the importance of meticulous
logic design and careful circuitry for accurate digital operations.

You might also like