

InterviewSolution
Saved Bookmarks
1. |
The min term when X=Y=Z=0 is_____________(a) x’+y’+z’(b) xyz(c) x’y’z’(d) x+y+zI had been asked this question by my school principal while I was bunking the class.This interesting question is from Boolean Functions in section Boolean Algebra and Logic Circuits of Computer Fundamentals |
Answer» CORRECT answer is (c) X’y’z’ The best I can EXPLAIN: There MINTERM expression is obtained using the AND TERM. Here, when X=Y=Z=0, the expression obtained is x’y’z’. |
|