228k views
2 votes
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?

User Mohitum
by
4.9k points

2 Answers

2 votes

Answer:

i think that b is the answer

A B Output

0 0 1

0 1 0

1 0 0

1 1 1

User Mahmoud Maghrabi
by
5.0k points
6 votes

Answer:

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

User Raymond Liao
by
6.0k points