Flip-Flop Types, Their Conversion and Applications - GeeksforGeeks

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Tutorials Student Jobs Courses Sign In

Related Articles Save for later

Flip-flop types, their Conversion and Applications


Difficulty Level : Easy ● Last Updated : 20 Apr, 2020

Flip-flop is a circuit that maintains a state until directed by input to change the state. A basic flip-flop can be constructed using four-N AND or four-NOR gates.

Types of flip-flops :

1. RS Flip Flop

2. JK Flip Flop

3. D Flip Flop

4. T Flip Flop

Logic diagrams and truth tables of the dif ferent t ypes of flip-flops are as follows:

S-R Flip Flop :

J-K Flip Flop:

D Flip Flop :

T Flip Flop :

Conversion for FlipFlops :-

E XCITATION TA BLE:

Steps To Conver t from One FlipFlop to Other :

Skip to content
Let there be required flipflop to be constructed using sub-flipflop:

1. Draw the truth table of required flipflop.

2. Write the corresponding output s of sub-flipflop to be used from the excitation table.

3. Draw K-Maps using required flipflop input s and obtain excitation functions for sub-flipflop input s.

4. Construct logic diagram according to the functions obtained.

i) Conver t SR To JK FlipFlop

Excitation Func tions :

ii) Conver t SR To D FlipFlop:

Excitation Func tions :

S = D


R = D

Applications of Flip-Flops

These are the various t ypes of flip-flops being used in digital electronic circuit s and the applications of Flip-flops are as specified below.

Counters

Frequency Dividers

Shif t Registers

Storage Registers

Bounce elimination switch

Data storage

Data transfer

L atch

Registers

Memor y

This ar ticle is contributed by Kriti Kushwaha .

Please write comment s if you find anything incorrect, or you want to share more information about the topic discussed above

Attention reader! Don’t stop learning now. Get hold of all the impor tant CS Theor y concept s for SDE inter views with the CS Theor y Course at a student-

friendly price and become industr y ready.

Like 0

Previous Next

Introduction of Sequential Circuits Synchronous Sequential Circuits in Digital Logic

RECOMMENDED ARTICLES Page : 1 2 3

Types and Applications of LED Conversion of Binary number to Base 4 system


01 05
19, Apr 20 24, Feb 20
Skip to content
Analog to Digital Conversion Conversion of S-R Flip-Flop into T Flip-Flop
02 20, Dec 17
06 20, Apr 20

Analog to Analog Conversion (Modulation) Conversion of J-K Flip-Flop into T Flip-Flop


03 12, Jan 18
07 22, Apr 20

Digital to Analog Conversion Conversion of J-K Flip-Flop into D Flip-Flop


04 22, Jan 18
08 22, Apr 20

Ar ticle Contributed By : Vote for di culty

Current di culty : Easy

GeeksforGeeks
Easy Normal Medium Hard Expert

Improved By : VishalPal, krishna_6431


Article Tags : Digital Electronics & Logic Design

Improve Article Report Issue

Writing code in comment? Please use ide.geeksforgeeks.org, generate link and share the link here.

Load Comments

Company Learn Practice Contribute


About Us Algorithms Courses Write an Article
5th Floor, A-118,
Sector-136, Noida, Uttar Pradesh - 201305 Careers Data Structures Company-wise Write Interview Experience
feedback@geeksforgeeks.org Privacy Policy Languages Topic-wise Internships
Contact Us CS Subjects How to begin? Videos
Copyright Policy Video Tutorials

@geeksforgeeks , Some rights reserved

You might also like