1. An 8-line to 1-line multiplexer is connected as shown, where output Y = F(x,y,z) and z is the least significant input. Which of the following functions does Y generate?

  1. F(x,y,z) = z
  2. F(x,y,z) = y
  3. F(x,y,z) = z'
  4. F(x,y,z) = x
  5. F(x,y,z) = x + y'







1 is CORRECT. Entering 1's into a K-map in those minterm cells specified by the MUX data inputs leads, after simplifying, to the result F(x,y,z) = z. Here is the K-Map:

                    ____x____ 

          _____________________ 

          |   0|   2|   6|   4| 

          |    |    |    |    | 

          |____|____|____|____| 

         ||   1|   3|   7|   5| 

        z|| 1  | 1  | 1  | 1  | <- Group this cell of four

         ||____|____|____|____|    to obtain F = z

                _________ 

                   y 

[ Go Back To Question 1 ]

[ Go Back To The Beginning Of Quiz ]