A multiplexer (MUX) with n select lines can route which number of inputs to a single output?
A2^n inputs (one selected at a time)
Bn inputs (one per select bit)
Cn+1 inputs always
D2·n inputs always
Answer & Solution
Correct answer: A. 2^n inputs (one selected at a time)
n select lines address 2^n input lines. 4-to-1 MUX uses 2 selects; 8-to-1 uses 3. Can be cascaded for larger widths. Functional building block in datapath design.
Related questions
In Verilog HDL, the difference between `always @(*)` and `always @(posedge clk)` blocks isFor a synchronous counter with N flip-flops, the maximum count modulus is which value?A CMOS inverter's static power dissipation is dominated by which mechanism in modern deep-For a Mealy state machine vs a Moore state machine, the key behavioural difference is whicThe HAZARD called a 'static-1 hazard' in combinational logic refers to which?The Quine-McCluskey method differs from K-map minimisation primarily by which feature?A SRAM cell typically uses how many MOSFETs per stored bit in the standard 6T topology?A Karnaugh map of n variables has how many cells, and adjacent cells differ in which way?