Explore tens of thousands of sets crafted by our community.
Flip-Flops
4
Flashcards
0/4
SR Flip-Flop
Characteristic Table: S R Q(n+1) 0 0 Q(n) 0 1 0 1 0 1 1 1 INVALID Basic Operation: Sets or resets the output Q.
T Flip-Flop
Characteristic Table: T Q(n+1) 0 Q(n) 1 Basic Operation: Toggles the output on every clock cycle when T is high.
JK Flip-Flop
Characteristic Table: J K Q(n+1) 0 0 Q(n) 0 1 0 1 0 1 1 1 Basic Operation: Combines the features of SR flip-flop with added functionality when both inputs are 1.
D Flip-Flop
Characteristic Table: D Q(n+1) 0 0 1 1 Basic Operation: Delays the input by one clock cycle. Q follows D input.
© Hypatia.Tech. 2024 All rights reserved.