Boolean Algebra
Boolean algebra is the foundation of computer circuit analysis.
It's based on 3 fundamental operations: AND, OR and NOT.
AND (Boolean Operation) * Also known as logical product. * Represented as or (hence logical product) * logical product, intersection or conjunction * represented as x . y, or . * OR * logical sum, union or disjunction * represented as , , * NOT * logical complement or negation * represented as , or * When parentheses are not used, orperators have order of prefs: NOT > AND > OR.