

InterviewSolution
Saved Bookmarks
1. |
The number of min terms for an expression comprising of 3 variables?(a) 8(b) 3(c) 0(d) 1This question was addressed to me in an interview for internship.This intriguing question originated from SOP & POS in portion Boolean Algebra and Logic Circuits of Computer Fundamentals |
Answer» CORRECT option is (a) 8 The best I can EXPLAIN: If any expression comprises of n VARIABLES, its corresponding MIN terms are GIVEN by 2^n. Here, n=3 since there are 3 variables therefore, min terms=2^3=8. |
|