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
The 7475 is a classic TTL/CMOS IC that implements four transparent D latches (a 4-bit bistable latch) within a single package. Evaluate this identification.
In VHDL, when an output port's value must be read back within the same entity (feedback usage), a special designation or modeling approach is required to make the feedback legal and synthesizable.
Pulse-triggered flip-flops are identified by a bubble on the Q output terminal. Assess the accuracy of this identification in standard logic symbols.
Edge-triggered J–K flip-flops — clarity of sampling instant State whether the statement is correct or incorrect: “Edge-triggered J–K flip-flops make it hard for design engineers to know when to accept (sample) input data.”
Propagation delay definitions — meaning of tPLH for flip-flop outputs Determine whether the statement is correct: “tPLH is measured from the triggering edge of the clock to the LOW-to-HIGH transition at the output.”
J–K flip-flop toggle behavior — effect of a TOGGLE (T) command State whether the following is correct: “A TOGGLE input to a J–K flip-flop causes the Q and Q̄ outputs to switch to their opposite states.”
Pulse-triggered vs. level-triggered devices — are they the same? Assess the statement: “Pulse-triggered or level-triggered devices are the same.”
Using a latch for switch debouncing — contact-bounce eliminator role Evaluate: “A latch can act as a contact-bounce eliminator.”
Monostable (one-shot) multivibrator — need for an external trigger Assess the statement: “A one-shot is a special type of multivibrator that must be triggered to produce each output pulse.”
Edge-triggered flip-flops — timing of input sampling and output change Judge the statement: “With edge-triggered flip-flops, data enter on the leading clock edge but the output does not change until the trailing edge.”
VHDL component instantiation syntax — label, colon, and entity reference Evaluate the statement: “Each VHDL component instance is given a name followed by a semicolon and then the name of the library primitive.”
Flip-flop asynchronous controls — are PRESET and CLEAR normally synchronous? Judge the statement: “PRESET and CLEAR inputs are normally synchronous.”
Schematic symbols — identifying edge-triggered flip-flops by the clock triangle Determine whether the statement is correct: “Edge-triggered flip-flops can be identified by the triangle on the clock input.”
In sequential logic design, a level-sensitive D-type latch is said to be "transparent" when its ENABLE (or G) control is asserted. Evaluate the statement: "A D-type latch changes state and follows the D input regardless of the ENABLE level." Is this statement accurate for standard positive-level or negative-level D latches?
Consider a negative edge-triggered flip-flop (for example, a D or J-K variant that samples on the falling clock edge). Evaluate the statement: "A negative edge-triggered flip-flop accepts inputs only while the clock is at the LOW level." Is this description accurate?
Characterize a latch device: Is it accurate to say, "Latches are tristate devices and their stored state normally depends on asynchronous inputs"? Evaluate this statement for standard D, SR, or gated latches.
Parallel data transfer between two separate register banks: Does a parallel transfer require more than one shift pulse, or is it accomplished without shift pulses using a load/enable action?
Role of the J–K flip-flop in synchronous design: Is it accurate to state that the J–K flip-flop is a standard primitive building block for clocked (sequential) logic, widely used in textbooks and libraries?
Construction insight: Can a D flip-flop be formed by simply inserting an inverter between the SET input and the clock terminal? Evaluate this claim relative to standard D flip-flop implementations from latches or J–K equivalents.
Behavior of the J–K flip-flop at J = 1 and K = 1: Does the J–K flip-flop remove the SR “invalid” condition by toggling the stored state on the active clock transition when both inputs are HIGH?
1
2
3
4
5
6
7
8