Boolean
Boolean refers to a system of logical values used to represent truth. In mathematics and computer science, a boolean value is either true or false. In programming, boolean is a data type that stores these values and is used to control flow and decision making.
The concept originates with George Boole, whose 19th-century work laid the foundations of Boolean algebra, a
Boolean algebra supports simplification and manipulation of logical expressions. Canonical forms, such as sum of products
In practical computing, boolean types are common in programming languages as a data type with values true