Boolean operators: Difference between revisions
Mr. MacKenty (talk | contribs) No edit summary |
Mr. MacKenty (talk | contribs) |
||
Line 28: | Line 28: | ||
== Do you have an advanced understanding about this topic? == | == Do you have an advanced understanding about this topic? == | ||
== See Also == | == See Also == |
Revision as of 06:28, 30 August 2016
This is an important concept. You should fully understand this.
In computer science, the Boolean data type is a data type, having two values (usually denoted true and false), intended to represent the truth values of logic and Boolean algebra. It is named after George Boole, who first defined an algebraic system of logic in the mid 19th century. The Boolean data type is primarily associated with conditional statements, which allow different actions and change control flow depending on whether a programmer-specified Boolean condition evaluates to true or false. It is a special case of a more general logical data type; logic does not always have to be Boolean.[1]
Boolean
This is one of the better videos I've seen on boolean. Content gratefully used with permission : [2]
Truth Tables