7.- Give the design, at the gate level, of a 2 inputs-4 outputs decoder, and using the designed decoder give the design of a multiplexer at the gate level. (10 points). You must give two designs.
Decoder
A decoder is a combinational logic circuit that has n inputs and 2n outputs. One of these outputs will be 1 based on the combination of inputs present.
2 to 4 Decoder
Truth Table
From the truth table we can see that,
D0 =
D1 =
D2 =
D3 =
So, we can construct 2 to 4 decoder with 4 AND gates.
MULTIPLEXER
A Multiplexer is a combinational circuit that has maximum of 2n data inputs, n selection lines and single output line.
Truth Table
From the Truth table, we can directly write the output, Q as :
Q =
Implementation of 4-1 Multiplexer with 2 to 4 Decoder
Get Answers For Free
Most questions answered within 1 hours.