1. An active HIGH input S-R latch is formed by the cross-coupling of
- two NOR gates
- two NAND gates
- two OR gates
- two AND gates
3. For what combinations of the inputs D and EN will a D latch reset?
- D = LOW, EN = LOW
- D = LOW, EN = HIGH
- D = HIGH, EN = LOW
- D = HIGH, EN = HIGH
4. A flip-flop changes its state during the
- complete operational cycle
- falling edge of the clock pulse
- rising edge of the clock pulse
- both answers (b) and (c)
5. The purpose of the clock input to a flip-flop is to
- clear the device
- set the device
- always cause the output to change states
- cause the output to assume a state-dependent on the controlling (J-K or D) inputs.
6. For an edge-triggered D flip-flop,
- a change in the state of the flip-flop can occur only at a clock pulse edge
- the state that the flip-flop goes to depends on the D input
- the output follows the input at each clock pulse
- all of these answers
7. A feature that distinguishes the J-K flip-flop from the D flip-flop is the
- toggle condition
- preset input
- type of clock
- clear input
8. A flip-flop is SET when
- J = 0, K = 0
- J = 0, K = 1
- J = 1, K = 0
- J = 1, K = 1
9. A J-K flip-flop with J = 1 and K = 1 has a 10 kHz clock input. The Q output is
- constantly HIGH
- constantly LOW
- a 10 kHz square wave
- a 5 kHz square wave
10. D flip-flop can be made from a J-K flip flop by making
- J = K
- J = K = 1
- J = 0, K = 1
- $J =\overline{K}$
11. For a J-K flip-flop, Qn is output at time step tn. Which of the following boolean expressions represents Qn+1?
- $J_n\overline{Q}_n+\overline{K}_nQ_n$
- $J_nQ_n+K_n\overline{Q}_n$
- $\overline{J}_nQ_n+K_n\overline{Q}_n$
- $J_nQ_n+\overline{K}_n\overline{Q}_n$
12. A J-K flip-flop can be made from an S-R flip-flop by using two additional
- AND gate
- OR gate
- NOT gate
- NOR gate
13. Which of the following is correct for a gated D-type flip flop?
- the output is either SET OR RESET as soon as the D input goes HIGH or LOW
- the output complement follows the input when enabled
- only one of the inputs can be HIGH at a time
- the output toggles if one of the inputs is held HIGH
14. Latches constructed with NOR and NAND gates tend to remain in the latched condition due to which configuration feature?
- Asynchronous operation
- low input voltage
- gate impedance
- cross coupling
15. Race-around condition occurs in
- multiplexer
- ROM
- flip-flops
- voltage regulators