SlideShare ist ein Scribd-Unternehmen logo
1 von 49
Sequential
logic circuits
Combinational logic circuit
Sequential logic circuit
Flip-flop
Build flip-flop using logic gates
1
Objectives:
• Define sequential logic circuit.
• Differentiate between combinational logic circuit and
sequential logic circuit.
• Describe flip - flop.
• Identify various types of flip-flops.
• Build SR and T flip – flop using logic gates.
• Draw the symbol and truth table of SR and T flip – flop.
1
2
3
4
5
6
2
Sequential & Combinational
logic circuit
Define sequential logic circuit.
Differentiate between combinational logic circuit and
sequential logic circuit.
1
2
3
Difference between
Combinational & Sequential logic circuit
Basic building
blocks include:
Basic building blocks
include FLIP-FLOPS:
Combinational Logic Circuits
Sequential Logic Circuits
4
Sequential
logic circuit
• Sequential logic is the type of digital system
that does not only depend on current input, but
also the previous history of the system.
• For that reason sequential logic requires
memory elements to function.
• The building blocks used to construct devices
that store data are called flip-flops.
S
C
R
Q
Q'
5
Sequential
logic circuit
• The output of circuit depends on the previous output and
the present inputs.
• The inputs must follow a specific sequence to produce a
required output.
• In order to follow a sequence of inputs the circuits must
contain some form of memory to retain knowledge of those
inputs, which have already occurred.
• This memory is obtained by feedback connections, which
are made so that history of the previous inputs is
maintained.
• Most sequential circuit elements are known as Bistables or
Flip Flops.
S
C
R
Q
Q'
6
Sequential circuit have loops
– these enable circuits to receive feedback
Sequential logic circuit
7
Combinational
logic circuit
• Combinational logic is an interconnection of
logic gates to generate a specific logic
function where the inputs result in an
immediate output, having no memory or
storage capabilities.
• They function only based on their inputs,
and NOT based on clocks.
8
Combinational circuit is combination
of various logic gates
Combinational logic circuit
9
Flip-Flop
Describe flip - flop.3
10
Flip-Flop
• "Flip-flop" is the common name given to two-state
devices which offer basic memory for sequential
logic operations.
• Flip-flops are heavily used for digital data storage and
transfer and are commonly used in banks called
"registers" for the storage of binary numerical
data.
11
Flip-Flop
• 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 of the
circuit.
• 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 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
12
• This is the general flip-flop symbol.
Flip-Flop
• Flip-flop are basic storage/memory elements.
• Flip-flop are essentially 1-bit storage devices.
• Types of flip-flops are:
• 1. SR Flip-flop
• 2. JK Flip-flop
• 3. D Flip-flop
• 4. T Flip-flop
• Application of flip-flop:
• 1. Counter 4. Logic controller
• 2. Register 5. Frequency Divider
• 3. Memory
13
SR Flip-Flop
Identify various types of flip-flops.
Build SR and T flip – flop using logic gates.
Draw the symbol and truth table of SR and T flip – flop.
4
5
6
14
SR Flip-Flop
• The simplest binary storage device.
• SR Flip-flop have 2 inputs (SET & RESET) and 2
outputs (Q & Q’).
NOTE: Q & Q’ are complements of each other
• The SR flip flop is sometimes referred to as an SR
latch. The term latch refers to its use as a temporary
memory storage device.
S
R
Q
Q'
15
SR Flip-Flop
• The SR Flip-flop have two inputs, SET (S) and
RESET (R)
• The SR Flip Flop has two outputs, Q and Q’.
• The Q output is considered the normal output and is
the one most used.
• The other output Q’ is simply the complement of
output Q.
S
R
Q
Q'
16
SR Flip-Flop
• The most basic Flip-Flop.
• The basic RS flip flop is an asynchronous device.
• In asynchronous devices, the outputs are 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 b constructed using two
NAND gate latch or two NOR gates latch.
• SR Flip Flop Active Low = NAND gates
• SR Flip Flop Active High = NOR gates
S
R
Q
Q'
17
S
R
Q
Q'
18
SR Flip-Flop
Construction:
SR Flip-Flop
Symbol:
SR Flip-flop (Active HIGH)
NOR gate
SR Flip-flop (Active HIGH)
Symbol
19
SR Flip-Flop
Symbol:
SR Flip-flop (Active LOW)
NAND gate
SR Flip-flop (Active LOW)
Symbol
20
SR Flip-Flop
Truth Table:
SR Flip-flop
(Active HIGH)
S R Q Q'
0 0 NC NC No change. Latch
remained in present state.
1 0 1 0 Latch SET.
0 1 0 1 Latch RESET.
1 1 0 0 Invalid condition.
S' R' Q Q'
1 1 NC NC No change. Latch
remained in present state.
0 1 1 0 Latch SET.
1 0 0 1 Latch RESET.
0 0 1 1 Invalid condition.
S
R
Q
Q'
S
R
Q
Q'
SR Flip-flop
(Active LOW)
21
Quick Revision
NOR gate & Truth Table:
22
SR Flip-Flop
Circuit: HOLD/LATCH Mode
23
• The analysis of a SR Flip
Flop NOR:
• S = 0, R = 0; This is the
normal resting state of the
circuit and it has no effect on
the output states. Q and Q’
will remain in whatever state
they were in prior to the
occurrence of this input
condition. It works in HOLD
(no change) mode operation.
SR Flip-Flop
Truth Table: HOLD/LATCH Mode
24
SR Flip-Flop
Circuit: SET Mode
25
• Consider the input S = 1. Any
time the input of a NOR gate
is 1 the output is 0. So, the
output of the second NOR
gate is 0, i.e. Q’ = 0.
• Q’ = 0 is fed back into the
input of the first NOR gate.
So, with R = 0, the output of
the first NOR gate is 1, i.e.
Q=1.
SR Flip-Flop
Truth Table: SET Mode
26
SR Flip-Flop
Circuit: RESET Mode
27
• Consider the input R = 1.
Any time the input of a NOR
gate is 1 the output is 0. So,
the output of the first NOR
gate is 0, i.e. Q = 0.
• Q = 0 is fed back into the
input of the second NOR
gate. So, with S = 0, the
output of the second NOR
gate is 1, i.e. Q’=1.
SR Flip-Flop
Truth Table: RESET Mode
28
SR Flip-Flop
Circuit: INVALID Mode
29
• S = 1, R = 1; This
condition tries to set and
reset the NOR gate latch at
the same time, it produces
Q = Q’ = 0. This is an
unexpected condition and
is not used.
• The two outputs should be
the inverse of each other.
SR Flip-Flop
Circuit: INVALID Mode
30
• 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
Circuit: INVALID Mode
31
S
R
Q
Q'
32
SR Flip-Flop
Operation:
33
SR Flip-Flop
Operation:
AN ANIMATION OF
THE FLIP-FLOP
PROCESS FOR THE
NOR-GATE.
IN THIS ANIMATION,
RED SIGNIFIES TRUE
AND BLACK
SIGNIFIES FALSE.
(SOURCE)
SR NOR gate latch
Truth Table:
SR Flip-flop
(Active HIGH)
S R Q Q'
0 0 NC NC No change. Latch
remained in present state.
1 0 1 0 Latch SET.
0 1 0 1 Latch RESET.
1 1 0 0 Invalid condition.
S
R
Q
Q'
34
• 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).
SR NOR gate latch
Timing Diagram
35
• Exercise: Determine the output
of NOR gate latch with Q initially
1 for the given input waveforms.
• Example: Determine the output of
NOR gate latch with Q initially 0
for the given input waveforms.
SR Flip-Flop
Timing Diagram:
36
Quick Revision
NAND gate & Truth Table:
37
SR Flip-Flop
Circuit: INVALID Mode
38
• The analysis of a SR Flip
Flop NAND:
• S = 0, R = 0; This
condition tries to set and
reset the NAND gate latch
at the same time.
• It produces Q = Q’ =1
SR Flip-Flop
Circuit: INVALID Mode
39
• This is an unexpected condition,
since the two outputs should be
inverses 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 sue this condition.
S=R=0 never arises.
It is called INVALID/
PROHIBITED
SR Flip-Flop
Circuit: INVALID Mode
40
41
• The analysis of a SR Flip
Flop NAND:
• S = 1, R = 0; This will
reset Q = 0.
SR Flip-Flop
Circuit: RESET Mode
42
SR Flip-Flop
Truth Table: RESET Mode
SR Flip-Flop
Circuit: SET Mode
43
• Input, S = 0, R = 1
• This will set Q = 1.
SR Flip-Flop
Truth Table: SET Mode
44
SR Flip-Flop
Circuit: HOLD/LATCH Mode
45
• The analysis of a SR Flip
Flop NOR:
• S = 1, R = 1; This is the
normal resting state of the
circuit and it has no effect on
the output states. Q and Q’
will remain in whatever state
they were in prior to the
occurrence of this input
condition. It works in HOLD
(no change) mode operation.
SR Flip-Flop
Truth Table: HOLD/LATCH Mode
46
SR Flip-Flop
Truth Table:
S' R' Q Q'
1 1 NC NC No change. Latch
remained in present state.
0 1 1 0 Latch SET.
1 0 0 1 Latch RESET.
0 0 1 1 Invalid condition.
S
R
Q
Q'
SR Flip-flop
(Active LOW)
47
• 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).
SR Flip-Flop
Truth Table:
S' R' Q Q'
1 1 NC NC No change. Latch
remained in present state.
0 1 1 0 Latch SET.
1 0 0 1 Latch RESET.
0 0 1 1 Invalid condition.
S
R
Q
Q'
SR Flip-flop
(Active LOW)
48
• 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 first 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.
• The flip-flop memorizes the previous condition.
SR NAND gate latch
Timing Diagram
49
• Exercise: Determine the output
of NAND gate latch with Q
initially 1 for the given input
waveforms.
• Example: Determine the output of
NAND gate latch with Q initially 0
for the given input waveforms.

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

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
 
Ripple counter
Ripple counterRipple counter
Ripple counter
 
Introduction to Counters
Introduction to CountersIntroduction to Counters
Introduction to Counters
 
Johnson counter
Johnson counterJohnson counter
Johnson counter
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
 
Digital Logic Design
Digital Logic Design Digital Logic Design
Digital Logic Design
 
Encoder
EncoderEncoder
Encoder
 
sequential circuits
sequential circuitssequential circuits
sequential circuits
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
Flipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflopsFlipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflops
 
JK flip flop in Digital electronics
JK flip flop in Digital electronicsJK flip flop in Digital electronics
JK flip flop in Digital electronics
 
latches
 latches latches
latches
 
flip flop circuits and its applications
flip flop circuits and its applicationsflip flop circuits and its applications
flip flop circuits and its applications
 
MULTIPLEXER
MULTIPLEXERMULTIPLEXER
MULTIPLEXER
 
Counters
CountersCounters
Counters
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
 
JK flip flops
JK flip flopsJK flip flops
JK flip flops
 
Flip flop
Flip flopFlip flop
Flip flop
 
Encoder & Decoder
Encoder & DecoderEncoder & Decoder
Encoder & Decoder
 

Andere mochten auch

2.3 sequantial logic circuit
2.3 sequantial logic circuit2.3 sequantial logic circuit
2.3 sequantial logic circuitWan Afirah
 
Sequential logic circuits flip-flop pt 3
Sequential logic circuits   flip-flop pt 3Sequential logic circuits   flip-flop pt 3
Sequential logic circuits flip-flop pt 3Sarah Sue Calbio
 
Chapter 4 flip flop for students
Chapter 4 flip flop for studentsChapter 4 flip flop for students
Chapter 4 flip flop for studentsCT Sabariah Salihin
 
Combinational Logic Circuit
Combinational Logic CircuitCombinational Logic Circuit
Combinational Logic CircuitYong Heui Cho
 
Sequential circuits in digital logic design
Sequential circuits in digital logic designSequential circuits in digital logic design
Sequential circuits in digital logic designNallapati Anindra
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Satya P. Joshi
 
Primary Programs Framework - Curriculum Integration: Making Connections
Primary Programs Framework - Curriculum Integration: Making ConnectionsPrimary Programs Framework - Curriculum Integration: Making Connections
Primary Programs Framework - Curriculum Integration: Making ConnectionsSarah Sue Calbio
 
Sequential Logic Circuits
Sequential Logic CircuitsSequential Logic Circuits
Sequential Logic CircuitsDilum Bandara
 
Lecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential LogicLecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential LogicJames Evangelos
 
Smart Device RF & Antennas
Smart Device RF & AntennasSmart Device RF & Antennas
Smart Device RF & AntennasYong Heui Cho
 
Computer Oragnization Flipflops
Computer Oragnization FlipflopsComputer Oragnization Flipflops
Computer Oragnization FlipflopsVanitha Chandru
 

Andere mochten auch (17)

2.3 sequantial logic circuit
2.3 sequantial logic circuit2.3 sequantial logic circuit
2.3 sequantial logic circuit
 
Sequential logic circuits flip-flop pt 3
Sequential logic circuits   flip-flop pt 3Sequential logic circuits   flip-flop pt 3
Sequential logic circuits flip-flop pt 3
 
Flip flop
Flip flopFlip flop
Flip flop
 
Chapter 4 flip flop for students
Chapter 4 flip flop for studentsChapter 4 flip flop for students
Chapter 4 flip flop for students
 
Combinational Logic Circuit
Combinational Logic CircuitCombinational Logic Circuit
Combinational Logic Circuit
 
Flip flops (ff)
Flip flops (ff)Flip flops (ff)
Flip flops (ff)
 
Sequential circuits in digital logic design
Sequential circuits in digital logic designSequential circuits in digital logic design
Sequential circuits in digital logic design
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
 
Primary Programs Framework - Curriculum Integration: Making Connections
Primary Programs Framework - Curriculum Integration: Making ConnectionsPrimary Programs Framework - Curriculum Integration: Making Connections
Primary Programs Framework - Curriculum Integration: Making Connections
 
ARM CPU
ARM CPUARM CPU
ARM CPU
 
Sequential Logic Circuits
Sequential Logic CircuitsSequential Logic Circuits
Sequential Logic Circuits
 
Lecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential LogicLecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential Logic
 
AVR CPU - ATmega328
AVR CPU - ATmega328AVR CPU - ATmega328
AVR CPU - ATmega328
 
Smart Device RF & Antennas
Smart Device RF & AntennasSmart Device RF & Antennas
Smart Device RF & Antennas
 
Computer Oragnization Flipflops
Computer Oragnization FlipflopsComputer Oragnization Flipflops
Computer Oragnization Flipflops
 
BJT - Model
BJT - ModelBJT - Model
BJT - Model
 
Combinational Logic
Combinational LogicCombinational Logic
Combinational Logic
 

Ähnlich wie Sequential logic circuits flip-flop pt 1

Sequential circuit
Sequential circuitSequential circuit
Sequential circuitBrenda Debra
 
SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)
SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)
SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)Sairam Adithya
 
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
 
Digital Electronics Unit_3.pptx
Digital Electronics Unit_3.pptxDigital Electronics Unit_3.pptx
Digital Electronics Unit_3.pptxThapar Institute
 
Latch and Flipflop.pptx
Latch and Flipflop.pptxLatch and Flipflop.pptx
Latch and Flipflop.pptxramkumarraja7
 
UNIT - III.pptx
UNIT - III.pptxUNIT - III.pptx
UNIT - III.pptxamudhak10
 
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
 
14827 unit 4_clocked_flip_flops
14827 unit 4_clocked_flip_flops14827 unit 4_clocked_flip_flops
14827 unit 4_clocked_flip_flopsSandeep Kumar
 
Sr jk flip flop by AMAN GOYAT
Sr jk flip flop by AMAN GOYATSr jk flip flop by AMAN GOYAT
Sr jk flip flop by AMAN GOYATAmanGoyat2
 

Ähnlich wie Sequential logic circuits flip-flop pt 1 (20)

Sequential circuit
Sequential circuitSequential circuit
Sequential circuit
 
SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)
SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)
SEQUENTIAL LOGIC CIRCUITS (FLIP FLOPS AND LATCHES)
 
Chapter 6: Sequential Logic
Chapter 6: Sequential LogicChapter 6: Sequential Logic
Chapter 6: Sequential Logic
 
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 CIRCUITS [FLIP FLOPS AND LATCHES]
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]
SEQUENTIAL CIRCUITS [FLIP FLOPS AND LATCHES]
 
Digital Electronics Unit_3.pptx
Digital Electronics Unit_3.pptxDigital Electronics Unit_3.pptx
Digital Electronics Unit_3.pptx
 
Flip flop
Flip flopFlip flop
Flip flop
 
Lecture 1 6844
Lecture 1 6844Lecture 1 6844
Lecture 1 6844
 
Latch and Flipflop.pptx
Latch and Flipflop.pptxLatch and Flipflop.pptx
Latch and Flipflop.pptx
 
UNIT - III.pptx
UNIT - III.pptxUNIT - III.pptx
UNIT - III.pptx
 
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
 
Unit IV version I.ppt
Unit IV version I.pptUnit IV version I.ppt
Unit IV version I.ppt
 
14827 unit 4_clocked_flip_flops
14827 unit 4_clocked_flip_flops14827 unit 4_clocked_flip_flops
14827 unit 4_clocked_flip_flops
 
Sr jk flip flop by AMAN GOYAT
Sr jk flip flop by AMAN GOYATSr jk flip flop by AMAN GOYAT
Sr jk flip flop by AMAN GOYAT
 
Flipflop r012
Flipflop   r012Flipflop   r012
Flipflop r012
 
flip flops
flip flops flip flops
flip flops
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
 
latchesflip-flop DLD
latchesflip-flop DLDlatchesflip-flop DLD
latchesflip-flop DLD
 
Latches and flip flops
Latches and flip flopsLatches and flip flops
Latches and flip flops
 
Latches & flip flop
Latches & flip flopLatches & flip flop
Latches & flip flop
 

Mehr von Sarah Sue Calbio

Newton's Second Law - The Effect of Force
Newton's Second Law - The Effect of ForceNewton's Second Law - The Effect of Force
Newton's Second Law - The Effect of ForceSarah Sue Calbio
 
Which law review worksheet
Which law review worksheetWhich law review worksheet
Which law review worksheetSarah Sue Calbio
 
Newton’s laws of motion practice
Newton’s laws of motion practiceNewton’s laws of motion practice
Newton’s laws of motion practiceSarah Sue Calbio
 
Sir isaac newton's first law
Sir isaac newton's first lawSir isaac newton's first law
Sir isaac newton's first lawSarah Sue Calbio
 
Planning Resources for Teachers in small high schools. Summer 2003
Planning Resources for Teachers in small high schools. Summer 2003Planning Resources for Teachers in small high schools. Summer 2003
Planning Resources for Teachers in small high schools. Summer 2003Sarah Sue Calbio
 
The Understanding by Design Guide to Creating high-quality units forms and FAQs
The Understanding by Design Guide to Creating high-quality units forms and FAQsThe Understanding by Design Guide to Creating high-quality units forms and FAQs
The Understanding by Design Guide to Creating high-quality units forms and FAQsSarah Sue Calbio
 
Ap2 unit6 open stax notes wave optics
Ap2 unit6 open stax notes wave opticsAp2 unit6 open stax notes wave optics
Ap2 unit6 open stax notes wave opticsSarah Sue Calbio
 
Ap2 unit6 open stax notes geometric optics
Ap2 unit6 open stax notes geometric opticsAp2 unit6 open stax notes geometric optics
Ap2 unit6 open stax notes geometric opticsSarah Sue Calbio
 
Ap2 unit6 open stax notes electromagnetic waves
Ap2 unit6 open stax notes electromagnetic wavesAp2 unit6 open stax notes electromagnetic waves
Ap2 unit6 open stax notes electromagnetic wavesSarah Sue Calbio
 
College Physics for AP courses
College Physics for AP coursesCollege Physics for AP courses
College Physics for AP coursesSarah Sue Calbio
 

Mehr von Sarah Sue Calbio (20)

Solar System Models
Solar System ModelsSolar System Models
Solar System Models
 
Newton's Second Law - The Effect of Force
Newton's Second Law - The Effect of ForceNewton's Second Law - The Effect of Force
Newton's Second Law - The Effect of Force
 
3
33
3
 
2
22
2
 
1
11
1
 
Which law review worksheet
Which law review worksheetWhich law review worksheet
Which law review worksheet
 
Newton’s laws of motion practice
Newton’s laws of motion practiceNewton’s laws of motion practice
Newton’s laws of motion practice
 
Newton's third law
Newton's third lawNewton's third law
Newton's third law
 
Newton's second law
Newton's second lawNewton's second law
Newton's second law
 
Seat belts and air bags
Seat belts and air bagsSeat belts and air bags
Seat belts and air bags
 
Sir isaac newton's first law
Sir isaac newton's first lawSir isaac newton's first law
Sir isaac newton's first law
 
Planning Resources for Teachers in small high schools. Summer 2003
Planning Resources for Teachers in small high schools. Summer 2003Planning Resources for Teachers in small high schools. Summer 2003
Planning Resources for Teachers in small high schools. Summer 2003
 
The Understanding by Design Guide to Creating high-quality units forms and FAQs
The Understanding by Design Guide to Creating high-quality units forms and FAQsThe Understanding by Design Guide to Creating high-quality units forms and FAQs
The Understanding by Design Guide to Creating high-quality units forms and FAQs
 
Chapter16openstax
Chapter16openstaxChapter16openstax
Chapter16openstax
 
Ap2 unit6 open stax notes wave optics
Ap2 unit6 open stax notes wave opticsAp2 unit6 open stax notes wave optics
Ap2 unit6 open stax notes wave optics
 
Ap2 unit6 open stax notes geometric optics
Ap2 unit6 open stax notes geometric opticsAp2 unit6 open stax notes geometric optics
Ap2 unit6 open stax notes geometric optics
 
Ap2 unit6 open stax notes electromagnetic waves
Ap2 unit6 open stax notes electromagnetic wavesAp2 unit6 open stax notes electromagnetic waves
Ap2 unit6 open stax notes electromagnetic waves
 
Ap2 unit5 open stax notes
Ap2 unit5 open stax notesAp2 unit5 open stax notes
Ap2 unit5 open stax notes
 
College Physics for AP courses
College Physics for AP coursesCollege Physics for AP courses
College Physics for AP courses
 
Chapter 15 thermodynamics
Chapter 15   thermodynamicsChapter 15   thermodynamics
Chapter 15 thermodynamics
 

Kürzlich hochgeladen

ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 

Kürzlich hochgeladen (20)

ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 

Sequential logic circuits flip-flop pt 1

  • 1. Sequential logic circuits Combinational logic circuit Sequential logic circuit Flip-flop Build flip-flop using logic gates 1
  • 2. Objectives: • Define sequential logic circuit. • Differentiate between combinational logic circuit and sequential logic circuit. • Describe flip - flop. • Identify various types of flip-flops. • Build SR and T flip – flop using logic gates. • Draw the symbol and truth table of SR and T flip – flop. 1 2 3 4 5 6 2
  • 3. Sequential & Combinational logic circuit Define sequential logic circuit. Differentiate between combinational logic circuit and sequential logic circuit. 1 2 3
  • 4. Difference between Combinational & Sequential logic circuit Basic building blocks include: Basic building blocks include FLIP-FLOPS: Combinational Logic Circuits Sequential Logic Circuits 4
  • 5. Sequential logic circuit • Sequential logic is the type of digital system that does not only depend on current input, but also the previous history of the system. • For that reason sequential logic requires memory elements to function. • The building blocks used to construct devices that store data are called flip-flops. S C R Q Q' 5
  • 6. Sequential logic circuit • The output of circuit depends on the previous output and the present inputs. • The inputs must follow a specific sequence to produce a required output. • In order to follow a sequence of inputs the circuits must contain some form of memory to retain knowledge of those inputs, which have already occurred. • This memory is obtained by feedback connections, which are made so that history of the previous inputs is maintained. • Most sequential circuit elements are known as Bistables or Flip Flops. S C R Q Q' 6
  • 7. Sequential circuit have loops – these enable circuits to receive feedback Sequential logic circuit 7
  • 8. Combinational logic circuit • Combinational logic is an interconnection of logic gates to generate a specific logic function where the inputs result in an immediate output, having no memory or storage capabilities. • They function only based on their inputs, and NOT based on clocks. 8
  • 9. Combinational circuit is combination of various logic gates Combinational logic circuit 9
  • 11. Flip-Flop • "Flip-flop" is the common name given to two-state devices which offer basic memory for sequential logic operations. • Flip-flops are heavily used for digital data storage and transfer and are commonly used in banks called "registers" for the storage of binary numerical data. 11
  • 12. Flip-Flop • 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 of the circuit. • 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 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 12 • This is the general flip-flop symbol.
  • 13. Flip-Flop • Flip-flop are basic storage/memory elements. • Flip-flop are essentially 1-bit storage devices. • Types of flip-flops are: • 1. SR Flip-flop • 2. JK Flip-flop • 3. D Flip-flop • 4. T Flip-flop • Application of flip-flop: • 1. Counter 4. Logic controller • 2. Register 5. Frequency Divider • 3. Memory 13
  • 14. SR Flip-Flop Identify various types of flip-flops. Build SR and T flip – flop using logic gates. Draw the symbol and truth table of SR and T flip – flop. 4 5 6 14
  • 15. SR Flip-Flop • The simplest binary storage device. • SR Flip-flop have 2 inputs (SET & RESET) and 2 outputs (Q & Q’). NOTE: Q & Q’ are complements of each other • The SR flip flop is sometimes referred to as an SR latch. The term latch refers to its use as a temporary memory storage device. S R Q Q' 15
  • 16. SR Flip-Flop • The SR Flip-flop have two inputs, SET (S) and RESET (R) • The SR Flip Flop has two outputs, Q and Q’. • The Q output is considered the normal output and is the one most used. • The other output Q’ is simply the complement of output Q. S R Q Q' 16
  • 17. SR Flip-Flop • The most basic Flip-Flop. • The basic RS flip flop is an asynchronous device. • In asynchronous devices, the outputs are 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 b constructed using two NAND gate latch or two NOR gates latch. • SR Flip Flop Active Low = NAND gates • SR Flip Flop Active High = NOR gates S R Q Q' 17
  • 19. SR Flip-Flop Symbol: SR Flip-flop (Active HIGH) NOR gate SR Flip-flop (Active HIGH) Symbol 19
  • 20. SR Flip-Flop Symbol: SR Flip-flop (Active LOW) NAND gate SR Flip-flop (Active LOW) Symbol 20
  • 21. SR Flip-Flop Truth Table: SR Flip-flop (Active HIGH) S R Q Q' 0 0 NC NC No change. Latch remained in present state. 1 0 1 0 Latch SET. 0 1 0 1 Latch RESET. 1 1 0 0 Invalid condition. S' R' Q Q' 1 1 NC NC No change. Latch remained in present state. 0 1 1 0 Latch SET. 1 0 0 1 Latch RESET. 0 0 1 1 Invalid condition. S R Q Q' S R Q Q' SR Flip-flop (Active LOW) 21
  • 22. Quick Revision NOR gate & Truth Table: 22
  • 23. SR Flip-Flop Circuit: HOLD/LATCH Mode 23 • The analysis of a SR Flip Flop NOR: • S = 0, R = 0; This is the normal resting state of the circuit and it has no effect on the output states. Q and Q’ will remain in whatever state they were in prior to the occurrence of this input condition. It works in HOLD (no change) mode operation.
  • 24. SR Flip-Flop Truth Table: HOLD/LATCH Mode 24
  • 25. SR Flip-Flop Circuit: SET Mode 25 • Consider the input S = 1. Any time the input of a NOR gate is 1 the output is 0. So, the output of the second NOR gate is 0, i.e. Q’ = 0. • Q’ = 0 is fed back into the input of the first NOR gate. So, with R = 0, the output of the first NOR gate is 1, i.e. Q=1.
  • 27. SR Flip-Flop Circuit: RESET Mode 27 • Consider the input R = 1. Any time the input of a NOR gate is 1 the output is 0. So, the output of the first NOR gate is 0, i.e. Q = 0. • Q = 0 is fed back into the input of the second NOR gate. So, with S = 0, the output of the second NOR gate is 1, i.e. Q’=1.
  • 28. SR Flip-Flop Truth Table: RESET Mode 28
  • 29. SR Flip-Flop Circuit: INVALID Mode 29 • S = 1, R = 1; This condition tries to set and reset the NOR gate latch at the same time, it produces Q = Q’ = 0. This is an unexpected condition and is not used. • The two outputs should be the inverse of each other.
  • 30. SR Flip-Flop Circuit: INVALID Mode 30 • 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.
  • 33. 33 SR Flip-Flop Operation: AN ANIMATION OF THE FLIP-FLOP PROCESS FOR THE NOR-GATE. IN THIS ANIMATION, RED SIGNIFIES TRUE AND BLACK SIGNIFIES FALSE. (SOURCE)
  • 34. SR NOR gate latch Truth Table: SR Flip-flop (Active HIGH) S R Q Q' 0 0 NC NC No change. Latch remained in present state. 1 0 1 0 Latch SET. 0 1 0 1 Latch RESET. 1 1 0 0 Invalid condition. S R Q Q' 34 • 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).
  • 35. SR NOR gate latch Timing Diagram 35 • Exercise: Determine the output of NOR gate latch with Q initially 1 for the given input waveforms. • Example: Determine the output of NOR gate latch with Q initially 0 for the given input waveforms.
  • 37. Quick Revision NAND gate & Truth Table: 37
  • 38. SR Flip-Flop Circuit: INVALID Mode 38 • The analysis of a SR Flip Flop NAND: • S = 0, R = 0; This condition tries to set and reset the NAND gate latch at the same time. • It produces Q = Q’ =1
  • 39. SR Flip-Flop Circuit: INVALID Mode 39 • This is an unexpected condition, since the two outputs should be inverses 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 sue this condition. S=R=0 never arises. It is called INVALID/ PROHIBITED
  • 41. 41 • The analysis of a SR Flip Flop NAND: • S = 1, R = 0; This will reset Q = 0. SR Flip-Flop Circuit: RESET Mode
  • 43. SR Flip-Flop Circuit: SET Mode 43 • Input, S = 0, R = 1 • This will set Q = 1.
  • 45. SR Flip-Flop Circuit: HOLD/LATCH Mode 45 • The analysis of a SR Flip Flop NOR: • S = 1, R = 1; This is the normal resting state of the circuit and it has no effect on the output states. Q and Q’ will remain in whatever state they were in prior to the occurrence of this input condition. It works in HOLD (no change) mode operation.
  • 46. SR Flip-Flop Truth Table: HOLD/LATCH Mode 46
  • 47. SR Flip-Flop Truth Table: S' R' Q Q' 1 1 NC NC No change. Latch remained in present state. 0 1 1 0 Latch SET. 1 0 0 1 Latch RESET. 0 0 1 1 Invalid condition. S R Q Q' SR Flip-flop (Active LOW) 47 • 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).
  • 48. SR Flip-Flop Truth Table: S' R' Q Q' 1 1 NC NC No change. Latch remained in present state. 0 1 1 0 Latch SET. 1 0 0 1 Latch RESET. 0 0 1 1 Invalid condition. S R Q Q' SR Flip-flop (Active LOW) 48 • 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 first 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. • The flip-flop memorizes the previous condition.
  • 49. SR NAND gate latch Timing Diagram 49 • Exercise: Determine the output of NAND gate latch with Q initially 1 for the given input waveforms. • Example: Determine the output of NAND gate latch with Q initially 0 for the given input waveforms.