0% found this document useful (0 votes)
11 views7 pages

Lab Report - 5

The document outlines Experiment No. 5 for Electrical and Computer Engineering students at Air University, focusing on basic adder circuits. It details objectives, required equipment, and tasks for designing and verifying Half and Full Adder circuits, including truth tables and logic diagrams. The conclusion emphasizes the understanding of binary addition and the practical application of half and full adders using electronic devices.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views7 pages

Lab Report - 5

The document outlines Experiment No. 5 for Electrical and Computer Engineering students at Air University, focusing on basic adder circuits. It details objectives, required equipment, and tasks for designing and verifying Half and Full Adder circuits, including truth tables and logic diagrams. The conclusion emphasizes the understanding of binary addition and the practical application of half and full adders using electronic devices.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

AIR UNIVERSITY

DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING

EXPERIMENT NO 5

Lab Title: _ Basic Adder Circuits______________________________


Student Name: _____Muzammil Shehzad___________ Reg. No: ___221144_________
Objective: To experimentally verify the operation of basic adders.
To design various configurations of adders.

LAB ASSESSMENT:

Excellent Good Average Satisfactory Unsatisfactory


Attributes (5) (4) (3) (2) (1)
Ability to Conduct
Experiment
Ability to assimilate the
results
Effective use of lab
equipment and follows
the lab safety rules

Total Marks: __________________________ Obtained Marks: _________________________

LAB REPORT ASSESSMENT:

Excellent Good Average Satisfactory Unsatisfactory


Attributes
(5) (4) (3) (2) (1)

Data presentation

Experimental results

Conclusion

Total Marks: __________________________ Obtained Marks: _________________________

Date: __________________________ Signature: _________________________


EXPERIMENT 05

Basic Adder Circuits

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 = XY


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

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

Sum = Cin XOR (X XOR Y) Co = Cin . (X XOR Y) + XY


Logic Diagram:

Simulation Results:
Conclusion:

In this lab, we covered binary addition , we started by understanding


binary addition, which is conceptually similar to decimal addition. We
performed binary addition operations, such as adding binary numbers
like 1010 and 11, and 11010 and 1100. and learned about two crucial
components: half adders for adding two binary digits and full adders for
adding three binary digits. We also examined circuit diagrams by using
electronic devices . we have used XOR- Gate of IC-7486 to perform this
addition.

You might also like