Lab Report - 5
Lab Report - 5
EXPERIMENT NO 5
LAB ASSESSMENT:
Data presentation
Experimental results
Conclusion
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
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
10 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
Simulation Results:
Conclusion: