DEM Unit 2
DEM Unit 2
What is SOP ?
SOP stands for Sum of Products( ∑ ).
The product terms are also known as min-terms(m).
When two or more product term are ORed, then the resulting expression is called SOP.
Example :
AB + BCD
ABC + CDE + BCD
A product term is equal to 1 if and only if each of the literals in the term is 1.
A product term is equal to 0 when one or more literals are 0.
LOGIC GATES AND FLIP FLOPS
What is POS ?
POS stands for Product of Sums( ∏ ).
The sum terms are also known as max-terms(M).
When two or more sum terms are multiplied, then the resulting expression is called POS.
Example :
(A + B) + (B + C + D)
(A + B + C)(C + D + E)(B + C + D)
A sum term is equal to 0 if and only if each of the literals is 0.
A sum term is equal to 1 when one or more of the literals in the term are 1.
LOGIC GATES AND FLIP FLOPS
LOGIC GATES AND FLIP FLOPS
There are 2 steps to follow to convert the canonical form of the equations.
Step 2: Writing the indexes of the terms that are not presented in the given form
of equation.
LOGIC GATES AND FLIP FLOPS
Truth Table
Circuit Diagram
LOGIC GATES AND FLIP FLOPS
J-K Flip-Flop
The basic S-R NAND flip-flop circuit suffers from two basic switching problems.
1. the Set = 0 and Reset = 0 condition (S = R = 0) must always be avoided
2. if Set or Reset change state while the enable input is high the correct latching action may not occur.
Then to overcome these two fundamental problems, JK flip Flop was developed.
The inputs are labeled J and K in honor of the inventor of the device, Jack Kilby.
Circuit Diagram
Truth Table
LOGIC GATES AND FLIP FLOPS
D Flip Flop
D Flip Flop is known as Delay Flip Flop.
D-FF is simple S-R latch with a NAND inverter connected between S and R inputs.
It has only one input.
The input data is appearing at the output after some time, due to this data delay between i/p and o/p,
it is called delay flip flop.
Circuit Diagram
Truth Table
LOGIC GATES AND FLIP FLOPS
T Flip Flop
Toggle flip flop is basically a JK flip flop with J and K terminals permanently connected together.
It has only input denoted by T as shown in the Symbol Diagram.
Circuit Diagram
Truth Table
LOGIC GATES AND FLIP FLOPS