R-S Flip Flop Practical Questions
R-S Flip Flop Practical Questions
S-R Flip Flop MCQ Quiz - Objective Question with Answer for S-R Flip Flop -
Download Free PDF
(A) R = 0, S = 0, Qn+1 = 1
(B) R = 0, S = 0, Qn+1 = = Q̅ n
(C) R = 0, S = 0, Qn+1 = Qn
(D) R = 1, S = 0, Qn+1 = 0
(E) R = 0, S = 1, Qn+1 = 1
Home
2. (A),Digital Electronics
(D), (E) only Sequential Circuits Memory Elements S-R Flip Flop
Stay updated with Digital Electronics questions & answers with Testbook. Know more
about Sequential Circuits and ace the concept of Memory Elements and S-R Flip Flop
RS Flip flop
In the flip-flop, R represents the reset state. It means the output will always be low for
any value of the input.
S represents the set state. It means the output will always be high for any value of the
input.
RSQn+1
0 0 Qn
100
011
1 1 Invalid state
If the counter has 3 flip-flops, then the maximum binary number that it counts is
equal to:
1. 101
2. 011
3. 111
4. 110
Option 3 : 111
Concept:
The maximum no. of states that can be represented by N flip-flops is given by:
No. of states = 2N
Calculation:
Given, N = 3
No. of states = 23 = 8
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
The data sheet of a certain flip-flop specifies that the minimum HIGH time tw(H) for the
clock pulse is 16 nanoseconds and the minimum LOW time tw(L) is 29 nanoseconds.
What is the maximum operating frequency for the given flip-flop?
1. 62⋅50 MHz
2. 31⋅25 MHz
3. 22⋅22 MHz
4. 11⋅11 MHz
TON = 16 ns
TOFF = 29 ns
T = TON + TOFF
T = 16 + 29
T = 45 ns
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
How many flip-flops are required to build a binary counter circuit to count from 0 to
1023 ?
1. 1
2. 6
3. 10
4. 23
Answer (Detailed Solution Below) English
Option 3 : 10
Concept:
Counters:
It is a sequential logic circuit that has a clock input signal and a group of output
signals
It represents an integer "counts" value.
Internally, counters use flip-flops to represent the current counts and to retain the
counts between clocks.
N values can be counted with n number of flip flops. its relation is given by:
Calculation-
Given- N= 1023
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
2. S = 1, R = 0
3. S = 0, R = 0
4. S = 1, R = 1
Option 4 : S = 1, R = 1
00 Q No change
01 0 Reset
10 1 Set
Indeterminate
11 0
(Undefined)
EE
FR English
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
1. Combinational circuit
Explanation:
Latches and flip-flops are the basic elements to store 1-bit of data. Hence they are
also known as a one-bit memory element.
Latches change the output continuously when there is a change in the input, i.e.
they are level triggered.
Flip-flop is a combination of latch and clock. It changes the output that is adjusted
by the clock.
The main difference between a latch and a flip-flop is that a flip-flop has a clock
signal, whereas a latch does not.
We can say that a flip-flop without a clock is a latch.
Latches are asynchronous, which means that the output of a latch depends on its
input. English
Basically, there are 4 types of latches: SR latch, JK latch, D latch, T latch.
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
Explanation:
Here A = R and B = S
00 Q No change
01 0 Reset
10 1 Set
11 0 Forbidden (Undefined)
Latches are building block of sequential Flip flops are also building blocks of
circuits and they are built using logic sequential circuits but they are made using
gates latches
Latches continuously change input and Flip flop output changes only when the clock
output changes correspondingly is applied
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
1. S = 0, R = 1
2. S = 1, R = 0
3. S = 0, R = 0
4. S = 1, R = 1
Option 4 : S = 1, R = 1
00 Q No change
01 0 Reset
10 1 Set
Indeterminate
11 0
(Undefined)
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
How many flip-flops are required to build a binary counter circuit to count from 0 to
1023 ?
1. 1
2. 6
3. 10
4. 23
Answer (Detailed Solution Below) English
Option 3 : 10
Concept:
Counters:
It is a sequential logic circuit that has a clock input signal and a group of output
signals
It represents an integer "counts" value.
Internally, counters use flip-flops to represent the current counts and to retain the
counts between clocks.
N values can be counted with n number of flip flops. its relation is given by:
Calculation-
Given- N= 1023
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
1. 101
2. 011
3. 111
4. 110
Option 3 : 111
Concept:
The maximum no. of states that can be represented by N flip-flops is given by:
No. of states = 2N
Calculation:
Given, N = 3
No. of states = 23 = 8
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
1. S = 0, R = 0
2. S = 0, R = 1
3. S = 1, R = 1
4. S = 1, R = 0
Option 3 : S = 1, R = 1
00 Q No change
01 0 Reset
10 1 Set
11 0 Forbidden (Undefined)
Latches are building block of sequential Flip flops are also building blocks of
circuits and they are built using logic sequential circuits but they are made using
gates latches
Latches continuously changes input and Flip flop output changes only when clock is
output changes correspondingly applied
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
1. Toggle condition
2. Preset input
3. Type of clock
4. Clear input
In J-K flip flop when both inputs are HIGH, the output toggles i.e. it changes from
high to low and low to high periodically when both the inputs are 1.
For an SR flip flop, however, when both the inputs are HIGH, we encounter an
invalid state, which is not present for a JK flip flop.
This is explained with the help of the following function table:
SRCLK Q
00 ↑ Q0 (no change)
10 ↑ 1
01 ↑ 0
1 1 ↑ Ambiguous (Invalid) English
imilarly, for a JK flip flop, the block diagram along with the function table is as
S
shown:
JKCLK Q
00 ↑ Q0 (no change)
10 ↑ 1
01 ↑ 0
11 ↑ Q̅ 0 (toggles)
a) When both S and R inputs are 1, output goes to a metastable state but when
both the inputs of J and K are 1 output is in toggle state with respect to the
previous state.
b) JK flip flop is often termed as Universal flip flop because all other flips like D, T,
and SR can be derived from that while this is not the case with respect to SR flip
flops.
c) SR flip flops when used as latch can be helpful in the bounce elimination of the
switches which is one of its major advantages while this is not the case with JK
flip flops.
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
SR Q+
00 Q (no change)
01 0 (Reset) English
10 1 (set)
1 1 Invalid/Forbidden state
When the S and R inputs of an SR flipflop are at logical 1, then the output becomes
unstable and it is known as a race condition.
So, the main disadvantage of the SR flip flop is invalid output when both inputs are
high.
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
A negative edge triggered flip flop transfers data from input to output on the:
An edge-triggered flip-flop change states either at the positive edge (rising edge) or at
the negative edge (falling edge) of the clock pulse on the control input.
A negative edge triggered flip flop transfers data from input on the high to low
transition of the clock pulse.
EE
FR
Trusted by 5.5 Crore+ Students
India’s #1 Learning Platform
The correct combination of characteristic equation Qn+1 of S-R flipflop and J-K flipflop
respectively is
SR flip flop:
SRQnQn+1
00 0 0
00 1 1
01 0 0
01 1 0
10 0 1
10 1 1
11 0 X
11 1 X
Qn+1 = S + R̅ Qn
JK flip flop:
Characteristic Table of JK flip flop
English
JKQnQn+1
00 0 0
00 1 1
01 0 0
01 1 0
10 0 1
10 1 1
11 0 1
11 1 0
SR Qn+1 = S + R̅ Qn
T Q (t+1) = D
Related MCQ
Company Products
support@testbook.com
Toll Free:
1800 833 0800
Office Hours: 10 AM to 7 PM
(all 7 days)
Copyright © 2014-2022 Testbook Edu Solutions Pvt. Ltd.: All rights reserved User Policy Terms Privacy
English
Continue in App