Changes

Jump to navigation Jump to search
1 byte removed ,  23:14, September 3, 2008
Line 33: Line 33:     
===AND===
 
===AND===
[[Image:VennAnd1.gif|right|250px|thumb|Pictorial despcription of AND]]
+
[[Image:VennAnd1.gif|right|250px|thumb|Pictorial description of AND]]
 
AND is the boolean equivalent of multiplication. The product of two numbers are non-zero if both numbers are non-zero. In words, the AND function states: "If A AND B are true then C is true".  The AND function is commutative, so it results in the same answer no matter what order the values are in. For example, A • B = B • A, and A • (B • C) = (A • B) • C.
 
AND is the boolean equivalent of multiplication. The product of two numbers are non-zero if both numbers are non-zero. In words, the AND function states: "If A AND B are true then C is true".  The AND function is commutative, so it results in the same answer no matter what order the values are in. For example, A • B = B • A, and A • (B • C) = (A • B) • C.
  
2,014

edits

Navigation menu