Boolean

From Free net encyclopedia

Template:Disambig

The adjective Boolean (sometimes boolean), coined in honor of George Boole, is used in many contexts:

  • An evaluation that results in either TRUE or FALSE.
  • A boolean value is a truth value, either "true" or "false", often coded 1 and 0, respectively.
  • For a basic introduction to sets, Boolean operations, Venn diagrams, truth tables, and Boolean applications, see Boolean logic
  • In computer science, "boolean" is a datatype, usually a primitive datatype. See Boolean datatype.

de:Boolesche Variable