About 792,000 results
Open links in new tab
  1. Boolean – Wikipédia, a enciclopédia livre

    Em ciência da computação, boolean, ou lógico, é um tipo de dado primitivo que possui dois valores, que podem ser considerados como 0 ou 1, falso ou verdadeiro.

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

  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 …

  4. Booleano - Glossário do MDN Web Docs | MDN

    Veja mais Referências externas Boolean on Wikipedia (em inglês) Booleano na Wikipedia Referência O objeto global JavaScript: Boolean

  5. Boolean algebra | Logic, Sets & Relationships | Britannica

    Nov 4, 2025 · Boolean algebra, symbolic system of mathematical logic that represents relationships between entities—either ideas or objects. The basic rules of this system were …

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

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

  8. What is Boolean in computing? – TechTarget Definition

    Nov 7, 2022 · Boolean logic takes two statements or expressions and applies a logical operator to generate a Boolean value that can be either true or false. To return the result, operators like …

  9. How Boolean Logic Works - HowStuffWorks

    May 22, 2024 · 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 denoted as …

  10. Definição de booleano - freeCodeCamp.org

    December 5, 2023 / #Termos em tecnologia Definição de booleano Tradutor: Daniel Rosa Autor: freeCodeCamp.org (em inglês) Artigo original: Boolean Definition Em ciência da computação, …