5. Which of the following canonical expressions is generated by the NOR gate shown?

  1. F = m0
  2. F = M0
  3. F = m7
  4. F = M7
  5. F = M3

1 is CORRECT. The output of this NOR gate is F(A,B,C) = (A + B + C)' = A'B'C', which has a minterm code of 000, and thus is defined to be minterm m0.

[ Go Back To Question 5 ]

[ Go Back To The Beginning Of Quiz ]