Digital Electronics/Circuits Multiple Choice Questions on “Flip Flops”.
1. Latches constructed with NOR and NAND gates tend to remain in the latched condition due to which configuration feature?
A. Low input voltages
B. Synchronous operation
C. Gate impedance
D. Cross coupling
Answer: D
Clarification: Latch is a type of bistable multivibrator having two stable states. Both inputs of a latch are directly connected to the other’s output. Such types of structure is called cross coupling and due to which latches remain in the latched condition.
2. One example of the use of an S-R flip-flop is as ___________
A. Transition pulse generator
B. Racer
C. Switch debouncer
D. Astable oscillator
Answer: C
Clarification: The SR flip-flop is very effective in removing the effects of switch bounce, which is the unwanted noise caused during the switching of electronic devices.
3. The truth table for an S-R flip-flop has how many VALID entries?
A. 1
B. 2
C. 3
D. 4
Answer: C
Clarification: The SR flip-flop actually has three inputs, Set, Reset and its current state. The Invalid or Undefined State occurs at both S and R being at 1.
4. When both inputs of a J-K flip-flop cycle, the output will ___________
A. Be invalid
B. Change
C. Not change
D. Toggle
Answer: C
Clarification: After one cycle the value of each input comes to the same value. Eg: Assume J=0 and K=1. After 1 cycle, it becomes as J=0->1->0(1 cycle complete) and K=1->0->1(1 cycle complete). The J & K flip-flop has 4 stable states: Latch, Reset, Set and Toggle.
5. Which of the following is correct for a gated D-type flip-flop?
A. The Q output is either SET or RESET as soon as the D input goes HIGH or LOW
B. The output complement follows the input when enabled
C. Only one of the inputs can be HIGH at a time
D. The output toggles if one of the inputs is held HIGH
Answer: A
Clarification: In D flip flop, when the clock is high then the output depends on the input otherwise reminds previous output. In a state of clock high, when D is high the output Q also high, if D is ‘0’ then output is also zero. Like SR flip-flop, the D-flip-flop also have an invalid state at both inputs being 1.
6. A basic S-R flip-flop can be constructed by cross-coupling of which basic logic gates?
A. AND or OR gates
B. XOR or XNOR gates
C. NOR or NAND gates
D. AND or NOR gates
Answer: C
Clarification: The basic S-R flip-flop can be constructed by cross coupling of NOR or NAND gates. Cross coupling means the output of second gate is fed to the input of first gate and vice-versa.
7. The logic circuits whose outputs at any instant of time depends only on the present input but also on the past outputs are called ________________
A. Combinational circuits
B. Sequential circuits
C. Latches
D. Flip-flops
Answer: B
Clarification: In sequential circuits, the output signals are fed back to the input side. So, The circuits whose outputs at any instant of time depends only on the present input but also on the past outputs are called sequential circuits. Unlike sequential circuits, if output depends only on the present state, then it’s known as combinational circuits.
8. Whose operations are more faster among the following?
A. Combinational circuits
B. Sequential circuits
C. Latches
D. Flip-flops
Answer: A
Clarification: Combinational circuits are often faster than sequential circuits. Since the combinational circuits do not require memory elements whereas the sequential circuits need memory devices to perform their operations in sequence. Latches and Flip-flops come under sequential circuits.
9. How many types of sequential circuits are?
A. 2
B. 3
C. 4
D. 5
Answer: A
Clarification: There are two type of sequential circuits viz., (i) synchronous or clocked and (ii) asynchronous or unclocked. Synchronous Sequential Circuits are triggered in the presence of a clock signal, whereas, Asynchronous Sequential Circuits function in the absence of a clock signal.
10. The sequential circuit is also called ___________
A. Flip-flop
B. Latch
C. Strobe
D. Adder
Answer: B
Clarification: The sequential circuit is also called a latch because both are a memory cell, which are capable of storing one bit of information.
11. The basic latch consists of ___________
A. Two inverters
B. Two comparators
C. Two amplifiers
D. Two adders
Answer: A
Clarification: The basic latch consists of two inverters. It is in the sense that if the output Q = 0 then the second output Q’ = 1 and vice versa.
12. In S-R flip-flop, if Q = 0 the output is said to be ___________
A. Set
B. Reset
C. Previous state
D. Current state
Answer: B
Clarification: In S-R flip-flop, if Q = 0 the output is said to be reset and set for Q = 1.
13. The output of latches will remain in set/reset untill ___________
A. The trigger pulse is given to change the state
B. Any pulse given to go into previous state
C. They don’t get any pulse more
D. The pulse is edge-triggered
Answer: A
Clarification: The output of latches will remain in set/reset untill the trigger pulse is given to change the state.
14. What is a trigger pulse?
A. A pulse that starts a cycle of operation
B. A pulse that reverses the cycle of operation
C. A pulse that prevents a cycle of operation
D. A pulse that enhances a cycle of operation
Answer: A
Clarification: Trigger pulse is defined as a pulse that starts a cycle of operation.
15. The circuits of NOR based S-R latch classified as asynchronous sequential circuits, why?
A. Because of inverted outputs
B. Because of triggering functionality
C. Because of cross-coupled connection
D. Because of inverted outputs & triggering functionality
Answer: C
Clarification: The cross-coupled connections from the output of one gate to the input of the other gate constitute a feedback path. For this reason, the circuits of NOR based S-R latch classified as asynchronous sequential circuits. Moreover, they are referred to as asynchronous because they function in the absence of a clock pulse.