|
This quiz covers flip-flops and clocks. Please refer to the lecture notes for background material covering this subject.
(Go back to homepage.)
-
What frequency clock source will produce clock waveforms having a
period equal to 5 us (5 microseconds)?
Note: M = 10^6
k = 10^3
m = 10^-3
u = 10^-6
- .2 MHz
- .5 MHz
- 10 MHz
- 2 kHz
- 5 kHz
-
The logic circuit shown represents most closely the architecture of a
- Simple Latch
- SR Latch with Enable
- D Latch with Enable
- D Flip-Flop
- JK Flip-Flop
-
2 kHz (2 kiloHertz) clock will produce clock waveforms having which
of the following period values .
Note: M = 10^6
k = 10^3
m = 10^-3
u = 10^-6
- T = 2 us
- T = 5 us
- T = 2 ms
- T =.5 ms
- T =.5 us
-
Which of the following will correctly complete the JK flip-flop truth
table shown below?
J K Qn | Qn+1
-------|-----
1) 0 2) 0 3) 0 4) 0 5) 1 0 0 0 | ?
1 1 0 0 1 0 1 1 | ?
1 0 1 1 0 1 0 1 | ?
0 0 1 0 1 1 1 1 | ?
-
Which of the following will correctly complete the D flip-flop truth
table shown below?
D Qn | Qn+1
------|-----
1) 1 2) 1 3) 0 4) 0 5) 0 0 0 | ?
1 1 0 0 1 0 1 | ?
1 0 0 1 1 1 0 | ?
1 1 1 1 0 1 1 | ?
-
Which of the following will correctly complete the JK flip-flop truth
table shown below?
J K Qn | Qn+1
-------|-----
1) 0 2) 0 3) 0 4) 0 5) 1 0 0 0 | ?
1 1 0 0 1 0 1 0 | ?
1 0 1 1 0 1 0 0 | ?
0 0 1 0 1 1 1 0 | ?
-
Qn is stable over which of the following clock regions?
- Region A
- Region B
- Region C
- Region D
- Region E
-
Refering to the clock regions of the last question, during what region should the inputs of a flip-flop be established to initiate a output change from Qn to Qn+1?
- Region A
- Region B
- Region C
- Region D
- Region E
-
The PRE and CLR (preset & clear) inputs of a master/slave JK flip-flop overide the JK inputs
- Unconditionally.
- Only after the clock input goes high.
- Only after the clock input goes low.
- Only if J = 0 and K = 0.
- Only if J and K are not connected to anything.
|