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

    A law of Boolean algebra is an identity such as x ∨ (y ∨ z) = (x ∨ y) ∨ z between two Boolean terms, where a Boolean term is defined as an expression built up from variables and the constants 0 and 1 …

  2. Boolean - JavaScript | MDN - MDN Web Docs

    Jul 10, 2025 · You would rarely need to explicitly convert something to a boolean value, as JavaScript does this automatically in boolean contexts, so you can use any value as if it's a boolean, based on …

  3. 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 algebraic and …

  4. Boolean Algebra - Math is Fun

    Boolean Algebra is about true and false and logic. The simplest thing we can do is to not or invert: not true is false.

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

    Mar 21, 2022 · Boolean logic is a type of algebra in which results are calculated as either TRUE or FALSE (known as truth values or truth variables). Instead of using arithmetic operators like addition, …

  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 variables and …

  7. Boolean expression - Wikipedia

    In computer science, a Boolean expression (also known as logical expression) is an expression used in programming languages that produces a Boolean value when evaluated.