Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Flip-Flops Questions
In flip-flop terminology, an input that is acted upon only when a qualifying enable or trigger (such as a clock/enable) is present is called a synchronous input. Is the statement “such an input is asynchronous” accurate?
In VHDL for edge-triggered sequential circuits, which construct is the central mechanism used to describe clocked behavior and detect edges (for example, using rising_edge(clk))?
Flip-flop timing: “Setup time” specifies which requirement for reliable data capture relative to the active clock edge?
For a 7474 edge-triggered D flip-flop with inputs S, R, D, and CLK, which input(s) are synchronous with respect to the clocked operation?
An edge-triggered flip-flop changes state only under which condition related to its trigger (clock) input?
The 74121 nonretriggerable one-shot (monostable multivibrator) can be configured so that the output pulse width is set by a single external component. Which component is used in that single-component timing configuration?
In VHDL structural design, each component instance is written using a label followed by a specific punctuation mark and then the referenced entity/architecture or library primitive name. Which punctuation mark correctly follows the instance label?
In synchronous digital systems, the precise times at which outputs may change state are governed by a system-wide timing reference commonly called the ________.
For a J–K flip-flop with J = 1 and K = 1 applied before a valid clock edge, what will the next clock pulse cause the output to do?
If an input action is initiated by a signal transition (a change from 0→1 or 1→0) rather than by a sustained level, that input is said to be ________.
HDL versus schematic-based design entry in digital electronics Complete the statement with the most appropriate choice: “Most people would prefer to use ________ over a Hardware Description Language (HDL) when describing or communicating small to medium logic designs, especially during early prototyping or documentation.”
Schmitt trigger input advantage in flip-flop and logic interfacing What is the major advantage of using a Schmitt trigger input stage on a digital device?
Verifying HDL designs — tool used regardless of AHDL or VHDL source Regardless of whether you describe the circuit in AHDL or VHDL, the correct way to verify proper operation is to use a ________.
NOR-gate S–R latch: deducing inputs from the outputs Given a cross-coupled NOR-gate S–R flip-flop has outputs Q = 0 and Q̄ = 1 (the stable reset state), determine the required S and R input levels.
Flip-flop asynchronous controls — standard labels and polarity The asynchronous inputs on common flip-flops are normally labeled ________ and ________, and they are normally active-________ inputs.
Classifying a latch among multivibrators What type of multivibrator is a latch, considering its number of stable states and behavior?
Retriggerable one-shot timing — extending pulse width with a second trigger A retriggerable monostable has nominal pulse width 10 ms. It is triggered, and 3 ms later another trigger arrives. What is the resulting total output pulse width (in ms)?
Gated S–R flip-flop (enable-controlled) — condition for CLEAR output A gated S–R flip-flop goes to the CLEAR state under which input condition?
Symbol recognition — identifying edge-triggered flip-flops on schematics Which symbol feature is used to identify an edge-triggered flip-flop on its clock input?
Gated D latch fundamentals — identify the missing feature: A “gated D latch” is a level-sensitive storage element that uses a D (data) input and an enable (also called G or EN) control to become transparent when enabled and to hold its state when disabled. Which of the following is the feature that a standard gated D latch does not include as a distinct, dedicated input pin?
1
2
3
4
5
6
7
8