DLD Module-2
DLD Module-2
DLD Module-2
•Basic Definitions,
Axiomatic Definition of
Boolean Algebra, Basic
Boolean Theorems and Properties
algebra of Boolean
Boolean
Algebra,
Functions,
Canonical and Standard
Forms
A(B + C) = AB + AC
RULE - 1
RULE - 2
RULE - 3
RULE - 4
RULE - 5
RULE - 6
RULE - 7
RULE - 8
RULE - 9
(x‟+ y) (x+ y)
= x‟.x+ x‟y+ yx+ y.y
= 0+ x‟y+ xy+ y [ x.x‟= 0]; [ y. y= y]
= y ( x‟+ x+ 1)
= y( 1 ) [ 1+ x = 1 ]
= y.
Example:
F (A,B,C) = Σ (3,5,6)
= m3 + m5 + m6
= A′BC + AB′C + ABC′
where Σ(3,5,6) represents the summation of
minterms corresponding to decimal codes 3, 5,
and 6.
ECE2003 – DIGITAL LOGIC DESIGN 35
CANONICAL AND STANDARD FORMS
Example-1: .Obtain the canonical sum of product form
of the following function, F (A, B, C) = A + BC
Solution:
The given function contains three variables A, B,
C.
The variables B and C are missing from the first
term of the expression and the variable A is missing
from the second term of the expression.
Therefore, first term is to be multiplied by (B+B′)
and (C+C′).The second term is to be multiplied by
(A+A′).
Example-2:
Solution:
In the above three-variable expression, C is missing
from the first term, A is missing from the second
term, and B is missing from the third term.
Example-2:
(i). Y= A. (B+ C+ A)
(ii). Y= (A+B‟) (B+C) (A+C‟)