answersLogoWhite

0

What is booleon?

Updated: 12/15/2022
User Avatar

Wiki User

12y ago

Best Answer

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 = 10 OR 0 = 00 OR 1 = 11 OR 1 = 1

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is booleon?
Write your answer...
Submit
Still have questions?
magnify glass
imp