All of us have gone through TRUE or FALSE tests in school. You could actually call them Boolean tests!
Boolean or Boolean expression is a value that is either true or false.
An English mathematician and computer pioneer developed Boolean Algebra.
Booleans are typically stored within a bit, which is the smallest amount of storage in a computer when it comes to orders of magnitude. It holds a single binary digit.
Binary, being a base-2 number system, means it can only hold the value 0 or 1.
When a Boolean value is 0, it means FALSE while 1 means TRUE.