About 31,200,000 results
Open links in new tab
  1. What Boolean Logic Is & How It’s Used In Programming - Codecademy

    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, …

  2. 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 "false," often …

  3. What Is Boolean Logic? Examples of Boolean Logic - Lotame

    Jan 15, 2025 · The term Boolean means there is a result that can only have one of two values, similar to true & false. Boolean Logic, on the other hand, is a form of algebra that is centered around three …

  4. Basics of Boolean Algebra in Digital Electronics - GeeksforGeeks

    Jul 23, 2025 · Boolean algebra is a special mathematical way to express relations (logic) between variables. Its binary framework simplifies complex operations into true (1)/false (0) logic, making it …

  5. What is Boolean logic? - Ada Computer Science

    Boolean logic is a form of algebra. It was devised by George Boole (1815–1864), who demonstrated that all logical relations can be expressed as a combination of AND, OR, and NOT operations.

  6. What Is Boolean Logic? - Dataconomy

    May 20, 2025 · Boolean logic is a branch of algebra that deals with two values, true and false, forming the basis for decision-making in computing and programming.

  7. What is Boolean logic? - Boolean logic - KS3 Computer Science …

    Boolean logic uses algebra and algebraic expressions. Use these expressions in algorithms and programs: Most programming languages use these equivalent Boolean expressions. However, …

  8. What is Boolean Logic? - Definition from Amazing Algorithms

    Boolean logic is a system of representing and evaluating logical statements using binary values (True or False) and logical operators (AND, OR, NOT) to create complex expressions. It is the foundation for …

  9. 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 …

  10. 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 pioneers of …