Definīcija: An operator designed to work with Boolean values. The four most common Boolean operators in programming use are AND (logical conjunction), OR (logical inclusion), XOR (exclusive OR), and NOT (logical negation).
Definīcija: An operator that manipulates binary values at the bit level. In some programming languages, logical operators are identical to Boolean operators, which manipulate true and false values.