answersLogoWhite

0

a counter is a counter which counts the data and the decade counter is the counts the decade ones

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is a asynchronous decade counters?

draw the circut diagram of the MOD60 asynchronous binary counter


How does the IC 4026 works?

It is a decade counter with a binary to decimal translator meaning it can take binary and turn it into decimal numbers for example a seven segment display


Function of ic 7490 decade counter?

The function of an IC 7490 Decade Counter, which is a computer chip, is to pin cycles 0 to 9 through QA, QB, QC and QD which are 4 bits in a binary number. The IC 7490 Decade Counter produces an output pulse for every ten input pulses.


What is the function of the CD4017 IC?

It is a MOS decade counter/divider. CD4017 consist of 5 stages Johnson counter and an output decoder that converts the Johnson binary code to a decimal number.


What is the difference between a decade and a millennium?

A decade is 10 years. A millennium is 1000 years. The difference is 990 years.


What is the difference between decade and century?

Decade = 10 years Century = 100 years


How do you design a decade synchronous counter?

To design a decade synchronous counter, you start by using flip-flops, typically JK or D flip-flops, to create a 4-bit binary counter that can count from 0 to 9 (ten states). The counter increments on each clock pulse, and you implement combinational logic to reset the counter when it reaches the state representing 10 (1010 in binary). This reset logic can be achieved using AND gates to detect the 10 state and feed back to the reset inputs of the flip-flops. Finally, ensure that the clock input is connected to all flip-flops to maintain synchronization.


What are the uses for a decade counter?

The use of a decade counter is to store or keep track of something happening or an event . Usually, counter circuits are digital in nature.


What is CD in CD 4017 decade counter?

cmos


How many decade counters are required to count 999?

Three decade counter are required to count 999


How many flip flop required in a decade counter?

4


What is UP Counter in Digital Electronics?

An up counter is simply a digital counter which counts up at some predefined increment. A Binary Up Counter with 'n' stages can count up to 2n states.If we are implementing Up Counter with flip flops, this 'n' stages becomes the number of flip flops. For example a 4 bit Up Counter can count from binary 0000 to 1111, i.e 24=16 states.A detailed design and working animation of of Binary Up Counter is given in the related link section below