asked 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?

asked
User Mohitum
by
7.5k 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

answered
User Mahmoud Maghrabi
by
8.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

answered
User Raymond Liao
by
9.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.