Save
...
Digital Logic Design
Midterms
Boolean Algebra Pt.2
Save
Share
Learn
Content
Leaderboard
Learn
Created by
michael
Visit profile
Cards (19)
Other Logical Operators
Transfer
/
Buffer
NOR
NAND
XOR
XNOR
View source
Transfer
/
Buffer
No
operation
, x = y
View source
NOR
Negated
OR / OR
Complement
, x ↓ y = x + y'
View source
NAND
Negated
AND / AND
Complement
, x ↑ y = (xy)'
View source
XOR
Exclusive OR, x⊕y
View source
XNOR
Exclusive
NOR
, (x⊕y)'
View source
Boolean Functions can be expressed in its
canonical
form
View source
Canonical form
Unique
representation
of a Boolean
function
View source
Equivalent Boolean functions have the same
canonical
form
View source
Canonical forms of Boolean Expressions
Sum
of Products (SoP) aka Disjunctive Form or Sum of
Minterms
Product of
Sums
(PoS) aka Conjunctive Form or Product of
Maxterms
View source
Minterms
Combination of
AND
operations that can be performed between n number of Boolean variables and its'
complements
View source
There are
2^n minterms
for n number of variables
View source
Minterms for 2 Boolean variables
x
and
y
xy
x'y
xy'
x'y'
View source
Maxterms
Combination of OR operations that can be performed between n number of Boolean variables and its'
complements
View source
There are
2^n maxterms
for n number of variables
View source
Maxterms for 2 Boolean variables x and y
x+y
x'
+y
x+y'
x'
+
y'
View source
The objective is to write down a Boolean function in terms of
minterm
or
maxterm
notation (aka. its Canonical Form)
View source
Every
minterm
and
maxterm
is obtained under the assumption that every term has all n variables being considered in the Boolean function
View source
The
challenge
is to convert every term in the Boolean
function
into one that contains all n variables
View source