Boolean
Developed by the English mathematician and computer pioneer George Boole, a Boolean consists of operators such as AND, OR, NOT and XOR. Generally, Booleans are commonly used in programming and today in Internet search engines. Boolean expressions are expressions that result in the value of either TRUE or FALSE.
As mentioned above a user can use Boolean searches to help locate more exact matches in Internet searches. For example, a user could search for computers help and DOS, which would search for any document containing computer help that also contain the word DOS. Performing Boolean searches often help users find results relating more to what the user may need to find. In addition to using a Boolean operator, many search engines also substitute AND with + and NOT with -, so using our same above example a user could type computer help +dos to achieve the same results.
Below is an example chart that help explains the Boolean operations even more by giving examples and explanations of each of the different Boolean situations.
|
Also see: Bitwise operators, Conditional statement, False, Operator, Programming definitions, True, XOR
