-->

Boolean Algebra

Question
CBSEENCO12011554

Derive a Canonical SOP expression for a Boolean function F, represented by the following truth table:

U V W F(U,V,W)
0 0 0 1
0 0 1 0
0 1 0 1
0 1 1 1
1 0 0 0
1 0 1 0
1 1 0 1
1 1 1 0

Solution

F(U,V,W)= U’V’W’ + U’VW’ + U’VW + UVW’