Class 12 Computer Science Chapter 6 Boolean Algebra And Logic Gates Quiz 5 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. How would you write a boolean expression to check if a variable "age" is greater than or equal to 18 in Java?
2. A(BC) =
3. Find the equivalent Boolean expression of A + A'B
4. 3) The boolean expression of an OR gate is .....
5. Which gate outputs 1 only when all inputs are 0?
6. Evaluate:name = "lucy"name = "sally"name == "lucy"
7. A truth table lists every possible combination of input and the resulting output
8. (True NAND True) OR False
9. Explain De Morgan's Theorems in Boolean algebra.
10. Recognize the output of a NOT gate when the input is 0.
11. K-map for 2 variables has
12. What are the two possible values that Boolean variables can assume?
13. Using 1 bit (1 binary digit) a pixel can have .....
14. Which logic operator is mentioned?The statement ( ..... X) is false when X is true and vice versa.
15. Who is credited with the development of Boolean Algebra?
16. In a NOT Gate if the input is true the output will be .....
17. What is the output of an OR gate when both inputs are false?
18. What is the output of the following boolean expression in Java:System.out.println(6 > 3)?
19. In Boolean Algebra, A + BC =
20. In Boolean algebra, what does + represent?
21. Simplification reduces
22. The result of this program:Friday = Falseif Friday:print "Jeans day!"else:print "Dress code"
23. Who wrote this law:~ (A + B) = ~A * ~B
24. "The burglar alarm will go off if either the door or the window or both are opened" . This is an example of which type of Logic?
25. Which numbers for x would cause the boolean expression x <= 14 to be True?