A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Boolean operator

[mathematics] A logical operator used in the formulation of a Boolean expression. Common Boolean operators include AND, which specifies a combination of conditions (A and B must be true); OR, which specifies a list of alternative conditions (A or B must be true); NOT, which negates a condition (A but not B must be true); and XOR (exclusive or), which makes conditions mutually exclusive (A or B may be true but not both A and B).

Related Terms