About 816,000 results
Open links in new tab
  1. Boolean algebra - Wikipedia

    In mathematics and mathematical logic, Boolean algebra is a branch of algebra. It differs from elementary algebra in two ways. First, the values of the variables are the truth values true and …

  2. What Is a Boolean? - Computer Hope

    Jun 1, 2025 · In computer science, a boolean or bool is a data type with two possible values: true or false. It is named after the English mathematician and logician George Boole, whose …

  3. What Boolean Logic Is & How It’s Used In Programming

    Mar 21, 2022 · In this article, we’ll cover what Boolean logic is, how it works, and how to build your own Boolean expressions. What is Boolean logic? Boolean logic is a type of algebra in which …

  4. BOOLEAN Definition & Meaning - Merriam-Webster

    The meaning of BOOLEAN is of, relating to, or being a logical combinatorial system (such as Boolean algebra) that represents symbolically relationships (such as those implied by the …

  5. How Boolean Logic Works - HowStuffWorks

    May 22, 2024 · What Is Boolean Logic? In simple words, Boolean logic refers to a form of algebra where the values of the variables are the truth values (also called Boolean values): "true" and …

  6. Boolean Algebra - GeeksforGeeks

    Nov 3, 2025 · Boolean Algebra is a branch of mathematics that deals with variables that have only two possible values — typically denoted as 0 and 1 (or false and true). It focuses on binary …

  7. What is Boolean Algebra? - W3Schools

    Boolean algebra is the study of what happens when logic operations (AND, OR, NOT) are used on Boolean values (either true or false). Boolean algebra helps us understand how computers …

  8. What is Boolean in computing? – TechTarget Definition

    Nov 7, 2022 · Boolean logic refers to a system of logical thought developed by George Boole (1815-1864) in 1854. He was an English mathematician and philosopher as well as one of the …

  9. What is Boolean? - Definition from Amazing Algorithms

    In computer science, a Boolean is a data type that has only two possible values: true or false. It is named after George Boole, a 19th-century mathematician who developed a system of logic …

  10. Boolean data type - Wikipedia

    The Boolean data type is primarily associated with conditional statements, which allow different actions by changing control flow depending on whether a programmer-specified Boolean …