Write a Boolean function for a 4:1 multiplexer.
2. Draw a diagram of a 4:1 Multiplexer using NAND gates only. A NAND gate is an AND gate followed by a NOT (inverter gate).
3. Draw a TRUTH table for a 4:1 Multiplexer.
The truth table for a 4:1 MUX is shown below:
Input S1 S0
I0 0 0
I1 0 1
I2 1 0
I3 1 1
S0 and S1 are selectors, and Y is the output of the 4:1 MUX multiplexer.
Title_with_topic: Boolean Function, Diagram, and Truth Table for a 4:1 Multiplexer