Boolean Algebra: Objective
Boolean Algebra: Objective
Experiment #5
Boolean Algebra
OBJECTIVE
1. To verify the rules and regulations of Boolean Algebra.
2. To simplify and modify Boolean logic functions by means of Demorgan’s theorem.
3. To design and implement a logic circuit.
BACKGROUND
Boolean algebra is a deductive mathematical system closed over the values zero and
one (false and true). A binary operator defined over this set of values accepts a pair of
boolean inputs and produces a single boolean value.
You can prove all other theorems in boolean algebra using these postulates.
1
Experiment#4 Boolean Algebra
THEORY:
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)’
PRELAB:
1. Refer to your text book, understand the concepts of Boolean Algebra.
2. Draw truth table, logic diagram and pin diagram for each part in THEORY.
2
Experiment#4 Boolean Algebra
EQUIPMENTS REQUIRED
KL-31001 trainer kit, 7400 Quadruple 2 input NAND gates, 7402 Quadruple 2 input
NOR gates, 7408 Quadruple 2 input AND gates, 7432 Quadruple 2 input OR gates, 7404
Hex inverters.
PROCEDURES:
Part I:
a) Connect these circuits and verify their operations.
3
Experiment#4 Boolean Algebra
4
Experiment#4 Boolean Algebra
Exercise:
Your task, is to design the circuitry of the logic system to open the waste valve if and
only if there is good flame proven by the sensors.
The waste valve is opened if at least two out of the three sensors show good flame.
1. Give the truth table defining the Boolean function F
2. Express F as a minterm expansion (standard sum of product)
3. Express F as a maxterm expansion (standard product of sum)
4. Using theorems of Boolean algebra, simplify the minterm expansion of F to a form
with as few occurrences of each as possible.
5. implement the simplified Boolean function with logic gates. Show the pin diagram.