Ask Question
16 November, 13:58

For a given set of input values, a NAND gate produces the opposite output as an OR gate with inverted inputs. A. True

B. False

+5
Answers (1)
  1. 16 November, 17:27
    0
    B.

    Explanation:

    For a given set of input values, A NAND gate produces exactly the same values as an OR gate with inverted inputs.

    The truth table for a NAND gate with 2 inputs is as follows:

    0 0 1

    0 1 1

    1 0 1

    1 1 0

    The truth table for an OR gate, is as follows:

    0 0 0

    0 1 1

    1 0 1

    1 1 1

    If we add two extra columns for inverted inputs, the truth table will be this one:

    0 0 1 1 1

    0 1 1 0 1

    1 0 0 1 1

    1 1 0 0 0

    which is the same as for the NAND gate, not the opposite, so the statement is false.

    This means that the right choice is B.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “For a given set of input values, a NAND gate produces the opposite output as an OR gate with inverted inputs. A. True B. False ...” in 📙 Engineering if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers