Boolean Function SOP & POS

GargiKhanna1 1,208 views 16 slides Oct 04, 2020
Slide 1
Slide 1 of 16
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16

About This Presentation

Boolean Function


Slide Content

Boolean Function Dr. (Mrs.) Gargi Khanna Associate Professor Electronics & Communication Engineering Department National Institute of Technology, Hamirpur

Boolean function A Boolean function has: At least one Boolean variable, At least one Boolean operator, and At least one input from the set {0,1}. It produces an output that is also a member of the set {0,1}.

Truth Table Addition of 2 bits: A B Sum Carry 1 1 1 1 1 1 1 Sum     Sum    

Truth Table Subtraction of 2 bits: A B Difference Borrow 1 1 1 1 1 1 1 Difference       A’ +B’)  

Truth Table Addition of 3 bits: A B C Sum Carry 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Sum   ABC   Sum  

Two-Level Implementations Boolean functions in either SOP or POS forms can be implemented using 2-Level implementations. For SOP forms AND gates will be in the first level and a single OR gate will be in the second level. For POS forms OR gates will be in the first level and a single AND gate will be in the second level. SOP forms can be implemented using only NAND gates, while POS forms can be implemented using only NOR gates.

F = XZ + Y’Z + X’YZ XZ Y’Z X’YZ XZ . Y’Z . X’YZ = XZ + Y’Z + X’YZ F = XZ + Y’Z + X’YZ

Implement the following POS function F = (X+Z) (Y’+Z) (X’+Y+Z)

Standard SOP Write minterms of BC + A. Solution : BC + A Write terms XBC + A XX Add Xs where letters are missing A’BC , ABC Vary X s in XBC AB’C’, AB’C, ABC’, ABC Vary Xs in AXX Thus BC + A = A’ BC +ABC+ AB’C’ + AB’C + A B C’ + A B C or BC + A = A’BC + ABC + AB’C’ + AB’C + ABC’

Standard SOP F(A.B,C) = Σ m(3, 7, 4, 5, 6)

Complementary Nature of Min & Max terms

F= Σ m( 15, 11, 14, 13, 12) F= П M (0,1,2,3,4,5,6,7,8,9,10 )

Standard POS Write full form of the expression Y(A,B,C) = П M (0 , 1, 3, 4)

Standard SOP & POS F= B ’+A’C X0X, 0X1 (000 , 001,100,101), (001,011) F= Ʃm (0,1,4,5,3,8) F(A,B,C)=(A+B)(A’+C) (0+0+X) (1+X+0)=(0+0+0),(0+0+1),(1+0+0),(1+1+0) F= П M(1,0,4,6 )

Happy Learning