Create a 4-bit, four input multiplexor. This circuit
should have the same number of input pins as the previous circuit, but
the bit width of the four input pins should be set to four. There are
at least two reasonable ways to do this. You could just use four
copies of the 1-bit multiplexor from the previous exercise. A
drawback of this approach is that you will need to individually set up
all 16 input pins on the four multiplexors. It's a lot of wires.
Another possibility is to redo the 1-bit multiplexor using individual
gates that have a bit width of four. In this scenario, your circuit
for this exercise would look very much like the circuit for the
previous exercise. Either approach will require some judicious use of
splitters.