Boolean: Difference between revisions
From ACT Wiki
Jump to navigationJump to search
imported>Administrator (CSV import) |
imported>Doug Williamson (Layout.) |
||
Line 1: | Line 1: | ||
A system of logic in which TRUE is assigned a value of 1, and FALSE is assigned a value of 0. | A system of logic in which TRUE is assigned a value of 1, and FALSE is assigned a value of 0. | ||
Enabling the construction of more complex logical functions in computers and other electronic equipment. | Enabling the construction of more complex logical functions in computers and other electronic equipment. | ||
== See also == | == See also == | ||
* [[Binary system]] | * [[Binary system]] | ||
* [[Binomial]] | * [[Binomial]] | ||
Revision as of 10:38, 11 May 2016
A system of logic in which TRUE is assigned a value of 1, and FALSE is assigned a value of 0.
Enabling the construction of more complex logical functions in computers and other electronic equipment.