Difference between revisions of "Flip Flops"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "==What is a flip flop== ==Basic Flip Flops== ==Problems with basic flip flops== ==Edge triggered D Type Flip Flop==")
 
Line 1: Line 1:
 
==What is a flip flop==
 
==What is a flip flop==
 +
A flip-flop is used to store binary data, and is a simple latching circuit.
  
==Basic Flip Flops==
+
==Basic (SR) Flip Flops==
 
+
[[File:Bool-rs.gif]]
==Problems with basic flip flops==
+
Basic flip flops are created using two NAND gates cross couples as seen in the image.
 +
==Problems with basic (SR) flip flops==
  
 
==Edge triggered D Type Flip Flop==
 
==Edge triggered D Type Flip Flop==
 +
[[File:D-Type-ff.gif|200px|thumb|left|alt text]]

Revision as of 09:44, 16 March 2017

What is a flip flop

A flip-flop is used to store binary data, and is a simple latching circuit.

Basic (SR) Flip Flops

Bool-rs.gif Basic flip flops are created using two NAND gates cross couples as seen in the image.

Problems with basic (SR) flip flops

Edge triggered D Type Flip Flop

alt text