WorksheetsSequential Circuits Quiz
Total questions: 11
Worksheet time: 6mins
What is the primary difference between combinational and sequential logic circuits?
Combinational circuits have memory cells, sequential circuits do not.
Sequential circuits have memory cells, combinational circuits do not.
Combinational circuits require a clock, sequential circuits do not.
Sequential circuits do not require a clock, combinational circuits do.
What is a latch in the context of sequential logic circuits?
A type of combinational circuit.
A basic bi-stable memory element.
A type of inverter.
A clock generator.
Which of the following is NOT a type of flip-flop mentioned in the text?
J-K Flip-Flop
T Flip-Flop
D Flip-Flop
S-R Flip-Flop
What is the function of the clock in a clocked S-R flip-flop?
To disable the S and R inputs when the clock is high.
To invert the outputs.
To enable the S and R inputs only when the clock is high.
To keep the flip-flop always active.
In a D Edge-Triggered Flip-Flop, what is the role of the master latch?
To hold the output stable.
To toggle the output.
To follow the input while the clock is low.
To invert the input signal.
What condition is described as a race condition in sequential circuits?
When the input is not connected.
When the output is always high.
When the clock signal is too fast.
When two values change simultaneously but one is quicker.
What is the setup time in the context of flip-flops?
The time required for the clock to stabilize.
The time interval during which a signal must be applied before a clock transition.
The time taken for the output to change after the input changes.
The time taken for the flip-flop to reset.
What is the output of a J-K flip-flop when both J and K inputs are high?
Toggle
Reset
No Change
Set
What is the purpose of a sequence detector in sequential logic circuits?
To invert input signals.
To store data permanently.
To detect a specific sequence of inputs and produce an output.
To generate clock signals.
What is the function of the enable input in a gated D latch?
To allow the latch to store data only when enabled.
To reset the latch to zero.
To invert the output signal.
To disable the clock signal.
How does a T flip-flop differ from a D flip-flop?
T flip-flop toggles the output, D flip-flop stores the input.
T flip-flop stores the input, D flip-flop toggles the output.
Both toggle the output.
Both store the input.
