Boolean | True |
False | Logic |
Boolean Operator | AND Operator |
OR Operator | NOT Operator |
A Boolean value that represents the concept of truth. | A datatype that can only have two possible values: true or false. |
The branch of philosophy and mathematics that deals with formal systems of reasoning. | A Boolean value that represents the concept of negation. |
A Boolean operator that returns true only if both of its operands are true. | An operator that takes Boolean values as inputs and produces a Boolean value as output. |
A Boolean operator that reverses the logical value of its operand. | A Boolean operator that returns true if at least one of its operands is true. |
Truth Table | Boolean Algebra |
A mathematical structure that models logical expressions and operations. | A table that shows the outputs of a Boolean function for all possible combinations of inputs. |