What are the two types of flip flops?
D type and T type
What is the general rule for a D type flip flops?
The output cannot change unless on a rising edge, when you reach a rising edge D=Q
What is the general rule for a T type flip flop?
When on a rising edge and input = 1, the output is the opposite of what it was before (it toggles)
When there is a rising edge and the input = 0, the output doesn’t change