Ask Question
9 November, 23:59

A Boolean operator acts on two inputs, A and B. The output is 1 only if one input is the opposite of the other. What truth table for the operator is correct?

+5
Answers (1)
  1. 10 November, 03:58
    0
    In this situation OR operator are used

    In this operator if one input is one then the out put will be one or if one condition is true and one is false the result is true. The out put is always one in this truth table except input output both are zero

    Truth table of OR

    A B C

    0 0 0

    0 1 1

    1 0 1

    1 1 1
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A Boolean operator acts on two inputs, A and B. The output is 1 only if one input is the opposite of the other. What truth table for the ...” in 📙 Computers & Technology 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