

InterviewSolution
Saved Bookmarks
1. |
Which operation is shown in the following expression: (X+Y’).(X+Z).(Z’+Y’)(a) NOR(b) ExOR(c) SOP(d) POSThis question was addressed to me in a national level competition.I'd like to ask this question from SOP & POS topic in section Boolean Algebra and Logic Circuits of Computer Fundamentals |
Answer» CORRECT ANSWER is (c) SOP To elaborate: The expression comprises of MAX TERMS. Also, the terms are ANDed together, therefore it is a POS term. |
|