Express the boolean function F= (X'+Y)(X+Z)(Y+Z) in SPOS form
(X+Y+Z)(X+Y'+Z)(X'+Y+Z)(X'+Y+Z')
(X'+Y'+Z)(X+Y'+Z)(X'+Y+Z)(X'+Y+Z')
(X'+Y'+Z')(X+Y'+Z)(X'+Y+Z)(X'+Y+Z')
(X+Y+Z)(X+Y'+Z)(X'+Y+Z)(X'+Y'+Z')
Answers
Answered by
1
given a boolean function, express it in SPOS form
Explanation:
- SPOS stands for standard product of sum form , it is expressed as product (П) of max terms that is terms having output false (). It is also known as product of max term or canonical conjunctive normal form.
- Truth Table of the function , is given as ,
- from truth table we get the max terms
- hence, the expression in SPOS form is given by Π ---ANSWER
Similar questions