boolean
- noun
- /ˈbuːliən/
- Specialized
- The Book model has name, author, and public (boolean) attributes.
- Boolean algebra
- Boolean logic
- Boolean operations
Examples
-
Admin is a boolean attribute used to indicate whether the user has administrative rights.
Blog text (34) -
So the process has a boolean that says whether or not it's marked.
-
A return Boolean value indicates whether the conversion succeeded or failed.
Blog text (33) -
Search includes boolean, keyword, and exact match options.
Blog text (27) -
Simply put, Boolean logic is the algebraic interpretation of truth tables.
Academic text (2008) -
Software functions include Boolean logic, math functions, user-defined variables, nested subroutines, conditional branching, and hold and transfer execution statements.
Academic text (1993) -
In programming, a boolean can be either true or false, representing a binary condition.
-
Understanding how to use a boolean can simplify decision-making in coding tasks.
-
Many programming languages use the boolean data type to control system flow based on true or false statements.
Synonyms
A value that can be only true or false
Antonyms
Compounds
- Specialized
A part of math where values are only true or false and are used in logic and computers
- Specialized
A rule that uses true and false inputs to give a true or false result like AND, OR, NOT
Surface Forms
Morphology
boolean = Boole (opaque) = Boole + an
The word is historically an eponym built from the surname Boole plus -an, but the computing meaning is not predictable from the name for most learners.
Etymology
Boolean is named after the mathematician George Boole, who worked on simple rules of logic where things are only 'true' or 'false'. So in computing a boolean is a basic type that can hold only 'true' or 'false', like the answer to a yes/no question.