Answer:
Boolean, or boolean logic, is a subset of algebra used for creating true/false statements. Boolean expressions use the operators AND, OR, XOR, and NOT to compare values and return a true or false result. ... x AND y - returns True if both x and y are true; returns False if either x or y are false.
Explanation: