DLD Assignment 4
DLD Assignment 4
Assignment # 04
CLO4
Total Marks: 50
Design a sequential circuit with two JK flip-flops 𝐴 and 𝐵 and two inputs 𝐸 and 𝐹. If 𝐸 =
0, the circuit remains in the same state regardless of the value of 𝐹. When 𝐸 = 1 and
𝐹 = 1, the circuit goes through the state transitions from 00 to 01, to 10, to 11, back to
00, and repeats. When 𝐸 = 1 and 𝐹 = 0, the circuit goes through the state transitions
from 00 to 11, to 10, to 01, back to 00, and repeats.
Using JK flip‐flops,
a) Design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6.
b) Draw the logic diagram of the counter design in part (a).
Design the same counter as designed in question 2 by 4-bit binary counter. Use block
diagram of a 4-bit binary counter and required additional logic gates. Draw the logic
diagram only.