Questions: Multiplexers and Demultiplexers

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A designer wants to implement a 3-variable Boolean function using only a single MUX, exploiting its universality. What is the minimum MUX size needed, and how is it connected?

AA 4-to-1 MUX, using 2 variables as select lines and computing the third with a gate
BAn 8-to-1 MUX, using all 3 variables as select lines and hardwiring truth table output values to the data inputs
CThree cascaded 2-to-1 MUXes, one per variable
DA 4-to-1 MUX with all three variables driving the inputs simultaneously
Question 2 Multiple Choice

What is the correct structural relationship between a 1-to-4 demultiplexer and a 2-to-4 decoder?

AThey are identical circuits described with different terminology
BA DEMUX is a decoder with its enable input serving as the data line — the active output receives the data value, others stay at 0
CA decoder is a DEMUX with extra outputs added for unused address combinations
DThey are unrelated circuits that happen to have the same number of outputs
Question 3 True / False

A 4-to-1 MUX can implement any Boolean function of exactly 2 variables by hardwiring the four truth table output values to its data inputs and using the two variables as select lines.

TTrue
FFalse
Question 4 True / False

The output of a 2-to-1 MUX with select line S = 0 depends on both data inputs D0 and D1.

TTrue
FFalse
Question 5 Short Answer

Why are multiplexers considered 'universal' logic elements? Explain the key insight that makes any Boolean function implementable with a single large enough MUX.

Think about your answer, then reveal below.