Pergunta de entrevista da empresa Apple

implement 16x1 mux by 4x1 muxes

Resposta da entrevista

Sigiloso

12 de jul. de 2022

The most straightforward way is you could implement using 5 4x1 muxes. The select for the output mux should use the 2 most significant bits of your select line. The 4 input muxes should feed this output mux. Their select line should use the 2 least significant bits.