Searched Projects

Tags: JK FlipFlop

project.name
0 Stars     12 Views
User:

MyProj

HW Assignment 3


project.name
0 Stars     24 Views

JK Master Slave FlipFlop


project.name
0 Stars     5 Views

JK FlipFlop NAND Gates (Rising edge)

This demonstrate the JK-Flipflop.

J 0, K 0 => do nothing
J 1, K 0 => Set (Q = 1, Q' = 0)
J 0, K 1 => Reset (Q = 0, Q' = 1)
J 1, K 1 => Toggle Q and Q'