27.3k views
0 votes
The following truth table matches which boolean condition? 11 110 101 100 0

1) AND
2) OR
3) NOT
4) XOR

User Olical
by
8.8k points

1 Answer

2 votes

Final answer:

The truth table matches the boolean condition of AND.

Step-by-step explanation:

The truth table matches the boolean condition of AND.

In an AND operation, the output is true only when both inputs are true. In the truth table provided, the only time the output is true (1) is when both inputs (A and B) are also true (1).

For example, the first row in the truth table has inputs A = 1 and B = 1, and the output is also 1. But in all other rows where at least one input is 0, the output is 0.

User Sepehr Samini
by
8.1k points