Ask Question
22 August, 16:47

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

+2
Answers (1)
  1. 22 August, 18:29
    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?
Find 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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers