Experiment No 4
Experiment No 4
LAB MANUAL
DIGITAL LOGIC DESIGN
DEPARTMENT OF ELECTRICAL ENGINEERING
EXPERIMENT NO. 04
Objectives:
Learn how to reduce the gates by function simplification
Design of logic circuit defined by simplified function (LOGISIM)
Theory
A function could be simplified by using properties and postulates resulting reduction in the
number of gates but giving the same input as before simplification.
1. A+0 = A
2. A+1 = 1
3. A .0 = 0
4. A .1 = A
5. A+A = A
6. A+A’ = 1
7. A.A = A
8. A.A’ = 0
9. (A’)’ = A
10. A+AB = A
11. A+A’B = A+B
12. (A+B)(A+C) = A+BC
13. A’. B’ = (A+B)’
14. A’+B’ = (A.B)’
====================================================================
Digital Logic Design Page 2
Gift University Gujranwala Electrical Engineering
LAB TASK
====================================================================
Simplify these functions & implement the simplified and given function on LOGISIM
A B C
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
A B C
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
==================================================================================
Function 2
==================================================================================
X Y Z
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
X Y Z
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
Observations: (01
Mark)
Review Questions
1. Find complement of following function and draw circuit of resultant. (01 Mark)
F=XY’Z+X’Y+XY’Z’
2. State the purpose of reducing Boolean function into minimal form. (01
Mark)
3. What is meant by duality principal? What is its usage in Boolean algebra? Explain
your answer. (01
Mark)