DLD Lab 5
DLD Lab 5
EXPERIMENT NO 5
LAB ASSESSMENT:
Data presentation
Experimental results
Conclusion
Total Marks: Obtained Marks:
EXPERIMENT 05
Objectives:
To experimentally verify the operation of basic adders.
To design various configurations of adders.
Equipment required:
TTL IC-7408
TTL IC-7432
TTL IC-7486
Digital Electronics Trainer
Half Adder:
A Half Adder accepts two binary digits on its inputs and produces two binary digits on its output, a
sum bit and a carry bit.
Task 1:
Design a Half Adder circuit and complete the truth table.
Steps:
1. Complete the truth table.
2. Write the logic equations for Sum and Carry.
3. Draw the complete logic diagram for the Half Adder.
4. Verify your results practically.
Truth Table
A B Sum Carry
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
Sum = X’Y+XY’ Carry = X.Y
Logic Diagram:
Simulation Results:
Full Adder:
A Full Adder accepts three input bits and generates a sum output and a carry output. A Full Adder
circuit using Half Adders is given below:
Task 2:
Design a Full Adder circuit and complete the truth table.
Steps:
1. Draw the complete logic diagram.
2. Write the logic equations for Sum and Carry out.
3. Complete the Truth Table.
4. Implement the circuit on trainer and verify your results practically.
Truth Table
A B Ci Sum Co
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
Logic Diagram:
Simulation Results:
Conclusion:
After this experiment, We learn about the basic adder circuits.
We get to know about the basic difference between half adder and full adder circuits that
how they perform at different inputs.
We learn about the sum and carry operations on both half adder and full adder that they
both are same when we change the inputs across the circuit.