The operation of the JK flip-flop is defined by the following input combinations and their resulting states:
- (A) Input 0 0: The output state toggles between 0 and 1.
- (B) Input 0 1: The output state is set to 1.
- (C) Input 1 0: The output state is reset to 0.
- (D) Input 1 1: The output state remains unchanged.
Consequently, the corresponding mappings are:
- (A) 0 0 corresponds to (I) Toggle.
- (B) 0 1 corresponds to (II) Set.
- (C) 1 0 corresponds to (III) Reset.
- (D) 1 1 corresponds to (IV) No Change.