[go: up one dir, main page]

100% found this document useful (2 votes)
4K views5 pages

Assignment No:-11 Date: Assignment Name:-Design & Implement 4-Bit BCD Adder

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 5

Assignment No:-11

Date:

..................

Assignment Name:- Design & Implement 4-bit BCD Adder


Definition:-A BCD adder is a digital combinational circuit that add two BCD number and produces a sum digit in BCD. It consists of two 4-bit adder. The two decimal digits, together with the input carry are first added in the top 4-bit adder to produce the binary sum. When the output carry is equal to 0, nothing is added to binary sum. When it is equal to 1 then binary 0110 is added to binary sum through the bottom 4-bit adder. Requirements:-To design a 4-bit BCD adder the following requirements are needed. Sl. No. 1 2 3 4 5 6 7 8 Types
IC 7400(1)Quad 2-input NAND gate IC 7432(1)Quad 2-input OR gate IC 7483(1)Quad 4-bit full adder LED (Light Emitting Diode) (4) Trainer Kit Bread Board Wires Power Supply

No. Of Pins
14 14 16

Truth Table:Binary Sum K Z4 Z3 Z2 Z1 00000 00001 00010 00011 00100 00101 00110 00111 01000 01001 01010 01011 01100 01101 BCD Sum C S4 S3 00000 00001 00010 00011 00100 00101 00110 00111 01000 01001 10000 10001 10010 10011 Decimal S2 S1 0 1 2 3 4 5 6 7 8 9 10 11 12 13

Binary Sum K Z4 Z3 Z2 Z1 01110 01111 10000 10001 10010 10011

C S4 10100 10101 10110 10111 11000 11001

BCD Sum S3 S2 S1 14 15 16 17 18 19

Decimal

Net List:Block B1 B2 B3 B4 IC IC7483 IC7483 IC7408 IC7432 Pins GND Vcc 16 16 14 14 12 12 7 7 5 5 14 14


9,10,11, 8,12,13 9,10,11, 8,12,13

NC

IP
1,3,8,10 16,7,4,11

OP
15,2 6,9 15,26,9 16,4 7,11 1,2 4,5 3, 6 2,6 15 14 1, 10

1, 2

IC Diagram:-

Fig:-(i) IC Diagram of IC-7432 (ii) IC Diagram of IC-7408 (iii) IC Diagram of IC-7483

Logic Diagram:-

Fig:- Logic Diagram of 4-bit BCD Adder

Procedure:-

1. Make the required connections on the bread board to set up the experiment. 2. Give the supply voltage from the trainer kit. 3. Turn the circuit on and check the truth table. Conclusion:We observe that this circuit can be used to add two BCD digit and produces sum digit in BCD. When output carry is equal to 0 nothing is added to the output. When the carry is equal to 1 then binary 0110 is added to the sum. The output is same as the truth table and can be displayed by the LED.

You might also like