Which flip-flop can be used as latch ?
D- Flip-flop
D flip-flop — option (D).
What a latch is. A latch is a level-sensitive one-bit store: while its enable line is active the output follows the input, and when the enable goes inactive the last value is held. A D flip-flop used this way is the D latch or transparent latch — the standard data-storage element, and the reason the 7475 and 74LS373 exist.
| Phase | Enable | Behaviour |
|---|---|---|
| Transparent | Active | \(Q=D\) — the output tracks the input continuously |
| Hold (latched) | Inactive | Q retains whatever D was at the moment of the transition |
Why the D type is the natural choice. Its characteristic equation is simply \(Q_{n+1}=D\). That has three consequences that matter for storage :
| Property | Consequence |
|---|---|
| One data input | Nothing to encode — the bit to be stored is applied directly |
| No forbidden state | Unlike the SR type, there is no input combination that produces an indeterminate output |
| No toggling | Unlike the JK and T types, the output cannot flip on its own while enabled |
Why the other three are weaker answers. The SR latch is genuinely the primitive from which all latches are built, and internally a D latch is an SR latch with an inverter forcing \(S=D\) and \(R=\overline{D}\) — but as a user-facing store it has the forbidden condition S = R = 1, which is exactly what the D arrangement is designed to remove. The JK type toggles when J = K = 1 and suffers race-around in its level-triggered form, and the T type only toggles, so neither can simply hold a presented value.
The distinction that examiners test here is latch against flip-flop :
| Latch | Flip-flop | |
|---|---|---|
| Triggered by | A level | An edge |
| Output during active clock | Follows the input — transparent | Changes only at the transition |
| Typical use | Bus and address latching, the 74LS373 | Synchronous registers, counters, the 74LS374 |
A bank of eight D latches is what holds the low-order address in an 8085 system while ALE de-multiplexes the AD bus — the single most common latch in the syllabus.
Hence, the answer is D flip-flop.
Read the following statements :
i. Gate is a combinational logic.
ii. JK Flip-flop in toggle mode is not combinational logic.
iii. MSJK FF suffers from race-around.
iv. Counters are sequential circuits.
Which is correct ?
In a J-K FF, if J = Q and K = 1 (see figure). Assuming the flip flop was initially cleared and then clocked for 6 pulses, the sequence at the Q output will be :

Consider the following statements regarding registers and latches :
(A) Registers are made of edge triggered flip-flops whereas latches are made from level triggered flip flops
(B) Registers are temporary storage devices whereas latches are not
(C) A latch employs cross coupled feed back connections
(D) A register stores a binary word whereas a latch does not
Choose the most appropriate answer from the options given below :
The toggle condition appears in J-K flip-flop when
A. J=1, K=1
B. J=0, K=0
C. J=0, K=1
D. J=1, K=0
E. J=0, K=1 and J=1, K=0
Choose the correct answer from the options given below :
Match List I with List II
| LIST I (Diagram) | LIST II (Sequential Circuit) | |
|---|---|---|
A. ![]() | I. | Edge triggered S-R flip flop |
B. ![]() | II. | D Flip flop to SR flip flop |
C. ![]() | III. | Gated Latch clocked flip flop |
D. ![]() | IV. | Gated D Latch |
Choose the correct answer from the options given below:
The truth table of D flip-flop is given below:
| C | D | Qn+1 |
| O | X | Qn (Last State) |
| $\uparrow$ | 0 | 0 |
| $\uparrow$ | 1 | 1 |
Choose exact characteristic equation based on above Truth Table
Assertion (A) : Delay flip flop is used to store a single bit either 0 or 1.
Reason (R) : It has only one input, when clock is high and D input is also high, the output resets.
Assertion (A) : Asynchronous sequential circuit is also called event driven circuit.
Reason (R) : Event driven circuit does not have clock to trigger change of state. The states are changed by the change in input signal of the previous stage.
Select your answer using the codes given below.
For the circuit shown below consider the two statements :
Assertion (A) : The circuit is sequential.
Reason (R) : There is a loop in circuit.

Select your answer using the codes given below.
Flip Flop can be used to make :
(a) Latches
(b) Bounce-elimination switches
(c) ADDER
(d) Encoder
Which of the statements given above are correct ?
The basic sequential logic building block in which the output follows the data input as long as the ENABLE input is active, is
What can be the maximum clock frequency of a 10-bit ripple counter which will not cause a count to skip, considering 10 ns propagation delay for each of the edge-triggered flip flops?
The output of a sequential circuit depends on
The basic building block of a sequential logic circuit is
A 4bit synchronous counter uses flip-flops with a propagation delay time of 25ns each. The maximum possible time required for change of state will be