Boolean Definition
Boolean — a type of data sometimes also called Bool which the name derives from a mathematician George Boole who created Boolean Algebra. This data type is unique for its qualities — the two values are either true or false. In place of arithmetic calculations like addition and substractions comes logic operators such as “and”, “or”, and “not”.
The system of Boolean algebra is everpresent in almost any computer science imaginable spanning from Google search engines and social media platforms which lets you filter for specific text to the hardware that is implemented inside a computer and smart home devices.