1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Boolean Algebra
It is a branch of algebra that deals with binary variables that have only two possible values and logical operations.
George Boole
Boolean Algebra was introduced by the mathematician __________ in the mid-1800s and became the mathematical foundation of digital electronics, logic circuits, and computer science.
0 (False/LOW/OFF) or 1 (True/HIGH/ON)
What values can Boolean variables take?
Conventional uses arithmetic (+, −, ×), Boolean uses logical operations (AND, OR, NOT).
How is Boolean Algebra different from conventional algebra?
Boolean Algebra Laws and Properties:
Boolean function
truth table
A __________ is an algebraic expression consisting of Boolean variables and operations. Every Boolean function can be represented by a __________.
Standard Forms:
1. Sum of Products (SOP): Expression is a sum of AND terms.
2. Product of Sums (POS): Expression is a product of OR terms.
Canonical Forms:
1. Sum of Minterms (Σm)
2. Product of Maxterms (M)
Product Terms
A single variable or the logical product of several variables.
Sum Terms
A single variable or the logical sum of several variables
Minterm (m)
The logical product of all variables
Maxterm (M)
The logical sum of all variables
Forms of Boolean Functions: