0% found this document useful (0 votes)
100 views

Introduction To FLIP FLOPS

Here are the key details about the different types of flip flops: 1. JK Flip Flop - Has two inputs - J and K - Truth table and circuit similar to SR flip flop 2. T Flip Flop - Has one input - T - Acts as a toggle, changing state on each pulse 3. D Flip Flop - Has one input - D (data) - Outputs match the data input Submit your assignments by next week for review. Let me know if you need any clarification or have additional questions! Advance Logic Circuits: Introduction to Flip Flops
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views

Introduction To FLIP FLOPS

Here are the key details about the different types of flip flops: 1. JK Flip Flop - Has two inputs - J and K - Truth table and circuit similar to SR flip flop 2. T Flip Flop - Has one input - T - Acts as a toggle, changing state on each pulse 3. D Flip Flop - Has one input - D (data) - Outputs match the data input Submit your assignments by next week for review. Let me know if you need any clarification or have additional questions! Advance Logic Circuits: Introduction to Flip Flops
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

INTRODUCTION TO FLIP FLOPS

(SR – FLIP FLOP)

Advance Logic Circuits


REVIEW QUESTIONS

• What is a bit?
• What are the two possible values of a bit?
• What are the basic types of Logic Gates?
• Identify what type of Logic Gates does the
following Boolean Expression indicates:
a. Z = (AB)’
b. Y = A+B
c. Z = A’
d. Y = AB
e. Z = (A+B)’
REVIEW: LOGIC GATES
AND GATE OR GATE NOT GATE

Y = AB Z = A+B Z = A or A’

A B Y A B Z A Z
0 0 0 0 0 0 0 1
0 1 0 0 1 1 1 0
1 0 0 1 0 1
1 1 1 1 1 1

Advance Logic Circuits: Introduction to Flip Flops


REVIEW: LOGIC GATES

AND GATE + NOT GATE = NAND GATE

A B Z
0 0 1
0 1 1 Z = AB
1 0 1
1 1 0

Advance Logic Circuits: Introduction to Flip Flops


REVIEW: LOGIC GATES

OR GATE + NOT GATE = NOR GATE

A B Z
0 0 1
0 1 0 Z = A+B
1 0 0
1 1 0

Advance Logic Circuits: Introduction to Flip Flops


CONTENTS

• Define Flip Flops


• Types of Flip Flops
• Types of SR Flip Flops
• SR-Flip Flop using NAND Gates
• SR-Flip Flop using NOR Gates
FLIP FLOPS
• Digital circuit capable of assuming two
stable states. (High and Low)
• Data Storage
• 1 bit: 0 or 1

Advance Logic Circuits: Introduction to Flip Flops


TYPES OF FLIP FLOPS

a. SR - Flip Flop
b. JK - Flip Flop
c. T - Flip Flop
d. D - Flip Flop

Advance Logic Circuits: Introduction to Flip Flops


SR - FLIP FLOP

a. Using NAND Gates


b. Using NOR Gates

Advance Logic Circuits: Introduction to Flip Flops


SR – FLIP FLOP : USING NAND GATES

R = Reset
S = Set
Q = Output of the Flip Flop
Q = Complement of Q

A B Z
0 0 1
0 1 1
1 0 1
Advance Logic Circuits: Introduction to Flip Flops 1 1 0
SR – FLIP FLOP : USING NOR GATES

Advance Logic Circuits: Introduction to Flip Flops


4 CASES OF AN SR-FLIP FLOP

Case 1: Input S is HIGH & R is LOW (SET State)


Case 2: Input S is LOW & R is HIGH (Reset State)
Case 3: Both S & R inputs are HIGH (Latch State/Invalid State)
Case 4: Both S & R inputs are LOW (Invalid State/Latch State)

Advance Logic Circuits: Introduction to Flip Flops


SR – FLIP FLOP : USING NAND GATES

S R Q Q
1 0 1 0
0 1 0 1
1 1 Q Q
0 0 Invalid

Click Here: Actual Simulation and Demonstration

Advance Logic Circuits: Introduction to Flip Flops


SR – FLIP FLOP : USING NOR GATES

S R Q Q
1 0 1 0
0 1 0 1
1 1 Invalid
0 0 Q Q

Click Here: Actual Simulation and Demonstration


Advance Logic Circuits: Introduction to Flip Flops
APPLIC ATION EXAMPLE
ASSIGNMENT

Identify the following Flip Flops, their


Digital Circuits & Truth Table.
1. JK - Flip Flop
2. T - Flip Flop
3. D - Flip Flop

You might also like