Design binary counters having following repeated sequence
using jk flip flops a)0,1,2 b)0,1,2,3,4 c)01,2,3,4,5,6
Answer Posted / Rishabh Kumar Kashyap
Designing binary counters using JK flip-flops requires creating a circuit that uses the JK flip-flop's properties to generate the desired sequence. Here's how you can design a counter for each of your questions:nnFor sequence a) 0,1,2:nJ0 = 0, K0 = 1nJ1 = 1, K1 = 0nnFor sequence b) 0,1,2,3,4:nJ0 = 0, K0 = 1nJ1 = 1, K1 = 0nJ2 = K1, K2 = J1nnFor sequence c) 01,2,3,4,5,6:nJ0 = 0, K0 = 1nJ1 = 1, K1 = 0nJ2 = K1, K2 = J1nJ3 = K2, K3 = J2nJ4 = K3, K4 = J3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers