Chap4 BEKG1113
Chap4 BEKG1113
DIGITAL ELECTRONIC
Basic Logic Gates
Logic gate is the most basic type of digital circuit, which
consists of two or more inputs and one output.
A Y= A
1 0
BASIC LOGIC GATES
OR gate
The output is 1 if any or all of the inputs are 1.
A
F
B
Boolean equation: F A B
Input Output
Truth table:
A B F
0 0 0
0 1 1
1 0 1
1 1 1
BASIC LOGIC GATES
AND gate
The output is 1 only if all the inputs are 1.
A
F
B
Boolean equation: F A B AB
NOR gate
The output is 1 only if all of the inputs are 0.
A A
F
= F
B B
Boolean equation: F A B
Input Output
Truth table: A B F
0 0 1
0 1 0
1 0 0
1 1 0
BASIC LOGIC GATES
NAND gate
The output is 1 if any or all the inputs are 0.
A
B
F
= A
B
F
Boolean equation: F AB
A F
B
Boolean equation: F AB AB A B
A
F
B
Boolean equation: F AB AB A B
EXAMPLE:
Given, F = ( A + B) • C so the diagram is performed as:
A (A + B )
B F= (A + B )·C
C
F = ABC ( A + D )
Solution:
F ABC ( A D)
0 1 1(0 1)
1(0)
0
BOOLEAN EXPRESSIONS
Multivariable theorems
DeMorgan’s Theorem
DeMorgan’s theorems are very useful in simplifying
expressions for easy transfer back and forth from the
product of variables to the sum of variables form.
A⋅ B = A + B
BOOLEAN THEOREMS
BOOLEAN THEOREMS
Second theorem
The inverted of a sum of variables is equal to the product of the
inverted individual variable.
A + B = A⋅ B
BOOLEAN THEOREMS
BOOLEAN THEOREMS