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
Digital storage concept — D latch fundamentals: A D (data) latch is a level-sensitive storage element that propagates the value present on its data input only while its enable/control input is active. In standard form, a D latch has a single data-input line (labeled D), along with an enable (or gate) input and complementary outputs. Evaluate the statement: “A D latch has one data-input line.”
74xx logic device behavior — 7474 input types: The 7474 is a dual D-type positive-edge-triggered flip-flop. It presents two distinct classes of inputs: synchronous inputs (D, CLK) that act on the active clock edge, and asynchronous inputs (PRE, CLR) that override the state regardless of clock. Evaluate the statement.
Gated S–R storage element classification: A gated S–R latch responds to its inputs only while the enable (gate) is asserted; this level-controlled behavior is considered synchronous (with respect to the gate level), not purely asynchronous. Judge the statement: “The gated S–R flip-flop is asynchronous.”
Design intuition — building an S–R flip-flop (latch) from basic gates: Given the cross-coupled NOR or NAND structures introduced earlier in digital logic, designing a basic S–R latch is a straightforward exercise in feedback and mutual exclusion. Evaluate the statement: “Using knowledge from previous chapters, an S–R flip-flop circuit is easy to design.”
Power-up behavior of flip-flops: When power is first applied to a sequential circuit, a flip-flop’s initial state is not guaranteed unless specific initialization (reset or preset) circuitry is provided. Assess the statement: “A flip-flop’s normal starting state is always the SET state.”
Triggering modes in multivibrators: Multivibrators (astable, monostable, and bistable) can be free-running, edge-triggered, or level-triggered depending on configuration. Evaluate the claim: “Multivibrators must be level-triggered.”
Synchronous vs. asynchronous logic — classification check: Simple gate networks (pure combinational logic) have no clocked storage and thus are asynchronous; transparent S–R latches are level-sensitive, not edge-synchronous. Evaluate the statement: “Simple gate circuits, combinational logic, and transparent S–R flip-flops are synchronous.”
555 timer operating modes: The popular 555 timer integrated circuit can be configured in multiple modes. In basic usage, it supports astable (free-running oscillator) and monostable (one-shot) operation with simple external components. Judge the statement.
Meaning of CLEAR/RESET in flip-flops: By definition, asserting CLEAR or RESET drives the primary output Q to logic 0. Evaluate the statement: “The Q output of a flip-flop is normally HIGH when the device is in the CLEAR or RESET state.”
Validity of S–R latch input combinations: A basic S–R latch has a forbidden or invalid input combination (depending on NOR or NAND implementation). Assess the claim: “The S–R flip-flop has no invalid or unused state.”
Monostable (one-shot) multivibrator concept: A one-shot circuit is also known as a timer because a trigger produces a single pulse of defined width. Evaluate the statement.
Flip-flop timing behavior: Generally, the hold time is short enough that the flip-flop output assumes the state dictated by synchronous control inputs just prior to the active clock edge. Evaluate the statement.
Flip-flop input classes: Inputs that cause the flip-flop output to change immediately, independent of the clock (for example, asynchronous set or reset), are called asynchronous. Evaluate the statement.
NOR-gate S–R latch reasoning: For a NOR-based S–R flip-flop (latch), if the outputs are Q = 1 and Q̄ = 0 (the set state), what are the input levels S and R?
Flip-flop state validity: Some flip-flop configurations include input combinations that result in invalid or forbidden states. Evaluate the statement.
Edge-triggering polarity: A positive edge-triggered flip-flop changes state on a HIGH-to-LOW clock transition. Evaluate the statement.
Capabilities of digital ICs: Integrated circuits (ICs) can perform sequential operations such as counting and data shifting. Evaluate the statement.
Frequency division with toggle flip-flops: “It takes four flip-flops to build a divide-by-4 frequency divider.” Evaluate the statement.
Terminology for oscillators: An astable multivibrator is sometimes referred to as a clock because it free-runs and produces a continuous train of pulses. Evaluate the statement.
Device identification in the 74xx family: The 7476 and 74LS76 are both dual J–K flip-flop integrated circuits (same function, different subfamily). Evaluate the statement.
1
2
3
4
5
6
7
8