SlideShare a Scribd company logo
Welcome to My Presentation
Lecture: 01
Engr: Suvadra Chowdhury
Chief Instructor
Electronics
Chittagong Mohila Polytechnic Institute
2019/9/16 PJF - 2Sequential Circuits
Sequential Circuits
 Combinational Logic:
 Output depends only on current input
 Able to perform useful operations
(add/subtract/multiply/…)
 Has no memory
2019/9/16 PJF - 3Sequential Circuits
Sequential Circuits (cont.)
 Sequential Logic:
 Output depends not only on current input
but also on past input values, e.g., design a
counter
 Need some type of memory to remember
the past input values
2019/9/16 PJF - 4Sequential Circuits
Sequential Logic: Concept
 Sequential Logic circuits remember past
inputs and past circuit state.
 Outputs from the system are
“fed back” as new inputs
 With gate delay and wire delay
 The storage elements are circuits that
are capable of storing binary
information: memory.
2019/9/16 PJF - 5Sequential Circuits
Synchronous vs. Asynchronous
There are two types of sequential circuits:
 Synchronous sequential circuit: circuit output
changes only at some discrete instants of
time. This type of circuits achieves
synchronization by using a timing signal called
the clock.
 Asynchronous sequential circuit: circuit
output can change at any time (clockless).
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 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
 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 = NAND gates
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
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 ¯
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
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
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
2019/9/16 PJF - 21Sequential Circuits
SR Latch with Clock signal
Latch is sensitive to input changes ONLY when C=1
Thank You

More Related Content

What's hot

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
Sarah Sue Calbio
 
Digital e chap 4
Digital e   chap 4Digital e   chap 4
Digital e chap 4
Mohammad Bappy
 
Flip Flop & RS Latch
Flip Flop & RS LatchFlip Flop & RS Latch
Flip Flop & RS Latch
university of education,Lahore
 
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
Sarah Sue Calbio
 
CSA Application of Flip Flop
CSA Application of Flip FlopCSA Application of Flip Flop
CSA Application of Flip Flop
LansKaba
 
Flip Flop | Counters & Registers | Computer Fundamental and Organization
Flip Flop | Counters & Registers | Computer Fundamental and OrganizationFlip Flop | Counters & Registers | Computer Fundamental and Organization
Flip Flop | Counters & Registers | Computer Fundamental and Organization
Smit Luvani
 
Computer Oragnization Flipflops
Computer Oragnization FlipflopsComputer Oragnization Flipflops
Computer Oragnization Flipflops
Vanitha Chandru
 
flip flop Presentation
flip flop  Presentationflip flop  Presentation
flip flop Presentation
maalik123
 
Sequential circuits in digital logic design
Sequential circuits in digital logic designSequential circuits in digital logic design
Sequential circuits in digital logic design
Nallapati Anindra
 
BE PPT (FLIP FLOPS)
BE PPT (FLIP FLOPS)BE PPT (FLIP FLOPS)
BE PPT (FLIP FLOPS)
DHANESHRKNAIR01
 
Vlsi(140083112008,15,16)
Vlsi(140083112008,15,16)Vlsi(140083112008,15,16)
Vlsi(140083112008,15,16)
Kashyap Mandaliya
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
Inamul Hossain Imran
 
Sequential circuit
Sequential circuitSequential circuit
Sequential circuit
Brenda Debra
 
Flip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital Electronics
Md Sadequl Islam
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
Jaipal Dhobale
 
Flip Flop
Flip FlopFlip Flop
Flip Flop
MutabarShah
 
Flip Flops DLD
Flip Flops DLDFlip Flops DLD
Flip Flops DLD
Assad Shehbaz
 
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 circuits
Sequential circuitsSequential circuits
Sequential circuits
DrSonali Vyas
 
MASTER SLAVE JK FLIP FLOP & T FLIP FLOP
MASTER SLAVE JK FLIP FLOP & T FLIP FLOPMASTER SLAVE JK FLIP FLOP & T FLIP FLOP
MASTER SLAVE JK FLIP FLOP & T FLIP FLOP
Smit Shah
 

What's hot (20)

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
 
Digital e chap 4
Digital e   chap 4Digital e   chap 4
Digital e chap 4
 
Flip Flop & RS Latch
Flip Flop & RS LatchFlip Flop & RS Latch
Flip Flop & RS Latch
 
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
 
CSA Application of Flip Flop
CSA Application of Flip FlopCSA Application of Flip Flop
CSA Application of Flip Flop
 
Flip Flop | Counters & Registers | Computer Fundamental and Organization
Flip Flop | Counters & Registers | Computer Fundamental and OrganizationFlip Flop | Counters & Registers | Computer Fundamental and Organization
Flip Flop | Counters & Registers | Computer Fundamental and Organization
 
Computer Oragnization Flipflops
Computer Oragnization FlipflopsComputer Oragnization Flipflops
Computer Oragnization Flipflops
 
flip flop Presentation
flip flop  Presentationflip flop  Presentation
flip flop Presentation
 
Sequential circuits in digital logic design
Sequential circuits in digital logic designSequential circuits in digital logic design
Sequential circuits in digital logic design
 
BE PPT (FLIP FLOPS)
BE PPT (FLIP FLOPS)BE PPT (FLIP FLOPS)
BE PPT (FLIP FLOPS)
 
Vlsi(140083112008,15,16)
Vlsi(140083112008,15,16)Vlsi(140083112008,15,16)
Vlsi(140083112008,15,16)
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
 
Sequential circuit
Sequential circuitSequential circuit
Sequential circuit
 
Flip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital Electronics
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
 
Flip Flop
Flip FlopFlip Flop
Flip Flop
 
Flip Flops DLD
Flip Flops DLDFlip Flops DLD
Flip Flops DLD
 
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
Sequential circuitsSequential circuits
Sequential circuits
 
MASTER SLAVE JK FLIP FLOP & T FLIP FLOP
MASTER SLAVE JK FLIP FLOP & T FLIP FLOPMASTER SLAVE JK FLIP FLOP & T FLIP FLOP
MASTER SLAVE JK FLIP FLOP & T FLIP FLOP
 

Similar to Lecture 1 6844

Flipflop
FlipflopFlipflop
Flipflop
sohamdodia27
 
B sc3 unit 5 sequencial lc
B sc3 unit 5 sequencial lcB sc3 unit 5 sequencial lc
B sc3 unit 5 sequencial lc
MahiboobAliMulla
 
Introduction to Sequential DevicesChapter 66.1 M.docx
Introduction to Sequential DevicesChapter 66.1 M.docxIntroduction to Sequential DevicesChapter 66.1 M.docx
Introduction to Sequential DevicesChapter 66.1 M.docx
bagotjesusa
 
Chapter4flipflop forstudents-131112193906-phpapp02
Chapter4flipflop forstudents-131112193906-phpapp02Chapter4flipflop forstudents-131112193906-phpapp02
Chapter4flipflop forstudents-131112193906-phpapp02
Seshu Chakravarthy
 
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
AmanGoyat2
 
Chapter 4 flip flop for students
Chapter 4 flip flop for studentsChapter 4 flip flop for students
Chapter 4 flip flop for students
CT Sabariah Salihin
 
Unit 4 sequential circuits
Unit 4  sequential circuitsUnit 4  sequential circuits
Unit 4 sequential circuits
AmrutaMehata
 
De EE unit-3.pptx
De EE unit-3.pptxDe EE unit-3.pptx
De EE unit-3.pptx
MukulThory1
 
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
UtsavDas21
 
Presentation On Flip-Flop
Presentation On Flip-FlopPresentation On Flip-Flop
Digital Electronics Unit_3.pptx
Digital Electronics Unit_3.pptxDigital Electronics Unit_3.pptx
Digital Electronics Unit_3.pptx
Thapar Institute
 
Lab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docx
Lab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docxLab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docx
Lab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docx
DIPESH30
 
Dee2034 chapter 4 flip flop for students part
Dee2034 chapter 4 flip flop  for students partDee2034 chapter 4 flip flop  for students part
Dee2034 chapter 4 flip flop for students part
SITI SABARIAH SALIHIN
 
DLD Chapter-5.pdf
DLD Chapter-5.pdfDLD Chapter-5.pdf
DLD Chapter-5.pdf
TamiratDejene1
 
unit 5.pptx
unit 5.pptxunit 5.pptx
unit 5.pptx
ssuser022fec
 
Lecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential LogicLecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential Logic
James Evangelos
 
Flipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflopsFlipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflops
student
 
FYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-Flops
FYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-FlopsFYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-Flops
FYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-Flops
Arti Parab Academics
 
Bistable multivibators (flip flops)
Bistable multivibators (flip flops)Bistable multivibators (flip flops)
Bistable multivibators (flip flops)
Karrar Abd Alhadi
 
LATCHES
LATCHESLATCHES

Similar to Lecture 1 6844 (20)

Flipflop
FlipflopFlipflop
Flipflop
 
B sc3 unit 5 sequencial lc
B sc3 unit 5 sequencial lcB sc3 unit 5 sequencial lc
B sc3 unit 5 sequencial lc
 
Introduction to Sequential DevicesChapter 66.1 M.docx
Introduction to Sequential DevicesChapter 66.1 M.docxIntroduction to Sequential DevicesChapter 66.1 M.docx
Introduction to Sequential DevicesChapter 66.1 M.docx
 
Chapter4flipflop forstudents-131112193906-phpapp02
Chapter4flipflop forstudents-131112193906-phpapp02Chapter4flipflop forstudents-131112193906-phpapp02
Chapter4flipflop forstudents-131112193906-phpapp02
 
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
 
Chapter 4 flip flop for students
Chapter 4 flip flop for studentsChapter 4 flip flop for students
Chapter 4 flip flop for students
 
Unit 4 sequential circuits
Unit 4  sequential circuitsUnit 4  sequential circuits
Unit 4 sequential circuits
 
De EE unit-3.pptx
De EE unit-3.pptxDe EE unit-3.pptx
De EE unit-3.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
 
Presentation On Flip-Flop
Presentation On Flip-FlopPresentation On Flip-Flop
Presentation On Flip-Flop
 
Digital Electronics Unit_3.pptx
Digital Electronics Unit_3.pptxDigital Electronics Unit_3.pptx
Digital Electronics Unit_3.pptx
 
Lab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docx
Lab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docxLab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docx
Lab 12 – Latches and Flip-Flops Mugisha OmaryLab 12 .docx
 
Dee2034 chapter 4 flip flop for students part
Dee2034 chapter 4 flip flop  for students partDee2034 chapter 4 flip flop  for students part
Dee2034 chapter 4 flip flop for students part
 
DLD Chapter-5.pdf
DLD Chapter-5.pdfDLD Chapter-5.pdf
DLD Chapter-5.pdf
 
unit 5.pptx
unit 5.pptxunit 5.pptx
unit 5.pptx
 
Lecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential LogicLecture 5 Synchronous Sequential Logic
Lecture 5 Synchronous Sequential Logic
 
Flipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflopsFlipflops and Excitation tables of flipflops
Flipflops and Excitation tables of flipflops
 
FYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-Flops
FYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-FlopsFYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-Flops
FYBSC IT Digital Electronics Unit IV Chapter II Sequential Circuits- Flip-Flops
 
Bistable multivibators (flip flops)
Bistable multivibators (flip flops)Bistable multivibators (flip flops)
Bistable multivibators (flip flops)
 
LATCHES
LATCHESLATCHES
LATCHES
 

Recently uploaded

Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
UReason
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
RamonNovais6
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
AjmalKhan50578
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
TaghreedAltamimi
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 

Recently uploaded (20)

Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 

Lecture 1 6844

  • 1. Welcome to My Presentation Lecture: 01 Engr: Suvadra Chowdhury Chief Instructor Electronics Chittagong Mohila Polytechnic Institute
  • 2. 2019/9/16 PJF - 2Sequential Circuits Sequential Circuits  Combinational Logic:  Output depends only on current input  Able to perform useful operations (add/subtract/multiply/…)  Has no memory
  • 3. 2019/9/16 PJF - 3Sequential Circuits Sequential Circuits (cont.)  Sequential Logic:  Output depends not only on current input but also on past input values, e.g., design a counter  Need some type of memory to remember the past input values
  • 4. 2019/9/16 PJF - 4Sequential Circuits Sequential Logic: Concept  Sequential Logic circuits remember past inputs and past circuit state.  Outputs from the system are “fed back” as new inputs  With gate delay and wire delay  The storage elements are circuits that are capable of storing binary information: memory.
  • 5. 2019/9/16 PJF - 5Sequential Circuits Synchronous vs. Asynchronous There are two types of sequential circuits:  Synchronous sequential circuit: circuit output changes only at some discrete instants of time. This type of circuits achieves synchronization by using a timing signal called the clock.  Asynchronous sequential circuit: circuit output can change at any time (clockless).
  • 6. 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.
  • 7. 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.
  • 8. 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
  • 9. The Used of Flip Flop  For Memory circuits  For Logic Control Devices  For Counter Devices  For Register Devices
  • 10. 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.
  • 11. 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 = NAND gates
  • 12. 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.
  • 13. 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
  • 14. 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 ¯
  • 15. 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
  • 16. 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
  • 17. 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.
  • 18. 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.
  • 19. 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
  • 20. 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
  • 21. 2019/9/16 PJF - 21Sequential Circuits SR Latch with Clock signal Latch is sensitive to input changes ONLY when C=1

Editor's Notes

  1. 2
  2. 3
  3. 4
  4. 5
  5. 21