For an AND operation to be true, two or more than two conditions in a statement have to be true.
Result is false, even if one condition is false.
For an OR operation to be true, any one condition has to be true. Result is false, only if all conditions in the statement is false.