SlideShare a Scribd company logo
1 of 24
DDiiggiittaall EElleeccttrroonniiccss 
Flip-Flops
Objectives: 
• Given input logice levels, state the output of an RS 
NAND and RS NOR. 
• Given a clock signal, determine the PGT and NGT. 
• Define “Edge Triggered” and “Level Triggered”. 
• Draw a Clocked F/F with and “Edge Triggered” 
clock input and a “Level Triggered” clock input.
LOGIC CIRCUITS 
Logic circuits are classified into two groups: 
Combinational logic circuits 
Basic building 
blocks include: 
Sequential logic circuits 
Basic building blocks 
include FLIP-FLOPS: 
Logic gates make decisions 
Flip Flops have memory
FLIP-FLOPS 
S 
R 
Q 
Q 
•Memory device capable of storing one 
bit 
•Memory means circuit remains in one 
state after condition that caused the 
state is removed. 
•Two outputs designated Q and Q-Not 
that are always opposite or 
complimentary. 
•When referring to the state of a flip flop, 
referring to the state of the Q output.
FLIP-FLOPS 
•To SET a flip flop means to 
make Q =1 
•To RESET a flip flop means to 
make Q = 0 
Symbol 
S 
R 
Q 
Q 
Truth Table 
SET 
RESET
FLIP-FLOPS 
OUTPUT 
Q 
OUTPUT 
NOT Q 
1k 1k 
1k 1k 
1k 1k 
reset 
input 
set 
input 
5V 
+V 
NPN NPN 
1k 1k 
•The flip flop is a bi-stable multivibrator; it has two stable states. 
•The RS flip flop can be implemented with transistors.
R-S FLIP-FLOP 
Symbols: 
Truth Table: 
Set 
Reset 
S 
R 
Q 
Q 
Normal 
Comple-mentary 
FF 
Mode of Operation Inputs 
Outputs 
S R Q 
Q’ 
Prohibited 0 0 1 
1 
Set 0 1 1 0 
Reset 1 0 0 1 
Hold 1 1 Q 
Q’
R-S FLIP-FLOP 
Active-Low 
Q 
NAND LATCH 
Q NOT 
SET 
RESET 
7400 
7400 
DEMORGANIZED NAND LATCH 
NAND LATCH Q 
Q NOT 
SET 
RESET 
SET RES Q NOT-Q MODE 
0 0 1 1 PROHIBITED 
0 1 1 0 SET 
1 0 0 1 RESET 
1 1 NO CHG HOLD
ACTIVE-LOW R-S FLIP-FLOP 
TIMING DIAGRAMS
R-S FLIP-FLOP 
Active-High
ACTIVE-HIGH R-S FLIP-FLOP 
TIMING DIAGRAMS
TEST 
1. Logic gates make decisions, flip flops have ____________________? 
2. One flip flop can store how many bits? 
3. What are the two outputs of a flip flop? 
4. When referring to the state of a flip flop, we’re referring to the state 
of which output? 
5. What does it mean to SET a flip flop? 
6. What does it mean to RESET a flip flop? 
Memory 
1 
Q Q-NOT 
Q 
Q = 1 
Q = 0
What is the mode of operation of the R-S flip-flop (set, reset or hold)? 
What is the output at Q from the R-S flip-flop (active LOW inputs)? 
L ? 
H 
H ? 
H 
H ? 
L 
High 
High 
Low 
Set 
Hold 
Mode of operation = ? 
Reset 
TEST 
Mode of operation = ? 
Mode of operation = ?
CLOCKED R-S FLIP-FLOP 
Set 
Reset 
S 
R 
Q 
Q 
FF 
ASYNCHRONOU 
S 
Outputs of logic circuit can 
change state anytime one 
or more input changes 
Set 
Reset 
S 
R 
Q 
Q 
FF 
Clock 
CLK 
SYNCHRONOUS 
Clock signal determines 
exact time at which any 
output can change state
Astable 
multivibrator 
Clock 
Digital signal in the form of a rectangular 
or square wave 
A clocked flip flop changes state only when 
permitted by the clock signal
TRIGGERING OF FLIP-FLOPS 
• Level-triggering is the transfer of data from input to 
output of a flip-flop anytime the clock pulse is proper 
voltage level. 
• Edge-triggering is the transfer of data from input to 
output of a flip-flop on the rising edge (L-to-H) or falling 
edge (H-to-L) of the clock pulse. Edge triggering may be 
either positive-edge (L-to-H) or negative-edge (H-to-L). 
Level triggering 
Positive-edge triggering 
Negative-edge triggering 
H 
L 
time 
NGT-Negative Going Transition 
PGT-Positive Going Transition
CLOCKED R-S FLIP-FLOP 
Symbols: 
Truth Table: 
Set 
Clock 
Reset 
S 
CLK 
R 
FF 
Mode of operation Inputs 
Outputs 
Q 
Q 
Normal 
Comple-mentary 
Clk S R Q 
Q’ 
Hold + pulse 0 0 no 
change 
Reset + pulse 0 1 
0 1 
Set + pulse 1 0 1 0 
Prohibited 1 1 0
What is the mode of operation of the clocked R-S flip-flop (set, reset, hold)? 
What is the output at Q from the clocked R-S flip-flop (active HIGH inputs)? 
H 
? 
High 
^ 
L Mode of operation = ? 
L 
? 
^ 
Mode of operation = ? 
L L 
? 
^ 
H Mode of operation = ? 
Set 
High 
Low 
Hold 
Reset 
TEST
CLOCKED R-S FLIP-FLOP 
TIMING DIAGRAMS
POSITIVE EDGE TRIGGERED 
Symbols: R-S FLIP-FLOP 
CLK SET RES Q NOT-Q MODE 
PGT 0 0 NO CHG HOLD 
PGT 0 1 0 1 RESET 
PGT 1 0 1 0 SET 
PGT 1 1 1 1 INVALID 
Truth Table: 
Q 
Q NOT 
EDGE TRIGGERED R-S FLIP FLOP 
SET 
RESET 
CLOCK 
CLK R S 
0 
Q 
X X 
1 
NO CHG 
X X 
X 
0 
0 
NO CHG 
X NO CHG 
0 NO CHG 
1 
1 0 
1 1 
SET 
RESET 
ILLEGAL
POSITIVE EDGE TRIGGERED 
R-S FLIP-FLOP 
TIMING DIAGRAMS 
CLK R S Q 
0 
0 
0 NO CHG 
1 
1 0 
1 1 
SET 
RESET 
ILLEGAL 
C 
R 
S 
Q
NEGATIVE EDGE TRIGGERED 
Symbols: R-S FLIP-FLOP 
CLK SET RES Q NOT-Q MODE 
PGT 0 0 NO CHG HOLD 
PGT 0 1 0 1 RESET 
PGT 1 0 1 0 SET 
PGT 1 1 1 1 INVALID 
Truth Table: 
Q 
Q NOT 
EDGE TRIGGERED R-S FLIP FLOP 
SET 
RESET 
CLOCK 
CLK R S 
0 
Q 
X X 
1 
NO CHG 
X X 
X 
0 
0 
NO CHG 
X NO CHG 
0 NO CHG 
1 
1 0 
1 1 
SET 
RESET 
ILLEGAL 
EDGE 
DETECTOR
NEGATIVE EDGE TRIGGERED 
R-S FLIP-FLOP 
TIMING DIAGRAMS 
CLK R S Q 
0 
0 
0 NO CHG 
1 
1 0 
1 1 
SET 
RESET 
ILLEGAL 
C 
R 
S 
Q
TEST 
1. Type of flip flop where the outputs of circuit can change state anytime 
one or more input changes? ASYNCHRONOUS 
2. Type of flip flop where the clock signal controls when any output can 
change state? SYNCHRONOUS 
3. What do we call a digital signal in the form of a repetitive pulse or square wave? 
CLOCK 
4. Which is easier to design and troubleshoot, clocked or not clocked flip flops? 
Clocked flip flops are easier to troubleshoot because we 
can stop the clock and examine one set of input and 
output conditions.

More Related Content

What's hot

Presentation on Flip Flop
Presentation  on Flip FlopPresentation  on Flip Flop
Presentation on Flip FlopNahian Ahmed
 
flip flop circuits and its applications
flip flop circuits and its applicationsflip flop circuits and its applications
flip flop circuits and its applicationsGaditek
 
flip flop Presentation
flip flop  Presentationflip flop  Presentation
flip flop Presentationmaalik123
 
Race around and master slave flip flop
Race around and master slave flip flopRace around and master slave flip flop
Race around and master slave flip flopShubham Singh
 
Sequential circuits in Digital Electronics
Sequential circuits in Digital ElectronicsSequential circuits in Digital Electronics
Sequential circuits in Digital ElectronicsVinoth Loganathan
 
Flip flops, counters & registers
Flip flops, counters & registersFlip flops, counters & registers
Flip flops, counters & registersDharit Unadkat
 
Registers and counters
Registers and counters Registers and counters
Registers and counters Deepak John
 
Introduction to Counters
Introduction to CountersIntroduction to Counters
Introduction to CountersISMT College
 
SHIFT REGISTERS
SHIFT REGISTERSSHIFT REGISTERS
SHIFT REGISTERSkumari36
 
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]SUBHA SHREE
 
Sequential circuit design
Sequential circuit designSequential circuit design
Sequential circuit designSatya P. Joshi
 
Ring Counter.pptx
Ring Counter.pptxRing Counter.pptx
Ring Counter.pptxhepzijustin
 
Latches and flip flop
Latches and flip flopLatches and flip flop
Latches and flip flopShuaib Hotak
 

What's hot (20)

Latches
LatchesLatches
Latches
 
Presentation on Flip Flop
Presentation  on Flip FlopPresentation  on Flip Flop
Presentation on Flip Flop
 
Registers siso, sipo
Registers siso, sipoRegisters siso, sipo
Registers siso, sipo
 
Flipflop
FlipflopFlipflop
Flipflop
 
flip flop circuits and its applications
flip flop circuits and its applicationsflip flop circuits and its applications
flip flop circuits and its applications
 
flip flop Presentation
flip flop  Presentationflip flop  Presentation
flip flop Presentation
 
Race around and master slave flip flop
Race around and master slave flip flopRace around and master slave flip flop
Race around and master slave flip flop
 
flip flops
flip flops flip flops
flip flops
 
Sequential circuits in Digital Electronics
Sequential circuits in Digital ElectronicsSequential circuits in Digital Electronics
Sequential circuits in Digital Electronics
 
Flip flops, counters & registers
Flip flops, counters & registersFlip flops, counters & registers
Flip flops, counters & registers
 
Registers and counters
Registers and counters Registers and counters
Registers and counters
 
Introduction to Counters
Introduction to CountersIntroduction to Counters
Introduction to Counters
 
SHIFT REGISTERS
SHIFT REGISTERSSHIFT REGISTERS
SHIFT REGISTERS
 
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]
 
Sequential circuit design
Sequential circuit designSequential circuit design
Sequential circuit design
 
Flip flop
Flip flop Flip flop
Flip flop
 
D flip Flop
D flip FlopD flip Flop
D flip Flop
 
Ring Counter.pptx
Ring Counter.pptxRing Counter.pptx
Ring Counter.pptx
 
Signal
SignalSignal
Signal
 
Latches and flip flop
Latches and flip flopLatches and flip flop
Latches and flip flop
 

Viewers also liked

Top 10 Marketing Tips to Stand Out in the World of Restaurants
Top 10 Marketing Tips to Stand Out in the World of RestaurantsTop 10 Marketing Tips to Stand Out in the World of Restaurants
Top 10 Marketing Tips to Stand Out in the World of RestaurantsChris Lohman
 
Flip flop 1
Flip flop 1Flip flop 1
Flip flop 1Delta
 
OPERATIONAL AMPLIFIER (OP-AMP)****
OPERATIONAL AMPLIFIER (OP-AMP)**** OPERATIONAL AMPLIFIER (OP-AMP)****
OPERATIONAL AMPLIFIER (OP-AMP)**** aniii75
 
combinational and sequential circuits
combinational and sequential circuitscombinational and sequential circuits
combinational and sequential circuitsGaditek
 
Flipflops JK T SR D All FlipFlop Slides
Flipflops JK T SR D All FlipFlop SlidesFlipflops JK T SR D All FlipFlop Slides
Flipflops JK T SR D All FlipFlop SlidesSid Rehmani
 
Data transfer scheme
Data transfer schemeData transfer scheme
Data transfer schemerockymani
 
B sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuitB sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuitRai University
 
Asynchronous and synchronous
Asynchronous and synchronousAsynchronous and synchronous
Asynchronous and synchronousAkhil .B
 
Synchronous and-asynchronous-data-transfer
Synchronous and-asynchronous-data-transferSynchronous and-asynchronous-data-transfer
Synchronous and-asynchronous-data-transferAnuj Modi
 
Basic command ppt
Basic command pptBasic command ppt
Basic command pptRohit Kumar
 
Sequential logic circuits flip-flop pt 1
Sequential logic circuits   flip-flop pt 1Sequential logic circuits   flip-flop pt 1
Sequential logic circuits flip-flop pt 1Sarah Sue Calbio
 
What are Flip Flops and Its types.
What are Flip Flops and Its types.What are Flip Flops and Its types.
What are Flip Flops and Its types.Satya P. Joshi
 
Op amp(operational amplifier)
Op amp(operational amplifier)Op amp(operational amplifier)
Op amp(operational amplifier)Kausik das
 
Multiplexing, fdma,tdma,cdma
Multiplexing, fdma,tdma,cdmaMultiplexing, fdma,tdma,cdma
Multiplexing, fdma,tdma,cdmanimay1
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheLeslie Samuel
 

Viewers also liked (19)

Top 10 Marketing Tips to Stand Out in the World of Restaurants
Top 10 Marketing Tips to Stand Out in the World of RestaurantsTop 10 Marketing Tips to Stand Out in the World of Restaurants
Top 10 Marketing Tips to Stand Out in the World of Restaurants
 
Flip flop 1
Flip flop 1Flip flop 1
Flip flop 1
 
OPERATIONAL AMPLIFIER (OP-AMP)****
OPERATIONAL AMPLIFIER (OP-AMP)**** OPERATIONAL AMPLIFIER (OP-AMP)****
OPERATIONAL AMPLIFIER (OP-AMP)****
 
combinational and sequential circuits
combinational and sequential circuitscombinational and sequential circuits
combinational and sequential circuits
 
Flipflops JK T SR D All FlipFlop Slides
Flipflops JK T SR D All FlipFlop SlidesFlipflops JK T SR D All FlipFlop Slides
Flipflops JK T SR D All FlipFlop Slides
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Data transfer scheme
Data transfer schemeData transfer scheme
Data transfer scheme
 
B sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuitB sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuit
 
Asynchronous and synchronous
Asynchronous and synchronousAsynchronous and synchronous
Asynchronous and synchronous
 
Registers
RegistersRegisters
Registers
 
Synchronous and-asynchronous-data-transfer
Synchronous and-asynchronous-data-transferSynchronous and-asynchronous-data-transfer
Synchronous and-asynchronous-data-transfer
 
Basic command ppt
Basic command pptBasic command ppt
Basic command ppt
 
Latches and flip flops
Latches and flip flopsLatches and flip flops
Latches and flip flops
 
Sequential logic circuits flip-flop pt 1
Sequential logic circuits   flip-flop pt 1Sequential logic circuits   flip-flop pt 1
Sequential logic circuits flip-flop pt 1
 
What are Flip Flops and Its types.
What are Flip Flops and Its types.What are Flip Flops and Its types.
What are Flip Flops and Its types.
 
Op amp(operational amplifier)
Op amp(operational amplifier)Op amp(operational amplifier)
Op amp(operational amplifier)
 
Multiplexing, fdma,tdma,cdma
Multiplexing, fdma,tdma,cdmaMultiplexing, fdma,tdma,cdma
Multiplexing, fdma,tdma,cdma
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your Niche
 

Similar to 14827 unit 4_clocked_flip_flops

Flipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflopsFlipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflopsstudent
 
08 Latches and Flipflops.pdf
08 Latches and Flipflops.pdf08 Latches and Flipflops.pdf
08 Latches and Flipflops.pdfDSOOP
 
Unit 4 clocked_flip_flops
Unit 4 clocked_flip_flopsUnit 4 clocked_flip_flops
Unit 4 clocked_flip_flopsUNAD
 
Latch and Flipflop.pptx
Latch and Flipflop.pptxLatch and Flipflop.pptx
Latch and Flipflop.pptxramkumarraja7
 
Sequential circuit
Sequential circuitSequential circuit
Sequential circuitBrenda Debra
 
B sc cs i bo-de u-iv sequential circuit
B sc cs i bo-de u-iv sequential circuitB sc cs i bo-de u-iv sequential circuit
B sc cs i bo-de u-iv sequential circuitRai University
 
best slides latches.pdf
best slides latches.pdfbest slides latches.pdf
best slides latches.pdfAreebaShoukat4
 
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptxDigital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptxUtsavDas21
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic CircuitRamasubbu .P
 
flip flops.pptx
flip flops.pptxflip flops.pptx
flip flops.pptxYash746626
 

Similar to 14827 unit 4_clocked_flip_flops (20)

Flipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflopsFlipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflops
 
08 Latches and Flipflops.pdf
08 Latches and Flipflops.pdf08 Latches and Flipflops.pdf
08 Latches and Flipflops.pdf
 
Unit 4 clocked_flip_flops
Unit 4 clocked_flip_flopsUnit 4 clocked_flip_flops
Unit 4 clocked_flip_flops
 
Latch and Flipflop.pptx
Latch and Flipflop.pptxLatch and Flipflop.pptx
Latch and Flipflop.pptx
 
Flip flops
Flip flopsFlip flops
Flip flops
 
flip-flop1.ppt
flip-flop1.pptflip-flop1.ppt
flip-flop1.ppt
 
Sequential circuit
Sequential circuitSequential circuit
Sequential circuit
 
JK flip flops
JK flip flopsJK flip flops
JK flip flops
 
B sc cs i bo-de u-iv sequential circuit
B sc cs i bo-de u-iv sequential circuitB sc cs i bo-de u-iv sequential circuit
B sc cs i bo-de u-iv sequential circuit
 
Flip flop
Flip flopFlip flop
Flip flop
 
best slides latches.pdf
best slides latches.pdfbest slides latches.pdf
best slides latches.pdf
 
10529144.ppt
10529144.ppt10529144.ppt
10529144.ppt
 
Chapter 6: Sequential Logic
Chapter 6: Sequential LogicChapter 6: Sequential Logic
Chapter 6: Sequential Logic
 
Flip flops
Flip flopsFlip flops
Flip flops
 
Cs1104 11
Cs1104 11Cs1104 11
Cs1104 11
 
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptxDigital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
Digital_Electronics_Module_4_Sequential_Circuits v0.6.pptx
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
 
Flip flop
Flip flopFlip flop
Flip flop
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
 
flip flops.pptx
flip flops.pptxflip flops.pptx
flip flops.pptx
 

More from Sandeep Kumar

Difference between company llp and partnership firm
Difference between company llp and partnership firm Difference between company llp and partnership firm
Difference between company llp and partnership firm Sandeep Kumar
 
Cases on contract,offer
Cases on contract,offerCases on contract,offer
Cases on contract,offerSandeep Kumar
 
Project report on eureka forbes
Project report on eureka forbesProject report on eureka forbes
Project report on eureka forbesSandeep Kumar
 
14827 shift registers
14827 shift registers14827 shift registers
14827 shift registersSandeep Kumar
 
14827 8 a d converter
14827 8 a d converter14827 8 a d converter
14827 8 a d converterSandeep Kumar
 
Wireless sensor network
Wireless sensor network  Wireless sensor network
Wireless sensor network Sandeep Kumar
 

More from Sandeep Kumar (9)

Difference between company llp and partnership firm
Difference between company llp and partnership firm Difference between company llp and partnership firm
Difference between company llp and partnership firm
 
Cases on contract,offer
Cases on contract,offerCases on contract,offer
Cases on contract,offer
 
Project report on eureka forbes
Project report on eureka forbesProject report on eureka forbes
Project report on eureka forbes
 
Consumer behavior
Consumer behaviorConsumer behavior
Consumer behavior
 
14827 shift registers
14827 shift registers14827 shift registers
14827 shift registers
 
14827 mosfet
14827 mosfet14827 mosfet
14827 mosfet
 
14827 8 a d converter
14827 8 a d converter14827 8 a d converter
14827 8 a d converter
 
Wireless sensor network
Wireless sensor network  Wireless sensor network
Wireless sensor network
 
Quantum theory
Quantum theoryQuantum theory
Quantum theory
 

Recently uploaded

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

14827 unit 4_clocked_flip_flops

  • 2. Objectives: • Given input logice levels, state the output of an RS NAND and RS NOR. • Given a clock signal, determine the PGT and NGT. • Define “Edge Triggered” and “Level Triggered”. • Draw a Clocked F/F with and “Edge Triggered” clock input and a “Level Triggered” clock input.
  • 3. LOGIC CIRCUITS Logic circuits are classified into two groups: Combinational logic circuits Basic building blocks include: Sequential logic circuits Basic building blocks include FLIP-FLOPS: Logic gates make decisions Flip Flops have memory
  • 4. FLIP-FLOPS S R Q Q •Memory device capable of storing one bit •Memory means circuit remains in one state after condition that caused the state is removed. •Two outputs designated Q and Q-Not that are always opposite or complimentary. •When referring to the state of a flip flop, referring to the state of the Q output.
  • 5. FLIP-FLOPS •To SET a flip flop means to make Q =1 •To RESET a flip flop means to make Q = 0 Symbol S R Q Q Truth Table SET RESET
  • 6. FLIP-FLOPS OUTPUT Q OUTPUT NOT Q 1k 1k 1k 1k 1k 1k reset input set input 5V +V NPN NPN 1k 1k •The flip flop is a bi-stable multivibrator; it has two stable states. •The RS flip flop can be implemented with transistors.
  • 7. R-S FLIP-FLOP Symbols: Truth Table: Set Reset S R Q Q Normal Comple-mentary FF Mode of Operation Inputs Outputs S R Q Q’ Prohibited 0 0 1 1 Set 0 1 1 0 Reset 1 0 0 1 Hold 1 1 Q Q’
  • 8. R-S FLIP-FLOP Active-Low Q NAND LATCH Q NOT SET RESET 7400 7400 DEMORGANIZED NAND LATCH NAND LATCH Q Q NOT SET RESET SET RES Q NOT-Q MODE 0 0 1 1 PROHIBITED 0 1 1 0 SET 1 0 0 1 RESET 1 1 NO CHG HOLD
  • 9. ACTIVE-LOW R-S FLIP-FLOP TIMING DIAGRAMS
  • 11. ACTIVE-HIGH R-S FLIP-FLOP TIMING DIAGRAMS
  • 12. TEST 1. Logic gates make decisions, flip flops have ____________________? 2. One flip flop can store how many bits? 3. What are the two outputs of a flip flop? 4. When referring to the state of a flip flop, we’re referring to the state of which output? 5. What does it mean to SET a flip flop? 6. What does it mean to RESET a flip flop? Memory 1 Q Q-NOT Q Q = 1 Q = 0
  • 13. What is the mode of operation of the R-S flip-flop (set, reset or hold)? What is the output at Q from the R-S flip-flop (active LOW inputs)? L ? H H ? H H ? L High High Low Set Hold Mode of operation = ? Reset TEST Mode of operation = ? Mode of operation = ?
  • 14. CLOCKED R-S FLIP-FLOP Set Reset S R Q Q FF ASYNCHRONOU S Outputs of logic circuit can change state anytime one or more input changes Set Reset S R Q Q FF Clock CLK SYNCHRONOUS Clock signal determines exact time at which any output can change state
  • 15. Astable multivibrator Clock Digital signal in the form of a rectangular or square wave A clocked flip flop changes state only when permitted by the clock signal
  • 16. TRIGGERING OF FLIP-FLOPS • Level-triggering is the transfer of data from input to output of a flip-flop anytime the clock pulse is proper voltage level. • Edge-triggering is the transfer of data from input to output of a flip-flop on the rising edge (L-to-H) or falling edge (H-to-L) of the clock pulse. Edge triggering may be either positive-edge (L-to-H) or negative-edge (H-to-L). Level triggering Positive-edge triggering Negative-edge triggering H L time NGT-Negative Going Transition PGT-Positive Going Transition
  • 17. CLOCKED R-S FLIP-FLOP Symbols: Truth Table: Set Clock Reset S CLK R FF Mode of operation Inputs Outputs Q Q Normal Comple-mentary Clk S R Q Q’ Hold + pulse 0 0 no change Reset + pulse 0 1 0 1 Set + pulse 1 0 1 0 Prohibited 1 1 0
  • 18. What is the mode of operation of the clocked R-S flip-flop (set, reset, hold)? What is the output at Q from the clocked R-S flip-flop (active HIGH inputs)? H ? High ^ L Mode of operation = ? L ? ^ Mode of operation = ? L L ? ^ H Mode of operation = ? Set High Low Hold Reset TEST
  • 19. CLOCKED R-S FLIP-FLOP TIMING DIAGRAMS
  • 20. POSITIVE EDGE TRIGGERED Symbols: R-S FLIP-FLOP CLK SET RES Q NOT-Q MODE PGT 0 0 NO CHG HOLD PGT 0 1 0 1 RESET PGT 1 0 1 0 SET PGT 1 1 1 1 INVALID Truth Table: Q Q NOT EDGE TRIGGERED R-S FLIP FLOP SET RESET CLOCK CLK R S 0 Q X X 1 NO CHG X X X 0 0 NO CHG X NO CHG 0 NO CHG 1 1 0 1 1 SET RESET ILLEGAL
  • 21. POSITIVE EDGE TRIGGERED R-S FLIP-FLOP TIMING DIAGRAMS CLK R S Q 0 0 0 NO CHG 1 1 0 1 1 SET RESET ILLEGAL C R S Q
  • 22. NEGATIVE EDGE TRIGGERED Symbols: R-S FLIP-FLOP CLK SET RES Q NOT-Q MODE PGT 0 0 NO CHG HOLD PGT 0 1 0 1 RESET PGT 1 0 1 0 SET PGT 1 1 1 1 INVALID Truth Table: Q Q NOT EDGE TRIGGERED R-S FLIP FLOP SET RESET CLOCK CLK R S 0 Q X X 1 NO CHG X X X 0 0 NO CHG X NO CHG 0 NO CHG 1 1 0 1 1 SET RESET ILLEGAL EDGE DETECTOR
  • 23. NEGATIVE EDGE TRIGGERED R-S FLIP-FLOP TIMING DIAGRAMS CLK R S Q 0 0 0 NO CHG 1 1 0 1 1 SET RESET ILLEGAL C R S Q
  • 24. TEST 1. Type of flip flop where the outputs of circuit can change state anytime one or more input changes? ASYNCHRONOUS 2. Type of flip flop where the clock signal controls when any output can change state? SYNCHRONOUS 3. What do we call a digital signal in the form of a repetitive pulse or square wave? CLOCK 4. Which is easier to design and troubleshoot, clocked or not clocked flip flops? Clocked flip flops are easier to troubleshoot because we can stop the clock and examine one set of input and output conditions.