We observed that in SR flip-flop, input R=1 & S=1 leads flip-flops to an unpredictable state. The SR flip flop circuit can be modified so that if both the inputs are 1, then also the output is predictable.
Vans X Sweet Chick Authentic, Vans X Sweet Chick Slip On - Men's Off White/white/teal http://carlosmantero.com71-vans-x-sweet-chick-authentic-vans-x-sweet-chick-slip-on-men-s-off-white-white-teal.html
Behavior of the circuit is shown in the table below...
J | K | Q(t) | Q(t + 1) |
0 | 0 | 0 -> | 0 |
0 | 0 | 1 -> | 1 |
0 | 1 | 0 -> | 0 |
0 | 1 | 1 -> | 0 |
1 | 0 | 0 -> | 1 |
1 | 0 | 1 -> | 1 |
1 | 1 | 0 -> | 1 |
1 | 1 | 1 -> | 0 |
Here also, note that clock is required. The output will change only while the clock is '1', and while clock is '0' all inputs will be ignored.