Presentation 26
Presentation 26
Professional Studies
•Working Principle:
• The D Flip-Flop transfers the input data (D) to the output (Q) on
the edge of the clock signal.
• On the rising edge of the clock, the output Q takes the value of
the input D. On the falling edge of the clock, the output
remains the same.
Truth Table:
•Working Principle:
• The T Flip-Flop toggles its state every time it receives a
clock pulse. If T = 1, the output switches between 0
and 1 on each clock cycle. If T = 0, the output does not
change.
Truth Table:
• Characteristics:
• Edge-triggered: The output changes on the clock edge.
• A T flip-flop is often used in counters, where the state alternates between 0
and 1.
• Example:
• If the T flip-flop starts at 0, with each clock pulse (when T = 1), it will toggle
between 0 and 1.
3. RS Flip-Flop (Reset-Set
Flip-Flop)
•Symbol:
• The RS flip-flop has two inputs: R (Reset) and S (Set),
and one output Q with complementary output Q'.
The flip-flop works based on the conditions of
these two inputs.
•Working Principle:
• S = 1, R = 0 → The flip-flop is Set, and Q = 1.
• S = 0, R = 1 → The flip-flop is Reset, and Q = 0.
• S = 0, R = 0 → No change in output (last state is
maintained).
• S = 1, R = 1 → Invalid or indeterminate state (used
Truth Table:
Characteristics:
•Latches: RS flip-flops are often used as latches. They do not have clock inputs like the D
and T flip-flops.