SlideShare a Scribd company logo
Design Engineering
Flipflop
Flip Flop (Sequential Circuits) 
 What is Flip flop? 
 Answer: In digital circuits, the flip-flop, is a kind of bi-stable multivibrator. 
 It is a Sequential Circuits / an electronic circuit which has two stable 
states and thereby is capable of serving as one bit of memory , bit 1 or bit 0.
Introduction – Flip Flop 
 They are 1 (HIGH) or 0 (LOW). 
 Whenever we refer to the state of flip 
flop, we refer to the state of its normal 
output (Q). 
 More complicated Flip flop complicated 
Flip flop complicated Flip flop 
complicated Flip flop use a clock as the 
control input. These clocked flip-flops are 
used whenever the input and output 
signals must occur within a particular 
sequence. 
They have two stable conditions and can be 
switched from one to the other by 
appropriate inputs. These stable conditions 
are usually called the states states states 
states of the circuit.
Introduction: Types Of Flip Flop 
1. SR Flip Flop SR Flip Flop SR Flip Flop SR Flip Flop 
a.SR Flip Flop Active Low = NAND gates 
b. SR Flip Flop Active High = NOR gates 
2. Clocked SR Flip Flop 
3. JK Flip Flop 
4. JK Flip Flop With Pre-set And Clear 
5. T Flip Flop 
6. D Flip Flop 
7. Master-Slave Edge-Triggered Flip-Flop
The Used of Flip Flop 
 For Memory circuits 
 For Logic Control Devices 
 For Counter Devices 
 For Register Devices
SR Flip Flop 
 The most basic Flip Flop is called SR Flip Flop SR Flip Flop SR Flip Flop SR Flip 
Flop. 
 The basic RS flip flop is an asynchronous device. 
 In asynchronous device, the outputs is immediately changed anytime one or more 
of the inputs change just as in combinational logic circuits. 
 It does not operate in step with a clock or timing. 
 These basic Flip Flop circuit can be constructed using two NAND gates latch or two 
NOR gates latch. 
 SR Flip Flop Active Low SR Flip Flop Active Low SR Flip Flop Active Low SR Flip Flop 
Active Low = NAND gates 
 SR Flip Flop Active High SR Flip Flop Active High SR Flip Flop Active High SR Flip 
Flop Active High = NOR gates
SR Flip Flop 
 The SR Flip Flop has two inputs, 
SET (S) and RESET (R). 
 The SR Flip Flop has two 
outputs, Q and ¯ 
 The Q output is considered the 
normal output and is the one 
most used. 
 The other output ¯ is simply 
the compliment of output Q.
SR Flip Flop - NAND GATE LATCH 
 The NAND gate version has two inputs, 
SET (S) and RESET (R). 
 Two outputs, Q as normal output and 
¯ as inverted output and feedback 
mechanism. 
 The feedback mechanism is required 
to form a sequential circuit by 
connecting the output of NAND-1 to 
the input of NAND-2 and vice versa. 
 The circuit outputs depends on the 
inputs and also on the outputs.
SR Flip Flop - NAND GATE LATCH 
 From the description of the NAND 
gate latch operation, it shows 
that the SET and RESET inputs are 
active LOW. 
 The SET input will set Q = 1 when 
SET is 0 (LOW).RESET input will 
reset Q = 0 when RESET is 0 (LOW) 
 In the prohibited/INVALID state 
both outputs are 1. This condition 
is not used on the RS flip-flop. 
The set condition means setting 
the output Q to 1. 
 Likewise, the reset condition 
means resetting (clearing) the 
output Q to 0. The last row shows 
the disabled, or hold , condition 
of the RS flip-flop. The outputs 
remain as they were before the 
hold condition existed. There is 
no change in the outputs from the 
previous states
SR Flip Flop - NOR GATE LATCH NOR GATE 
LATCH NOR GATE LATCH NOR GATE LATCH 
 The latch circuit can also be constructed using two 
NOR gates latch. 
 The construction is similar to the NAND latch 
except that the normal output Q and inverted 
output ¯ have reversed positions.
SR Flip Flop - NOR GATE LATCH 
 S = 1, R = 0; This will set Q to 1, it works in SET mode operation. 
 S = 1, R = 1; This condition tries to set and reset the NOR gate latch at the 
same time, and it produces Q = ¯ = 0 This is an unexpected condition and are 
not used. 
 Since the two outputs should be inverse of each other. If the inputs are 
returned to 1 simultaneously, the output states are unpredictable. 
 This input condition should not be used and when circuits are constructed, 
the design should make this condition SET=RESET = 1 never arises
SR Flip Flop - NOR GATE LATCH 
 From the description of the NOR 
gate latch operation, it shows 
that the SET and RESET inputs 
are Active HIGH. 
 The SET input will set Q = 1 
when SET is 1 (HIGH). RESET 
input will reset Q when RESET is 
1 (HIGH).
The CLOCK 
 When the clock changes from a LOW state to a HIGH state, this is called the positive-going 
transition (PGT) or positive edge triggered. 
 When the clock changes from a HIGH state to a LOW state, it is called negative going transition 
(NGT) or negative edge triggered.
Clocked SR Flip Flop 
 Additional clock input is added to change the SR flip- flop from an element 
used in asynchronous sequential circuits to one, which can be used in 
synchronous circuits. 
 The clocked SR flip flop logic symbol that is triggered by the PGT is shown in 
Figure. 
 Its means that the flip flop can change the output states only when clock 
signal makes a transition from LOW to HIGH.
Clocked RS Flip Flop 
 The Truth Table in figure shows how the flip flop 
output will respond to the PGT at the clocked input 
for the various combinations of SR inputs and 
output. 
 The up arrow symbol indicates PGT.
Clocked SR Flip Flop 
 The clocked SR Flip Flop logic symbol that is 
triggered by the NGT is shown in Figure. 
 It means that the Flip flop can change the output 
states only when clocked signal makes a transition 
from HIGH to LOW
Clocked SR Flip Flop 
 CLOCKED SR FLIP 
FLOP LOGIC 
CIRCUIT 
If used NOR Gate 
NOR Gate NOR Gate 
NOR Gate, must 
used AND Gate in 
front.
JK Flip Flop - Symbol 
 Another types of Flip flop is 
JK flip flop. 
 It differs from the RS flip 
flops when J=K=1 condition is 
not indeterminate but it is 
defined to give a very useful 
changeover (toggle) action. 
 Toggle means that Q and ¯ 
will switch to their opposite 
states. 
 The JK Flip flop has clock 
input Cp and two control 
inputs J and K. 
 Operation of Jk Flip Flop is 
completely described by truth 
table in Figure.
JK Flip Flop – Truth Table And Logic Circuit
JK Flip Flop with Asynchronous Input 
 The J and K inputs are called synchronous inputs since they only influence the 
state of the flip flop when the clocked pulse is present. 
 This flip flop can also have other inputs called Pre-set (or SET) and clear that 
can be used for setting the flip flop to 1 or resetting it to 0 by applying the 
appropriate signal to the Pre-set and Clear inputs. 
 These inputs can change the state of the flip flop regardless of synchronous 
inputs or the clock
JK Flip Flop with Preset and Clear
JK Flip Flop with Asynchronous Input
JK Flip Flop with Asynchronous Input
T Flip Flop - Symbol 
 The T flip flop has only the 
Toggle and Hold Operation. 
 If Toggle mode operation. The 
output will toggle from 1 to 0 or 
vice versa.
T Flip Flop – Logic Circuit 
 Logic circuit T 
Flip flop using 
NOR gate 
T Flip flop 
using NAND 
gate
D Flip Flop 
 Also Known as Data Flip flop 
 Can be constructed from RS Flip Flop or JK 
Flip flop by addition of an inverter. 
 Inverter is connected so that the R input is 
always the inverse of S (or J input is always 
complementary of K). 
 The D flip flop will act as a storage element 
for a single binary digit (Bit).
D Flip Flop - Symbol
D Flip Flop- Logic circuit-Truth Table
T Flip Flops and D Flip Flops can be Built 
using JK Flip Flop 
 The JK flip flop is considered as a 
universal flip flop. 
 A combination of JK flip flop and an 
inverter can construct a D Flip Flop as 
shown in Figure. 
 It also can construct T Flip Flop by 
combine both J and K inputs with HIGH 
level input as shown in Figure.
Master-Slave Edge-Triggered Flip-Flop 
 Can connect two level-sensitive latches in Master-Slave configuration to form edge-triggered 
flip-flop. 
 Master latch “catches” value of “D” at “QM” when CLK is low. 
 Slave latch causes “Q” to change only at rising edge of CLK.
Master-Slave Edge-Triggered Flip-Flop 
D 
MASTER SLAVE 
QM
Master-Slave Edge-Triggered Flip-Flop 
Q 
36 Transistors 
Master-Slave configuration 
D 
CLK 
MASTER SLAVE 
8 Transistors 
Compared to transistor version 
CLK 
D Q 
CLK 
CLK 
CLK

More Related Content

PPTX
J - K & MASTERSLAVE FLIPFLOPS
Krishma Parekh
 
PPTX
Latches and flip flops
mubashir farooq
 
PPTX
Sequential circuits
DrSonali Vyas
 
PPTX
Latches and flip flop
Shuaib Hotak
 
PPTX
Presentation on Flip Flop
Nahian Ahmed
 
PPTX
What are Flip Flops and Its types.
Satya P. Joshi
 
PPT
Flip-Flop || Digital Electronics
Md Sadequl Islam
 
PPTX
latches
Unsa Shakir
 
J - K & MASTERSLAVE FLIPFLOPS
Krishma Parekh
 
Latches and flip flops
mubashir farooq
 
Sequential circuits
DrSonali Vyas
 
Latches and flip flop
Shuaib Hotak
 
Presentation on Flip Flop
Nahian Ahmed
 
What are Flip Flops and Its types.
Satya P. Joshi
 
Flip-Flop || Digital Electronics
Md Sadequl Islam
 
latches
Unsa Shakir
 

What's hot (20)

PPTX
flip flops
Unsa Shakir
 
PPT
Sequential Logic Circuit
Ramasubbu .P
 
PDF
Registers and counters
Heman Pathak
 
PPTX
Digital Electronics - Counters
Jayakrishnan J
 
PPTX
Combinational circuits
DrSonali Vyas
 
PPTX
Introduction to Counters
ISMT College
 
PPTX
SHIFT REGISTERS
kumari36
 
PPTX
D and T Flip Flop
Dhrumil Panchal
 
PDF
flip flop Presentation
maalik123
 
PPT
Sequential circuits
Paresh Parmar
 
PPTX
Counters
Ketaki_Pattani
 
PPTX
Combinational Circuits & Sequential Circuits
gourav kottawar
 
PDF
Digital logic families
Revathi Subramaniam
 
PPTX
Finite state machines
dennis gookyi
 
PPTX
Multiplexer and DeMultiplexer
Estiak Khan
 
PPTX
JK flip flop in Digital electronics
Easy n Inspire L
 
PPTX
Combinational circuit
Satya P. Joshi
 
PPT
Shift Registers
Abhilash Nair
 
PDF
Subtractor
Syed Saeed
 
PPT
Encoder, decoder, multiplexers and demultiplexers
pubgalarab
 
flip flops
Unsa Shakir
 
Sequential Logic Circuit
Ramasubbu .P
 
Registers and counters
Heman Pathak
 
Digital Electronics - Counters
Jayakrishnan J
 
Combinational circuits
DrSonali Vyas
 
Introduction to Counters
ISMT College
 
SHIFT REGISTERS
kumari36
 
D and T Flip Flop
Dhrumil Panchal
 
flip flop Presentation
maalik123
 
Sequential circuits
Paresh Parmar
 
Counters
Ketaki_Pattani
 
Combinational Circuits & Sequential Circuits
gourav kottawar
 
Digital logic families
Revathi Subramaniam
 
Finite state machines
dennis gookyi
 
Multiplexer and DeMultiplexer
Estiak Khan
 
JK flip flop in Digital electronics
Easy n Inspire L
 
Combinational circuit
Satya P. Joshi
 
Shift Registers
Abhilash Nair
 
Subtractor
Syed Saeed
 
Encoder, decoder, multiplexers and demultiplexers
pubgalarab
 
Ad

Similar to Flipflop (20)

PPTX
SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)
Sairam Adithya
 
PPTX
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]
SUBHA SHREE
 
PPTX
SEQUENTIAL CIRCUITS [Flip-flops and Latches]
Electronics for Biomedical
 
PPTX
Presentation On Flip-Flop
Northwestern University Khulna, Bangladesh
 
PPTX
Flip flop
Moni Adhikary
 
PPTX
Sequentialcircuits
Raghu Vamsi
 
PPTX
Flip flop
Bhaskar Kumar Jha
 
PDF
Digital Electronics-Design of SYNCHRONOUS SEQUENTIAL CIRCUITS
C.Helen Sulochana
 
PPTX
DIGITAL ELECTRONICS: UNIT-III SYNCHRONOUS SEQUENTIAL CIRCUITS
Sridhar191373
 
PPTX
7.SEQUENTIAL LOGIC Presentationwsss.pptx
rnoob7989
 
DOCX
Lab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docx
DIPESH30
 
PDF
FYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-Flops
Arti Parab Academics
 
PPTX
GROUP 4 DIGITAL elect S-R FLIP FLOP.pptx
LeanderNanneteMlambo
 
PPT
Flipflops and Excitation tables of flipflops
student
 
PPTX
ilide.info-flip-flops-and-application-japan-malaysia-technical-institute-jmti...
TanmoyBanerjee44
 
DOCX
All flipflop
DHEERAJ CHOKSE
 
PPT
Sequential circuit
Brenda Debra
 
PPTX
Chapter 6: Sequential Logic
Er. Nawaraj Bhandari
 
PDF
Flip-flops, Shift Registers and Counters.pdf
SandeepR330988
 
SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)
Sairam Adithya
 
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]
SUBHA SHREE
 
SEQUENTIAL CIRCUITS [Flip-flops and Latches]
Electronics for Biomedical
 
Flip flop
Moni Adhikary
 
Sequentialcircuits
Raghu Vamsi
 
Digital Electronics-Design of SYNCHRONOUS SEQUENTIAL CIRCUITS
C.Helen Sulochana
 
DIGITAL ELECTRONICS: UNIT-III SYNCHRONOUS SEQUENTIAL CIRCUITS
Sridhar191373
 
7.SEQUENTIAL LOGIC Presentationwsss.pptx
rnoob7989
 
Lab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docx
DIPESH30
 
FYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-Flops
Arti Parab Academics
 
GROUP 4 DIGITAL elect S-R FLIP FLOP.pptx
LeanderNanneteMlambo
 
Flipflops and Excitation tables of flipflops
student
 
ilide.info-flip-flops-and-application-japan-malaysia-technical-institute-jmti...
TanmoyBanerjee44
 
All flipflop
DHEERAJ CHOKSE
 
Sequential circuit
Brenda Debra
 
Chapter 6: Sequential Logic
Er. Nawaraj Bhandari
 
Flip-flops, Shift Registers and Counters.pdf
SandeepR330988
 
Ad

Recently uploaded (20)

PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
PPT
SCOPE_~1- technology of green house and poyhouse
bala464780
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PPTX
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
PDF
Software Testing Tools - names and explanation
shruti533256
 
PDF
flutter Launcher Icons, Splash Screens & Fonts
Ahmed Mohamed
 
PDF
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
PPTX
Tunnel Ventilation System in Kanpur Metro
220105053
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
PDF
Introduction to Data Science: data science process
ShivarkarSandip
 
PDF
The Effect of Artifact Removal from EEG Signals on the Detection of Epileptic...
Partho Prosad
 
PDF
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PPT
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
PPTX
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
PDF
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
PPTX
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
SCOPE_~1- technology of green house and poyhouse
bala464780
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
Software Testing Tools - names and explanation
shruti533256
 
flutter Launcher Icons, Splash Screens & Fonts
Ahmed Mohamed
 
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
Tunnel Ventilation System in Kanpur Metro
220105053
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
Introduction to Data Science: data science process
ShivarkarSandip
 
The Effect of Artifact Removal from EEG Signals on the Detection of Epileptic...
Partho Prosad
 
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 

Flipflop

  • 3. Flip Flop (Sequential Circuits)  What is Flip flop?  Answer: In digital circuits, the flip-flop, is a kind of bi-stable multivibrator.  It is a Sequential Circuits / an electronic circuit which has two stable states and thereby is capable of serving as one bit of memory , bit 1 or bit 0.
  • 4. Introduction – Flip Flop  They are 1 (HIGH) or 0 (LOW).  Whenever we refer to the state of flip flop, we refer to the state of its normal output (Q).  More complicated Flip flop complicated Flip flop complicated Flip flop complicated Flip flop use a clock as the control input. These clocked flip-flops are used whenever the input and output signals must occur within a particular sequence. They have two stable conditions and can be switched from one to the other by appropriate inputs. These stable conditions are usually called the states states states states of the circuit.
  • 5. Introduction: Types Of Flip Flop 1. SR Flip Flop SR Flip Flop SR Flip Flop SR Flip Flop a.SR Flip Flop Active Low = NAND gates b. SR Flip Flop Active High = NOR gates 2. Clocked SR Flip Flop 3. JK Flip Flop 4. JK Flip Flop With Pre-set And Clear 5. T Flip Flop 6. D Flip Flop 7. Master-Slave Edge-Triggered Flip-Flop
  • 6. The Used of Flip Flop  For Memory circuits  For Logic Control Devices  For Counter Devices  For Register Devices
  • 7. SR Flip Flop  The most basic Flip Flop is called SR Flip Flop SR Flip Flop SR Flip Flop SR Flip Flop.  The basic RS flip flop is an asynchronous device.  In asynchronous device, the outputs is immediately changed anytime one or more of the inputs change just as in combinational logic circuits.  It does not operate in step with a clock or timing.  These basic Flip Flop circuit can be constructed using two NAND gates latch or two NOR gates latch.  SR Flip Flop Active Low SR Flip Flop Active Low SR Flip Flop Active Low SR Flip Flop Active Low = NAND gates  SR Flip Flop Active High SR Flip Flop Active High SR Flip Flop Active High SR Flip Flop Active High = NOR gates
  • 8. SR Flip Flop  The SR Flip Flop has two inputs, SET (S) and RESET (R).  The SR Flip Flop has two outputs, Q and ¯  The Q output is considered the normal output and is the one most used.  The other output ¯ is simply the compliment of output Q.
  • 9. SR Flip Flop - NAND GATE LATCH  The NAND gate version has two inputs, SET (S) and RESET (R).  Two outputs, Q as normal output and ¯ as inverted output and feedback mechanism.  The feedback mechanism is required to form a sequential circuit by connecting the output of NAND-1 to the input of NAND-2 and vice versa.  The circuit outputs depends on the inputs and also on the outputs.
  • 10. SR Flip Flop - NAND GATE LATCH  From the description of the NAND gate latch operation, it shows that the SET and RESET inputs are active LOW.  The SET input will set Q = 1 when SET is 0 (LOW).RESET input will reset Q = 0 when RESET is 0 (LOW)  In the prohibited/INVALID state both outputs are 1. This condition is not used on the RS flip-flop. The set condition means setting the output Q to 1.  Likewise, the reset condition means resetting (clearing) the output Q to 0. The last row shows the disabled, or hold , condition of the RS flip-flop. The outputs remain as they were before the hold condition existed. There is no change in the outputs from the previous states
  • 11. SR Flip Flop - NOR GATE LATCH NOR GATE LATCH NOR GATE LATCH NOR GATE LATCH  The latch circuit can also be constructed using two NOR gates latch.  The construction is similar to the NAND latch except that the normal output Q and inverted output ¯ have reversed positions.
  • 12. SR Flip Flop - NOR GATE LATCH  S = 1, R = 0; This will set Q to 1, it works in SET mode operation.  S = 1, R = 1; This condition tries to set and reset the NOR gate latch at the same time, and it produces Q = ¯ = 0 This is an unexpected condition and are not used.  Since the two outputs should be inverse of each other. If the inputs are returned to 1 simultaneously, the output states are unpredictable.  This input condition should not be used and when circuits are constructed, the design should make this condition SET=RESET = 1 never arises
  • 13. SR Flip Flop - NOR GATE LATCH  From the description of the NOR gate latch operation, it shows that the SET and RESET inputs are Active HIGH.  The SET input will set Q = 1 when SET is 1 (HIGH). RESET input will reset Q when RESET is 1 (HIGH).
  • 14. The CLOCK  When the clock changes from a LOW state to a HIGH state, this is called the positive-going transition (PGT) or positive edge triggered.  When the clock changes from a HIGH state to a LOW state, it is called negative going transition (NGT) or negative edge triggered.
  • 15. Clocked SR Flip Flop  Additional clock input is added to change the SR flip- flop from an element used in asynchronous sequential circuits to one, which can be used in synchronous circuits.  The clocked SR flip flop logic symbol that is triggered by the PGT is shown in Figure.  Its means that the flip flop can change the output states only when clock signal makes a transition from LOW to HIGH.
  • 16. Clocked RS Flip Flop  The Truth Table in figure shows how the flip flop output will respond to the PGT at the clocked input for the various combinations of SR inputs and output.  The up arrow symbol indicates PGT.
  • 17. Clocked SR Flip Flop  The clocked SR Flip Flop logic symbol that is triggered by the NGT is shown in Figure.  It means that the Flip flop can change the output states only when clocked signal makes a transition from HIGH to LOW
  • 18. Clocked SR Flip Flop  CLOCKED SR FLIP FLOP LOGIC CIRCUIT If used NOR Gate NOR Gate NOR Gate NOR Gate, must used AND Gate in front.
  • 19. JK Flip Flop - Symbol  Another types of Flip flop is JK flip flop.  It differs from the RS flip flops when J=K=1 condition is not indeterminate but it is defined to give a very useful changeover (toggle) action.  Toggle means that Q and ¯ will switch to their opposite states.  The JK Flip flop has clock input Cp and two control inputs J and K.  Operation of Jk Flip Flop is completely described by truth table in Figure.
  • 20. JK Flip Flop – Truth Table And Logic Circuit
  • 21. JK Flip Flop with Asynchronous Input  The J and K inputs are called synchronous inputs since they only influence the state of the flip flop when the clocked pulse is present.  This flip flop can also have other inputs called Pre-set (or SET) and clear that can be used for setting the flip flop to 1 or resetting it to 0 by applying the appropriate signal to the Pre-set and Clear inputs.  These inputs can change the state of the flip flop regardless of synchronous inputs or the clock
  • 22. JK Flip Flop with Preset and Clear
  • 23. JK Flip Flop with Asynchronous Input
  • 24. JK Flip Flop with Asynchronous Input
  • 25. T Flip Flop - Symbol  The T flip flop has only the Toggle and Hold Operation.  If Toggle mode operation. The output will toggle from 1 to 0 or vice versa.
  • 26. T Flip Flop – Logic Circuit  Logic circuit T Flip flop using NOR gate T Flip flop using NAND gate
  • 27. D Flip Flop  Also Known as Data Flip flop  Can be constructed from RS Flip Flop or JK Flip flop by addition of an inverter.  Inverter is connected so that the R input is always the inverse of S (or J input is always complementary of K).  The D flip flop will act as a storage element for a single binary digit (Bit).
  • 28. D Flip Flop - Symbol
  • 29. D Flip Flop- Logic circuit-Truth Table
  • 30. T Flip Flops and D Flip Flops can be Built using JK Flip Flop  The JK flip flop is considered as a universal flip flop.  A combination of JK flip flop and an inverter can construct a D Flip Flop as shown in Figure.  It also can construct T Flip Flop by combine both J and K inputs with HIGH level input as shown in Figure.
  • 31. Master-Slave Edge-Triggered Flip-Flop  Can connect two level-sensitive latches in Master-Slave configuration to form edge-triggered flip-flop.  Master latch “catches” value of “D” at “QM” when CLK is low.  Slave latch causes “Q” to change only at rising edge of CLK.
  • 33. Master-Slave Edge-Triggered Flip-Flop Q 36 Transistors Master-Slave configuration D CLK MASTER SLAVE 8 Transistors Compared to transistor version CLK D Q CLK CLK CLK