ELECTRONICS
ELECTRONICS
A
seminar report submitted
in partial fulfillment for the degree of
MASTERS OF SCIENCE IN PHYSICS
By
Department of Physics
1
FLIP FLOP , RS FLIP FLOP USING NOR GATE
➢ FLIP FLOP :
❖ Types of Flip-Flops -
Given Below are the Types of Flip-Flop
➢ SR Flip Flop
➢ JK Flip Flop
➢ D Flip Flop
➢ T Flip Flop
2
➢ SR Flip-Flop Using NOR Gates :
➢ Circuit Diagram :
The SR flip-flop built using NOR gates consists of:
1. Two NOR gates arranged in a cross-coupled
configuration.
2. The output of the first NOR gate is connected to
one input of the second NOR gate, and vice versa.
3
➢ Logic Circuit Design :
4
➢ Truth Table
S R Q Q'
0 0 No Change No Change
0 1 0 1
1 0 1 0
1 1 Invalid Invalid
➢ Operation :
1. When S = 1 and R = 0:
o The Set input dominates.
o The output Q becomes 1, and Q' becomes 0.
2. When S = 0 and R = 1:
o The Reset input dominates.
5
o The output Q becomes 0, and Q' becomes 1.
3. When S = 0 and R = 0:
o This is the no-change state.
o The flip-flop maintains its previous state (Q
and Q' remain unchanged).
4. When S = 1 and R = 1:
o This is an invalid state because both outputs Q
and Q' would be 0, violating the
complementary nature of the outputs.
o This state should be avoided in practical
circuits.
6
o This feedback ensures that once the state is set
or reset, it remains stable until new inputs are
applied.
➢ Advantages of SR Flip-Flops :
➢ Disadvantages :
1. The invalid state (S = 1, R = 1) makes it less
reliable without additional logic.
2. Cannot handle certain practical scenarios without
modifications (e.g., the clock signal for
synchronization).
7
➢ Applications :
➢ Conclusion :
8
1. How digital circuits handle memory and state
storage.
2. The principles behind more advanced flip-flops and
sequential circuits.
This serves as an excellent introduction to sequential
logic and provides a strong foundation for learning
more complex digital systems like D, JK, and T flip-
flops, as well as larger memory architectures.
………………………………………………………….