Lecture 02
Lecture 02
EE2304
Lecture 02
04/09/2023
In digital circuitry, an OR gate is a circuit that has two or more inputs and whose output is
equal to the OR combination of the inputs.
AND gate is a circuit that operates so that its output is HIGH only when all its inputs are HIGH
NOR symbol
Equivalent circuit
Truth table
NAND symbol
Equivalent circuit
Truth table
Exclusive-NOR gate always has two inputs only and produces one output.
Single-variable theorems.
Faculty of Engineering- SEUSL
21
Boolean Algebra Theorems
Multi-variable theorems.
Each circuit implements the same identical function, but the one with fewer gates and
fewer inputs to gates is preferable because it requires fewer wires and components.
In general, there are many equivalent representations of a logic function. Finding the most
economic representation of the logic is an important design task.
This is equivalent to
f(A,B,C) = A’B’C’+A’BC+AB’C+ABC’
Minterms and Maxterms of 3 variables
Another way of representing canonical SOP
f(A,B,C) = Sum(0,3,5,6)
The truth table contains two 1s. the K- map must have both of them.
1. Locate the first 1 in the 2nd row of the truth table.
2. Note the truth table AB address locate the cell in the K-map having the same address
3. Place a 1 in that cell
4. Repeat the process for the 1 in the last line of the truth table.
The presence of a minterm indicates that the output of the logic circuit assumes 1 for the
combination of input variables.