All About Circuits

Digital Circuits

Counters


34 questions By Tony R. Kuphaldt

Page 6 of 12 0 of 34 answers revealed (0%)
  • Question 16 of 34

    A student wishes to cascade multiple four-bit synchronous counters together. His first effort looks like this, and it works well as an eight-bit counter:



    Encouraged by this success, the student decides to add another four-bit counter to the end to make a twelve-bit counter circuit:



    Unfortunately, this arrangement does not work so well. It seems to work good for the first 241 counts (from 000000000000 to 000011110000), but then the last four bits begin to cycle as quickly as the first four bits, while the middle four bits remain in the 1111 state for 15 additional clock pulses. Something is definitely very wrong here!

    Determine what the problem is, and suggest a remedy for it. Hint: this situation is very similar to connecting more than two J-K flip-flops together to form a synchronous counter circuit.

    Reveal answer
  • Question 17 of 34

    Some integrated circuit counters come equipped with multiple enable inputs. A good example of this is the 74HCT163:



    In this case, as in others, the two enable inputs are not identical. Although both must be active for the counter to count, one of the enable inputs does something extra that the other one does not. This additional function is often referred to as a look-ahead carry, provided to simplify cascading of counters.

    Explain what “look-ahead carry” means in the context of digital counter circuits, and why it is a useful feature.

    Reveal answer
  • Question 18 of 34

    Determine the modulus (MOD) of a four-bit binary counter. Determine the modulus of two four-bit binary counters cascaded to make an eight-bit binary counter.

    Reveal answer