NOT Function
Returns TRUE if the argument is FALSE and FALSE if the argument is TRUE.
XOR Function
Returns TRUE if an odd number of arguments are TRUE.
OR Function
Returns TRUE if at least one argument is TRUE.
AND Function
Returns TRUE if all arguments are TRUE.