Use muxes to implement various gates. In each circuit, draw the specified number of 2:1 muxes and implement the given boolean expression. A mux input can be A, B, 0, 1, or the output of another device (e.g., another mux or a decoder). Be sure to label the S, 0, and 1 inputs of every mux. a. Use one 2:1 mux to implement NOT A (i.e. A') b. Use one 2:1 mux to implement A AND B (i.e. AB) c. Use one 2:1 mux to implement A OR B (i.e. A+B)
Use muxes to implement various gates. In each circuit, draw the specified number of 2:1 muxes and implement the given boolean expression. A mux input can be A, B, 0, 1, or the output of another device (e.g., another mux or a decoder). Be sure to label the S, 0, and 1 inputs of every mux.
a. Use one 2:1 mux to implement NOT A (i.e. A')
b. Use one 2:1 mux to implement A AND B (i.e. AB)
c. Use one 2:1 mux to implement A OR B (i.e. A+B)
Multiplexer is a combinational circuit which is also called as data selector. It is a device which acts as a switch by selecting one signal as output signal from many input signals based on value of select lines. In every multiplexer, n select lines, 2n inputs and one output is present.
Step by step
Solved in 3 steps with 6 images