Question:medium

The output of a 2-input multiplexer is connected back to one of its inputs as shown in the figure. Match the functional equivalence of this circuit to one of the following options. 

Show Hint

A multiplexer with feedback can easily implement latches.
Remember: MUX + feedback $\Rightarrow$ Latch.
Latches are level-sensitive, while flip-flops are edge-triggered.
Updated On: Feb 3, 2026
  • D Flip-flop
  • D Latch
  • Half-adder
  • Demultiplexer
Show Solution

The Correct Option is B

Solution and Explanation

To determine the functional equivalence of the given circuit, let us analyze the setup of a 2-input multiplexer (MUX) with one of its outputs fed back to one of its inputs.

  1. The multiplexer has two inputs, labeled as '0' and '1', and one selection line 'S'. The output is 'Q'.
  2. The circuit shows that the output 'Q' is connected back to the input '0' of the multiplexer.
  3. When the selection line 'S' is 0, the output 'Q' equals the input '0'. In this configuration, 'Q' is fed back into input '0'.
  4. When the selection line 'S' is 1, the output 'Q' will be equal to the input '1'.

Based on this arrangement:

  • If S = 0, then Q = 0.
  • If S = 1, then Q = 1.

This feedback configuration allows the multiplexer to hold its current state when the selection line 'S' is set to '0'. This behavior is characteristic of a latch.

Therefore, the given circuit functions as a D Latch. The periodic capturing of the input state makes it a latch rather than a more sophisticated register like a D Flip-flop which requires an edge-triggered clock signal.

Thus, the correct functional equivalence of the given circuit is:

Correct Answer: D Latch

Was this answer helpful?
0

Top Questions on Engineering Mathematics