Tuesday, December 15, 2009

A definition of the term Boolean

I have sat in several eDiscovery events recently and have encountered the term Boolean. I have been puzzled attempting to figure out contextually what in the world they were talking about. I knew it was a search term, but I could not make any other connection. Here is some information for others who may have encountered this word resulting in similar confusion???

Boolean


DEFINITION - The term "Boolean," often encountered when doing searches on the Web (and sometimes spelled "Boolean"), refers to a system of logical thought developed by the English mathematician and computer pioneer, George Boole (1815-64). In Boolean searching, an "and" operator between two words or other values (for example, "pear AND apple") means one is searching for documents containing both of the words or values, not just one of them. An "or" operator between two words or other values (for example, "pear OR apple") means one is searching for documents containing either of the words.

In computer operation with binary values, Boolean logic can be used to describe electromagnetically charged memory locations or circuit states that are either charged (1 or true) or not charged (0 or false). The computer can use an AND gate or an OR gate operation to obtain a result that can be used for further processing. The following table shows the results from applying AND and OR operations to two compared states:

0 AND 0 = 0 1 AND 0 = 0 1 AND 1 = 1
0 OR 0 = 0 0 OR 1 = 1 1 OR 1 = 1

For a summary of logic operations in computers, see logic gate.



No comments:

Post a Comment