Boolean Algebra: Objective
Boolean Algebra: Objective
Boolean Algebra
Experiment #5
Boolean Algebra
OBJECTIVE
To verify the rules and regulations of Boolean Algebra. 2. To simplify and modify Boolean logic functions by means of Demorgans theorem. 3. To design and implement a logic circuit.
1.
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.
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+AB = A+B 12. (A+B)(A+C) = A+BC 13. A. B = (A+B) 14. A+B = (A.B)
PRELAB:
1. 2.
Refer to your text book, understand the concepts of Boolean Algebra. Draw truth table, logic diagram and pin diagram for each part in THEORY.
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.
Experiment#4
Boolean Algebra
Part II: Demorgans Theorem a) Proof of equation (1): Construct the two circuits corresponding to the functions A. Band (A+B) respectively. Show that for all combinations of A and B, the two circuits give identical results. Connect these circuits and verify their operations.
b) Proof of equation (2) Construct two circuits corresponding to the functions A+Band (A.B) A.B, respectively. Show that, for all combinations of A and B, the two circuits give identical results. Connect these circuits and verify their operations.
Experiment#4
Boolean Algebra
Part III: Design of a Digital Circuit Consider the following problem: Four chairs A, B, C, and D are placed in a row. Each chair may be occupied (l) or empty (0). A Boolean function F is l if and only if there are two or more adjacent chairs that are empty. 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.
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.