Ask 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 operator is correct?

+3
Answers (1)
  1. 30 May, 06:01
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers