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
Definition of transparency in latches When is a latch or flip-flop said to be transparent in practical digital design terminology?
VHDL component placement In VHDL, in which declaration region is a COMPONENT typically declared before it is instantiated and port-mapped?
Effect of asynchronous inputs Do asynchronous inputs (such as preset or clear) cause a flip-flop to respond immediately, independent of the clock input?
Edge-triggered flip-flops — identifying the internal circuit In synchronous digital design, which internal circuit is primarily responsible for certain flip-flops being designated as edge-triggered (i.e., responding only at the clock transition rather than throughout the clock level)?
VHDL fundamentals — primitive JK flip-flop interface In synthesizable VHDL describing a primitive JK flip-flop, how many primary inputs does the device have (considering J, K, and clock as the essential inputs; ignore optional asynchronous set/clear)?
S–R flip-flop — typical application Which of the following is a representative and practical use of an S–R (Set–Reset) flip-flop in digital electronics?
Frequency division using cascaded flip-flops A frequency divider consists of 12 cascaded toggle flip-flops (each divides by 2). If the input clock is 20.48 MHz, determine the output frequency after the twelfth stage.
Triggering terminology — recognizing edge activation In digital logic, if an input action occurs specifically on a signal transition (rising or falling), that input is said to be ________.
Gated D flip-flop (level-enabled) — correct behavior Which statement correctly describes a gated (enable-controlled) D flip-flop or D latch when the enable input is asserted?
S–R flip-flop limitation — identifying the classic disadvantage What is one widely recognized disadvantage of an S–R (Set–Reset) flip-flop implementation?
Switch bounce and erratic register outputs — diagnosing the cause A push-button switch is used to input data to a digital register, but the register's output appears erratic. What is the most likely cause of the problem?
Master–slave J–K flip-flop — input stability requirements A correct and predictable output is achieved from a master–slave J–K flip-flop only if its J and K inputs remain stable while the ________.
Gated S–R flip-flop — condition for output change For a gated S–R flip-flop (latch with an enable/control input), the Q output changes state only if which condition about the control input and data is true?
Master–Slave J–K Flip-Flop — Toggle Condition and Timing In a master–slave J–K flip-flop, the toggle condition (J = 1 and K = 1) implies that Q and Q' will switch to their ________ state(s) at the ________. Choose the option that correctly completes the statement for conventional edge-triggered operation.
HDL/IP Conventions — Identify the Non-Altera Primitive Port Name Among common Intel (Altera) primitive/IP port identifiers, which of the following is
not
a standard Altera-style name?
Connecting components together using HDL is not difficult.
VHDL was created as a very flexible language and it allows us to define the operation of clocked devices in the code without relying on logic primitives.
A gated S-R flip-flop goes into the SET condition when S is HIGH, R is LOW, and EN is HIGH.
All multivibrators require feedback.
Most basic latches and flip-flops are available in IC packages of eight latches or flip-flops with a common clock.
1
2
3
4
5
6
7
8
9