Question:medium

A 32:1 Mux can be designed using:

Show Hint

To design a larger multiplexer, use smaller multiplexers combined with logic gates for selection.
Updated On: Feb 18, 2026
  • two 16:1 Muxs and one two-input OR gate
  • two 16:1 Muxs and one two-input AND gate
  • two 16:1 Muxs and one two-input NOR gate
  • two 16:1 Muxs only
Show Solution

The Correct Option is A

Solution and Explanation

A 32-to-1 multiplexer can be implemented using two 16-to-1 multiplexers. The outputs of the two 16:1 multiplexers are then combined with a two-input OR gate to select one of the 32 inputs. This is a common method in digital logic design for constructing larger multiplexers from smaller ones.
Final Answer: \[ \boxed{\text{(1) two 16:1 Muxs and one two-input OR gate}} \]
Was this answer helpful?
0