Holooly Plus Logo

Question 7.1: Design a MOD-12 asynchronous counter with J–K flip-flops to ......

Design a MOD-12 asynchronous counter with J–K flip-flops to realize a binary sequence counting from 0000 to 1011.

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

To design a MOD-12 asynchronous counter, four J–K flip-flops are required since they can afford any modulus less than or equal to 16 (2^{4}) . The counter counts up from 0000 to 1011, so when it goes to 1011, the next state should be 0000 to make the counter recycle back, as shown in Table 7.1.3.
Normally, the next state after 1011 is 1100, but now it must force the next state changing from 1011 to 0000. Figure 7.1.6 shows the MOD-12 counter, in which a NAND gate partially decodes count 1100 and resets all flip-flops. Thus, when the 12th clock pulse is coming, the counter is forced to recycle from 1011 to 0000.

Table 7.1.3: State sequence for the counter in Example 7.1.
CP {Q}_{3} {Q}_{2} {Q}_{1} {Q}_{0}
0(Initially) 0 0 0 0
1 0 0 0 1
2 0 0 1 0
3 0 0 1 1
4 0 1 0 0
5 0 1 0 1
6 0 1 1 0
7 0 1 1 1
8 1 0 0 0
9 1 0 0 1
10 1 0 1 0
11 1 0 1 1
12(recycle) 0 0 0 0
7.1.6.f

Related Answered Questions

Question: 7.5

Verified Answer:

Step 1 Design a counter with the modulus which is ...
Question: 7.4

Verified Answer:

Both 74LS161 and 74LS163 are four-bit binary MSI u...
Question: 7.3

Verified Answer:

The first step to design a counter is to create a ...
Question: 7.2

Verified Answer:

Using the gated reset inputs, { R}_{0(\math...