SlideShare ist ein Scribd-Unternehmen logo
1 von 18
COUNTERS
Presented by:- Shamshad Alam
Roll No.:- 40
ECE 3rdyear
:- CONTENTS:-
 INTRODUCTION
 WHAT IS COUNTER ?
 TYPES OF COUNTER
 ASYNCHRONOUS Vs SYNCHRONOUS COUNTER
 TRUTH TABLE & STATE DIAGRAME
 APPLICATION OF COUNTERS
 PRACTICAL EXAMPLE OF COUNTER
 BIBILIOGRAPHY
INTRIDUCTION
• Counters are the crucial hard ware components.
• Counter circuit are made using flip flop.
• Counters have modes. The ‘mod’ of the counter represents the number of states of the
cycles through it, before setting the counter to its initial state.
• E.g A binary mod 4 counter has 4 count states, from 000 to 011. So the mod 4 counter
counts from 0 to 4. This means, in general a mod N counter can contain n number of flip
flops, where 2n = N.
WHAT IS COUNTER ?
 The digital circuit which is used to count the number of pulses are formaly
called the counter (Timers) .
 Counting means incrementing or decrementing the values of an operator,
with respect to its previous state value. We cannot perform this action
(counting) with any other logic devices rather than counters.
DIGITAL COUNTER
TYPES OF COUNTER
• Asynchronous Counters
• Synchronous Counters
• Up And Down Counter
• Decade Counter
• Ring Counter
• Johnson Counter
ASYNCHRONOUS UP/DOWN COUNTER
• The asynchronous is the simplest in term of logical operation there for it is easiest to design.
• Here the clock pulse is applied to first flip flop and the successesive f/f are triggerd by the
output of the previous out put thus the counter has the cumulative settling time
Truth table for up/down counter
SYNCHRONOUS UP/DOWN COUNTER
• In synchronous counters, the clock inputs of all the flip-flops are connected together and
are triggered by the input pulses. Thus, all the flip-flops change state simultaneously (in
parallel).
• Synchronous circuit is easy to design.
Present State Next State
A B A B
0 0 0 1
0 1 1 0
1 0 1 1
1 1 0 0
00 01
1011
DIFFERENCE
SYNCHRONOUs
• The propagation delay is very low.
• Its operational frequency is very high.
• These are faster than that of ripple
counters.
• Large number of logic gates are required
to design
• High cost.
• Synchronous circuits are easy to design.
ASYNCHRONOUS
• Propagation delay is higher than that of
synchronous counters.
• The maximum frequency of operation is
very low.
• These are slow in operation.
• Less number of logic gates required.
• Low cost.
• Complex to design.
DECADE COUNTER
• decade counter can be constructed with JK flip flop. The J output and K outputs are
connected to logic 1. The clock input of every flip flop is connected to the output of next flip
flop, except the last one.
• When the Decade counter is at REST, the count is equal to 0000.
• The NAND gate output is connected to clear input, so it resets all the flip flop stages in
decade counter. This means the pulse after count 9 will again start the count from count 0.
Truth table
• The NAND gate output is connected to clear input, so it resets all the flip flop stages in
decade counter. This means the pulse after count 9 will again start the count from count 0.
Ring Counter
• The ring counter is a cascaded connection of flip flops, in which the output of last flip flop is
connected to input of first flip flop. In ring counter if the output of any stage is 1, then its re
• Initially, all the flip flops in ring counter are reset to 0 by applying CLEAR signal. Before
minder is 0. The Ring counters transfers the same output throughout the circuit.
• Ring counters are used to count the data in a continuous loop.
Johnson Counter
• The Johnson counter is a modification of ring counter. In this the inverted output of the last
stage flip flop is connected to the input of first flip flop. If we use n flip flops to design the
Johnson counter, it is known as 2n bit Johnson counter or Mod 2n Johnson counter.
PRACTICAL EXAMPLE OF COUNTERS
• We use counters in many applications. Where ever we come across the use of timers, there
we use counters of synchronous type.
• in our kitchen appliances, we use microwave ovens. In that we set some temperature to
heat the food item kept in it. Internally the counter calculates the increase or decrease in
temperature and time. If it reaches the pre-set temperature, then it prevents from further
heating and spoiling of that food item.
washingmashines microwaveovens
PROGRAMMABLE LOGIC CONTROLLER (PLC)
• programmable controller is a digital computer used for automation of typically industrial
electromechanical processes.
APPLICATION
• Frequency counters
• Digital clocks
• Analog to digital convertors.
• With some changes in their design, counters can be used as frequency divider circuits. The
frequency divider circuit is that which divides the input frequency exactly by ‘2’.
• In time measurement. That means calculating time in timers such as electronic devices like
ovens and washing machines.
• We can design digital triangular wave generator by using counters.
BIBLIOGRAPHY
 I have collected the content from google and different websit which is
given below as:-
 https://www.google.co.in
 https://en.wikipedia.org
 www.crystalgraphic.com
 www.image.com
………………………………………
………………………………………
Thank
you

Weitere ähnliche Inhalte

Was ist angesagt?

Registers and counters
Registers and counters Registers and counters
Registers and counters
Deepak John
 
Synchronous counters
Synchronous countersSynchronous counters
Synchronous counters
Lee Diaz
 

Was ist angesagt? (20)

Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
flip flops
flip flops flip flops
flip flops
 
Sequential circuits
Sequential circuitsSequential circuits
Sequential circuits
 
Sequential Logic Circuit
Sequential Logic CircuitSequential Logic Circuit
Sequential Logic Circuit
 
Counters
CountersCounters
Counters
 
latches
 latches latches
latches
 
Registers
RegistersRegisters
Registers
 
Sequential circuits in Digital Electronics
Sequential circuits in Digital ElectronicsSequential circuits in Digital Electronics
Sequential circuits in Digital Electronics
 
J - K & MASTERSLAVE FLIPFLOPS
J - K & MASTERSLAVE FLIPFLOPSJ - K & MASTERSLAVE FLIPFLOPS
J - K & MASTERSLAVE FLIPFLOPS
 
JK flip flops
JK flip flopsJK flip flops
JK flip flops
 
Digital Electronics - Counters
Digital Electronics - CountersDigital Electronics - Counters
Digital Electronics - Counters
 
Presentation on Flip Flop
Presentation  on Flip FlopPresentation  on Flip Flop
Presentation on Flip Flop
 
sequential circuits
sequential circuitssequential circuits
sequential circuits
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
JK flip flop in Digital electronics
JK flip flop in Digital electronicsJK flip flop in Digital electronics
JK flip flop in Digital electronics
 
Registers and counters
Registers and counters Registers and counters
Registers and counters
 
Synchronous counters
Synchronous countersSynchronous counters
Synchronous counters
 
Ring counter
Ring counterRing counter
Ring counter
 
Counters
Counters Counters
Counters
 
Flip Flop and Its Types
Flip Flop and Its TypesFlip Flop and Its Types
Flip Flop and Its Types
 

Andere mochten auch

Counters
CountersCounters
Counters
Lee Diaz
 
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
 
2.3 sequantial logic circuit
2.3 sequantial logic circuit2.3 sequantial logic circuit
2.3 sequantial logic circuit
Wan Afirah
 

Andere mochten auch (20)

Johnson counter
Johnson counterJohnson counter
Johnson counter
 
Chapter 5 counter
Chapter 5 counterChapter 5 counter
Chapter 5 counter
 
Counters
CountersCounters
Counters
 
Shift registers
Shift registersShift registers
Shift registers
 
Ece221 Ch7 Part1
Ece221 Ch7 Part1Ece221 Ch7 Part1
Ece221 Ch7 Part1
 
Counters In Digital Logic Design
Counters In Digital Logic DesignCounters In Digital Logic Design
Counters In Digital Logic Design
 
Digital 9 16
Digital 9 16Digital 9 16
Digital 9 16
 
B sc cs i bo-de u-iii counters & registers
B sc cs i bo-de u-iii counters & registersB sc cs i bo-de u-iii counters & registers
B sc cs i bo-de u-iii counters & registers
 
Shift Register
Shift RegisterShift Register
Shift Register
 
Counter And Sequencer Design- Student
Counter And Sequencer Design- StudentCounter And Sequencer Design- Student
Counter And Sequencer Design- Student
 
14827 shift registers
14827 shift registers14827 shift registers
14827 shift registers
 
Overview of Shift register and applications
Overview of Shift register and applicationsOverview of Shift register and applications
Overview of Shift register and applications
 
What is CPU Register? Type of CPU Register.
What is CPU Register? Type of CPU Register.What is CPU Register? Type of CPU Register.
What is CPU Register? Type of CPU Register.
 
Chapter 4 flip flop for students
Chapter 4 flip flop for studentsChapter 4 flip flop for students
Chapter 4 flip flop for students
 
Semiconductor
SemiconductorSemiconductor
Semiconductor
 
Cpu registers
Cpu registersCpu registers
Cpu registers
 
Computer instruction
Computer instructionComputer instruction
Computer instruction
 
Instruction codes and computer registers
Instruction codes and computer registersInstruction codes and computer registers
Instruction codes and computer registers
 
2.3 sequantial logic circuit
2.3 sequantial logic circuit2.3 sequantial logic circuit
2.3 sequantial logic circuit
 
Instruction code
Instruction codeInstruction code
Instruction code
 

Ähnlich wie digital Counter

Ähnlich wie digital Counter (20)

counters.ppt
counters.pptcounters.ppt
counters.ppt
 
FYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I CountersFYBSC IT Digital Electronics Unit V Chapter I Counters
FYBSC IT Digital Electronics Unit V Chapter I Counters
 
Presentation on Counters for (Digital Systems Design).pptx
Presentation on Counters for (Digital Systems Design).pptxPresentation on Counters for (Digital Systems Design).pptx
Presentation on Counters for (Digital Systems Design).pptx
 
Counters
CountersCounters
Counters
 
Chapter 7_Counters (EEEg4302).pdf
Chapter 7_Counters (EEEg4302).pdfChapter 7_Counters (EEEg4302).pdf
Chapter 7_Counters (EEEg4302).pdf
 
Unit4_DE.pptx
Unit4_DE.pptxUnit4_DE.pptx
Unit4_DE.pptx
 
Selvapriya.pptx
Selvapriya.pptxSelvapriya.pptx
Selvapriya.pptx
 
Digital counter
Digital counter Digital counter
Digital counter
 
Counter - by Zakariya Hossain
Counter - by Zakariya HossainCounter - by Zakariya Hossain
Counter - by Zakariya Hossain
 
Digital Electronics - Counters
Digital Electronics - CountersDigital Electronics - Counters
Digital Electronics - Counters
 
counter lesson plan
counter lesson plancounter lesson plan
counter lesson plan
 
COUNTERS.pptx
COUNTERS.pptxCOUNTERS.pptx
COUNTERS.pptx
 
Counters
CountersCounters
Counters
 
Counter presentation. 13th feb, 2020
Counter presentation. 13th feb, 2020Counter presentation. 13th feb, 2020
Counter presentation. 13th feb, 2020
 
Ade(unit 4) Counters
Ade(unit 4) CountersAde(unit 4) Counters
Ade(unit 4) Counters
 
Digital frequency meter
Digital frequency meterDigital frequency meter
Digital frequency meter
 
Registers and counters
Registers and countersRegisters and counters
Registers and counters
 
Analog to digital conversion techniques.pptx
Analog to digital conversion techniques.pptxAnalog to digital conversion techniques.pptx
Analog to digital conversion techniques.pptx
 
Chapter#8
Chapter#8Chapter#8
Chapter#8
 
CSL 202, Counters using Flipflops
CSL 202, Counters using FlipflopsCSL 202, Counters using Flipflops
CSL 202, Counters using Flipflops
 

KĂźrzlich hochgeladen

Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
dharasingh5698
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

KĂźrzlich hochgeladen (20)

Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 

digital Counter

  • 1. COUNTERS Presented by:- Shamshad Alam Roll No.:- 40 ECE 3rdyear
  • 2. :- CONTENTS:-  INTRODUCTION  WHAT IS COUNTER ?  TYPES OF COUNTER  ASYNCHRONOUS Vs SYNCHRONOUS COUNTER  TRUTH TABLE & STATE DIAGRAME  APPLICATION OF COUNTERS  PRACTICAL EXAMPLE OF COUNTER  BIBILIOGRAPHY
  • 3. INTRIDUCTION • Counters are the crucial hard ware components. • Counter circuit are made using flip flop. • Counters have modes. The ‘mod’ of the counter represents the number of states of the cycles through it, before setting the counter to its initial state. • E.g A binary mod 4 counter has 4 count states, from 000 to 011. So the mod 4 counter counts from 0 to 4. This means, in general a mod N counter can contain n number of flip flops, where 2n = N.
  • 4. WHAT IS COUNTER ?  The digital circuit which is used to count the number of pulses are formaly called the counter (Timers) .  Counting means incrementing or decrementing the values of an operator, with respect to its previous state value. We cannot perform this action (counting) with any other logic devices rather than counters. DIGITAL COUNTER
  • 5. TYPES OF COUNTER • Asynchronous Counters • Synchronous Counters • Up And Down Counter • Decade Counter • Ring Counter • Johnson Counter
  • 6. ASYNCHRONOUS UP/DOWN COUNTER • The asynchronous is the simplest in term of logical operation there for it is easiest to design. • Here the clock pulse is applied to first flip flop and the successesive f/f are triggerd by the output of the previous out put thus the counter has the cumulative settling time
  • 7. Truth table for up/down counter
  • 8. SYNCHRONOUS UP/DOWN COUNTER • In synchronous counters, the clock inputs of all the flip-flops are connected together and are triggered by the input pulses. Thus, all the flip-flops change state simultaneously (in parallel). • Synchronous circuit is easy to design. Present State Next State A B A B 0 0 0 1 0 1 1 0 1 0 1 1 1 1 0 0 00 01 1011
  • 9. DIFFERENCE SYNCHRONOUs • The propagation delay is very low. • Its operational frequency is very high. • These are faster than that of ripple counters. • Large number of logic gates are required to design • High cost. • Synchronous circuits are easy to design. ASYNCHRONOUS • Propagation delay is higher than that of synchronous counters. • The maximum frequency of operation is very low. • These are slow in operation. • Less number of logic gates required. • Low cost. • Complex to design.
  • 10. DECADE COUNTER • decade counter can be constructed with JK flip flop. The J output and K outputs are connected to logic 1. The clock input of every flip flop is connected to the output of next flip flop, except the last one. • When the Decade counter is at REST, the count is equal to 0000. • The NAND gate output is connected to clear input, so it resets all the flip flop stages in decade counter. This means the pulse after count 9 will again start the count from count 0.
  • 11. Truth table • The NAND gate output is connected to clear input, so it resets all the flip flop stages in decade counter. This means the pulse after count 9 will again start the count from count 0.
  • 12. Ring Counter • The ring counter is a cascaded connection of flip flops, in which the output of last flip flop is connected to input of first flip flop. In ring counter if the output of any stage is 1, then its re • Initially, all the flip flops in ring counter are reset to 0 by applying CLEAR signal. Before minder is 0. The Ring counters transfers the same output throughout the circuit. • Ring counters are used to count the data in a continuous loop.
  • 13. Johnson Counter • The Johnson counter is a modification of ring counter. In this the inverted output of the last stage flip flop is connected to the input of first flip flop. If we use n flip flops to design the Johnson counter, it is known as 2n bit Johnson counter or Mod 2n Johnson counter.
  • 14. PRACTICAL EXAMPLE OF COUNTERS • We use counters in many applications. Where ever we come across the use of timers, there we use counters of synchronous type. • in our kitchen appliances, we use microwave ovens. In that we set some temperature to heat the food item kept in it. Internally the counter calculates the increase or decrease in temperature and time. If it reaches the pre-set temperature, then it prevents from further heating and spoiling of that food item. washingmashines microwaveovens
  • 15. PROGRAMMABLE LOGIC CONTROLLER (PLC) • programmable controller is a digital computer used for automation of typically industrial electromechanical processes.
  • 16. APPLICATION • Frequency counters • Digital clocks • Analog to digital convertors. • With some changes in their design, counters can be used as frequency divider circuits. The frequency divider circuit is that which divides the input frequency exactly by ‘2’. • In time measurement. That means calculating time in timers such as electronic devices like ovens and washing machines. • We can design digital triangular wave generator by using counters.
  • 17. BIBLIOGRAPHY  I have collected the content from google and different websit which is given below as:-  https://www.google.co.in  https://en.wikipedia.org  www.crystalgraphic.com  www.image.com