Solveeit Logo

Question

Question: How was Boolean logic invented?...

How was Boolean logic invented?

Explanation

Solution

Boolean algebra is the branch of algebra in which the values of the variables are the truth values true and false, usually denoted 11 and 00 respectively. They do not behave like the integers 11 and 00 . A sequence of bits is commonly used for such functions.

Complete answer: British mathematician George Boole invented Boolean logic in the 19th19th Century. Boolean logic can also be called Boolean algebra. In mathematics and mathematical logic, Boolean algebra is the branch of algebra in which the values of the variables are the truth values true and false, usually denoted 11 and 00 respectively. They do not behave like the integers 11 and 00 for which 1+1=21 + 1 = 2 but may be identified with the elements of the two-element field GF (2)\left( 2 \right) that is, integer arithmetic modulo 22 for which 1+1=01 + 1 = 0 . Addition and multiplication then play the Boolean roles of XOR (exclusive-or) and AND (conjunction), respectively. Boolean algebra also deals with functions which have their values in the set \left\\{ {0,1} \right\\}. A sequence of bits is commonly used for such functions.
The basic operations of Boolean algebra are as follows:
1.AND (conjunction) satisfies x AND y =1 = 1 if x=y=1x = y = 1 and x AND y =0 = 0 otherwise.
2.OR (disjunction) satisfies x OR y =0 = 0 if x=y=0x = y = 0 and x OR y =1 = 1 otherwise.
3.NOT (negation) satisfies NOT x =0 = 0 if x=1x = 1 and NOT x =1 = 1 if x=0x = 0 .

Note:
Boolean algebra is the branch of algebra in which the values of the variables are the truth values true and false, usually denoted 11 and 00 respectively. They do not behave like the integers 11 and 00 . A sequence of bits is commonly used for such functions.