Class 12 Computer Science Chapter 6 Boolean Algebra And Logic Gates Quiz 2 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. A.A' is equal to
2. Is 1.005 >= 1.000
3. What would the following condition return?75 + 5 == 80
4. If an input A is given to an inverter gate, the output will be,
5. Which gate only has an output of 1 if both inputs are 1?
6. When we use symbols for logic gates, rather than transistors, we are moving up .....
7. Abigail and Kai are deciding whether to go to the park. They agree that if either of them wants to go, they will both go. If both Abigail and Kai do not want to go, what will be their decision?
8. If the output of Booleanexpression is always True or 1 iscalled:
9. How many rows does a truth table need if there are 3 inputs?(1 mark)
10. Explain the difference between AND, OR, and NOT operators.
11. According to the commutative law
12. Which of the following denotes DeMorgan's First theorem?
13. In a boolean expression if X is not 0, it will be
14. Which gate combines AND and NOT operations?
15. Recall the Boolean law that states:X + 0 = X.
16. What is the purpose of a NOT gate?
17. What is the purpose of truth tables in Boolean logic?
18. List the number of inputs and outputs for a standard NOT gate.
19. What is the symbol for the AND operator.
20. In Boolean Algebra A + 1 =?
21. Which of the following is a minterm of three variables A, B, C?
22. The AND Boolean operation takes two inputs but still has a single output. What must be the inputs be for the output to match?
23. Is it possible to have more than one correct way to write a Boolean expression for a given logic circuit?
24. How many values does a Boolean variable have?
25. Which two logic gates are required to construct a half adder?
26. The expression AB + BC can be written in canonical form as
27. If 20 NAND gates are cascaded one after another and input is 1, then find the output signal:-
28. What is a major problem with an SR flip-flop?
29. Which Boolean expression represents an OR gate?
30. What is the simplified form of A + AB?
31. Find the equivalent Boolean expression of A + A'B
32. 3) The boolean expression of an OR gate is .....
33. Which gate outputs 1 only when all inputs are 0?
34. Evaluate:name = "lucy"name = "sally"name == "lucy"
35. A truth table lists every possible combination of input and the resulting output
36. (True NAND True) OR False
37. Explain De Morgan's Theorems in Boolean algebra.
38. Recognize the output of a NOT gate when the input is 0.
39. K-map for 2 variables has
40. What are the two possible values that Boolean variables can assume?
41. Using 1 bit (1 binary digit) a pixel can have .....
42. Which logic operator is mentioned?The statement ( ..... X) is false when X is true and vice versa.
43. Who is credited with the development of Boolean Algebra?
44. In a NOT Gate if the input is true the output will be .....
45. What is the output of an OR gate when both inputs are false?
46. What is the output of the following boolean expression in Java:System.out.println(6 > 3)?
47. In Boolean Algebra, A + BC =
48. In Boolean algebra, what does + represent?
49. Simplification reduces
50. The result of this program:Friday = Falseif Friday:print "Jeans day!"else:print "Dress code"
51. Who wrote this law:~ (A + B) = ~A * ~B
52. "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?
53. Which numbers for x would cause the boolean expression x <= 14 to be True?
54. Which Boolean operation results in 1 only if both inputs are 0 or both are 1?
55. Which gate "reverses" any numbers that pass through it?
56. The logic gate that provides high output for same input for all variables in a 2 variable truth table is ..... gate
57. What fundamental operations does Boolean Algebra include?
58. In the truth table of a NOT gate, what is the output when the input is 0?
59. BOOLEAN ALGEBRA CAN BE USED .....
60. Boolean algebra can be used to