In a JK flip flop if the J is ON and the K is OFF then when
In a JK flip flop, if the J is ON and the K is OFF, then when the Trigger switches on, the Q will
a) switch ON, b) switch OFF, c) remain in its last state, d) toggle
Solution
The answer is Switch is on... Because we have the table such as
J K Q
0 0 Remain in it\'s state..
0 1 0
1 0 1
1 1 Toggle
here 1 represents switch is on , 0 represents Switch is off , Toggle is altering the previous state of output....
