CsStudent
- 2
- 0
- Homework Statement
- First question :
Using JK flip flops, design a counter that counts 0-2-4-5 and back to zero if the input is 1. And it will count 0-5-4-2 and back to 0 if the input is 0. The count will be displayed on 7 segment display.
second question :
Design a sequential circuit with two T flip-flops A and B, and one input x . When x = 0, the state of the circuit remains the same. When x = 1, the circuit goes through the state transitions from 00 to 01, to 11, to 10, back to 00, and repeats.
- Relevant Equations
- those questions are realted to digial logic design (exactly chapter 5 )
Here’s what I’ve tried so far:
- For the JK flip-flop counter: I’ve looked into how to design counters using JK flip-flops, but I’m not sure how to implement the specified counting sequence (0-2-4-5 and back, depending on the input).
- For the sequential circuit with T flip-flops: I understand the state transitions but am struggling to connect them to the flip-flop design.