• AND evaluates two expressions.

    (exp 1) and (exp 2)

    If exp1 evaluates to false, it doesn't matter if exp 2 is true, false, or unknown. The entire expression is false. It's basic logic.