Presentation is loading. Please wait.

Presentation is loading. Please wait.

Brief Introduction to Boolean Algebra We can use transistors to build AND, OR, NAND, NOR, and Invertors Manufacturing is simplified with NAND/NOR NAND/NOR.

Similar presentations


Presentation on theme: "Brief Introduction to Boolean Algebra We can use transistors to build AND, OR, NAND, NOR, and Invertors Manufacturing is simplified with NAND/NOR NAND/NOR."— Presentation transcript:

1 Brief Introduction to Boolean Algebra We can use transistors to build AND, OR, NAND, NOR, and Invertors Manufacturing is simplified with NAND/NOR NAND/NOR avoid problem with “transistor bleed-through” Converting between AND/OR circuits and NAND/NOR circuits is easy with Boolean Algebra. (named for mathematician George Boole) Boolean Variable: can be in just two states: 0 or 1 Represent Boolean Variables with letters

2 Example Two inputs (Boolean variables) A and B are ANDed together. The AND operation is represented in a Boolean equation with the multiplication symbol (overloading of operator!) (The OR operation is represented with the addition symbol +) A AND B can be represented as AB A OR B can be represented as A + B B A

3 De’Morgan’s Theorem On of the most useful principles in boolean algebra is De’Morgan’s Theorem, which allows one to switch between ANDs and NORs and OR and NAND NOT terms or Inverted terms are represented with a line over the terms AB = A + B A + B = AB

4 To convert A+B into a form that can be implemented using a NAND gate follow these steps: 1. Double Complement the term A+B = A+B 2. Use DeMorgan’s to distribute one of the complements A+B = A B The equation is now a NAND of the complemented inputs.

5 ABORA’B’A’AND B’A’NAND B 0001110 0111001 1010101 1110001 Note that the third and last columns are equivalent. Complements of input values are easy to get, and may already be available. A B V+ Out


Download ppt "Brief Introduction to Boolean Algebra We can use transistors to build AND, OR, NAND, NOR, and Invertors Manufacturing is simplified with NAND/NOR NAND/NOR."

Similar presentations


Ads by Google