Interpreting Numerical Expressions Math Presentation in Light Blue Math Doodles
Interpreting Numerical Expressions Math Presentation in Light Blue Math Doodles
Interpreting Numerical Expressions Math Presentation in Light Blue Math Doodles
1+1=1
Boolean addition & multiplication
Addition Multiplication
0+0= 0 0.0 = 0
0+1 = 1 0.1 = 0
1 +0= 1 1.0 = 0
1 +1 = 1 1.1 = 1
Logic gates
A.A = A
A.0 = 0
A.1 = A
A.A’ = 0
Boolean concepts
iii. OR - the output will only be 1 if any of the
input is 1.
A+A =A
A+0 =A
A+1 =1
A + A’ = 1
Boolean concepts
A + A’B = (A + A’).(A+B)
1.(A+B)
1.X A+AB = A+B
X
A+B A’+AB = A’+B
Boolean Algebra laws
ii. Commutative Law: Priority:
A+B=B+A NOT
A.B = B.A AND
OR
iii. Associative
(A.B). C = A.(B.C)
Boolean Algebra laws
iv. De Murgan Law
(A+B)’ = A’.B’
(A.B)’ = A’ + B’
Boolean expression example
Methods of simplifying
boolean expressions
i. Karnaugh Map
Special form of a truth table which enables
easier pattern recognition.
Pictorial method of simplifying Boolean
expressions.
Good for circuit designs with up to 4 variables.
Karnaugh map
Methods of simplifying boolean expressions
ii. NAND Realizations
NAND simplifies Boolean expressions
through its unique properties and
universality. Here's how