Computer Fundamentals Questions and Answers – Boolean Functions

This set of Computer Fundamentals Multiple Choice Questions & Answers (MCQs) focuses on “Boolean Functions”.

1. Boolean Function is of the form of ________
a) Truth values
b) K=f(X,Y,X)
c) Algebraic Expression
d) Truth Table
View Answer

Answer: c
Explanation: The boolean function is of the form of algebraic expressions or truth table. A boolean function is of the form as that of option K=f(X,Y,X). The result obtained from a boolean function can be a truth value or a fallacy.

2. The result of X+X.Y is X.
a) True
b) False
View Answer

Answer: a
Explanation: This is a boolean expression. It can be evaluated as :
X+X.Y = X(1+Y) = X.
Since 1+Y=1 by boolean laws.

3. In the boolean function w=f(X,Y,Z), what is the RHS referred to as ________
a) right hand side
b) expression
c) literals
d) boolean
View Answer

Answer: b
Explanation: The RHS is commonly referred to as the expression. The symbols X, Y and Z are commonly referred to as the literals of the function.
advertisement
advertisement

4. The general form for calculating the number of rows in a truth table is ________
a) 2n
b) 2n+1
c) 2n
d) 2n+1
View Answer

Answer: c
Explanation: The general form for the calculation of rows in a truth table is 2n . Here, n= number of literals in the function.

5. The number of literals in the expression F=X.Y’ + Z are _____________
a) 4
b) 3
c) 2
d) 1
View Answer

Answer: b
Explanation: Literals the generally the number of variables used in any boolean expression. Here, since there are 3 variables X, Y and Z, therefore the answer is 3.
Sanfoundry Certification Contest of the Month is Live. 100+ Subjects. Participate Now!

6. The complement term for X’.Y’.Z + X.Y will be _____________
a) XYZ’+X’Y’
b) (X+Y+Z’)(X’+Y’)
c) (X+Y+Z’)(X’+Y)
d) (X+Y+Z’)(X’+Y)
View Answer

Answer: b
Explanation: The OR and AND operators are interchanged. The complement terms are reduced to normal terms and the result is obtained.

7. What is the complement of X’Y’Z?
a) X+YZ
b) X’+Y+’Z’
c) X+Y+Z’
d) XYZ’
View Answer

Answer: c
Explanation: The complement is obtained by converting the complement terms to normal terms and vice versa. Also, the OR and AND operators are interchanged. Here, X’Y’Z gets converted to X+Y+Z’.
advertisement

8. The minterm of any expression is denoted by ___________
a) Mt
b) m
c) M
d) min
View Answer

Answer: b
Explanation: The variables forming an AND term is generally the minterm. It is denoted by m. (lower case letter).

9. The min term when X=Y=Z=0 is _____________
a) x’+y’+z’
b) xyz
c) x’y’z’
d) x+y+z
View Answer

Answer: c
Explanation: There minterm expression is obtained using the AND term. Here, when X=Y=Z=0, the expression obtained is x’y’z’.
advertisement

10. The max term when X=Y=Z=1 is ________
a) x’+y’+z’
b) xyz
c) x’y’z’
d) x+y+z
View Answer

Answer: a
Explanation: The max term consists of variables forming an OR term. Here, when X=Y=Z=1, the expression is x’+y’+z’.

Sanfoundry Global Education & Learning Series – Computer Fundamentals.

To practice all areas of Computer Fundamentals, here is complete set of 1000+ Multiple Choice Questions and Answers.

If you find a mistake in question / option / answer, kindly take a screenshot and email to [email protected]

advertisement
advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.