Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
46 views

DLD Lab 5

The document describes an experiment on basic adder circuits. The objectives are to experimentally verify the operation of basic adders and design various adder configurations. It involves designing half adders and full adders, completing their truth tables, deriving the logic equations, drawing the logic diagrams, and verifying the results practically on a digital electronics trainer. Key aspects covered include the difference between half and full adders, their sum and carry operations, and how combining half adders can create a full adder circuit. The conclusion is that the student learned about basic adder circuits and their sum and carry functions.

Uploaded by

KING Bot
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

DLD Lab 5

The document describes an experiment on basic adder circuits. The objectives are to experimentally verify the operation of basic adders and design various adder configurations. It involves designing half adders and full adders, completing their truth tables, deriving the logic equations, drawing the logic diagrams, and verifying the results practically on a digital electronics trainer. Key aspects covered include the difference between half and full adders, their sum and carry operations, and how combining half adders can create a full adder circuit. The conclusion is that the student learned about basic adder circuits and their sum and carry functions.

Uploaded by

KING Bot
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, 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 of Circuits


Student Name: M HAMZA AMIN Reg. No:191862

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: Mark 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 = 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

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

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.

You might also like