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

Quiz Instructions

Select an option to see the correct answer instantly.

1. How many number of cells in the 4-variable K-Map?
2. What is the symbol used for the OR operation?
3. Rule in Boolean Algebra where the order of application of two separate terms is not important. E.G. A AND B = B AND A
4. Which of the following expression is dual of
5. The Given IC numbers 7404, 7400, 7432 are ..... gates respectively.
6. State the number of possible combinations for a Boolean expression with 3 variables.
7. ( A + B ) ( C + D ) is the same as
8. A logic table for NOT that has an input of TRUE will show an output for .....
9. Which logic gate outputs true only if both inputs are true?
10. What is the primary purpose of a truth table?
11. The associative law of addition for three variables is written as A + (B + C) = .....
12. Which of the following are boolean constants?
13. A logic circuit has 4 inputs. How many output combinations are possible?
14. What is the output of the following Python code?x = 10y = 50if (x ** 2 > 100 and y < 100):print(x, y)
15. Which of the these is NOT a fundamental operation in Boolean algebra?
16. The result of A complement plus 1 is equal to
17. Give dual for the following:-(A+0).(A.1.A')
18. What is the primary reason for using binary in computers?
19. The correct way to check if age is between 20 and 30 is .....
20. Boolean algebra expressions are simplified because .....
21. Which logic gate outputs 1 when at least one input is 1?
22. Evaluate this Boolean statement:This sentence has seven words in it.
23. Name the procedure "Break the line, change the sign"
24. Evaluate this Boolean expression:I am in Computer Science AND I am in Year 9
25. What would the following condition return?"Bob" == "Bob"
26. What is the output of a NOT gate if the inputs is 0?
27. In Boolean Algebra A plus A complement is equal to
28. What does "binary" mean, literally?
29. Imagine Daniel is driving and he sees a traffic light turn red. What should Daniel do if the condition 'light=red' is true?
30. The maxterms (1, 6, 7) can be written as
31. What is the output of an OR gate if the inputs are 1 and 0?
32. The distributive law of addition is written for three variables as A (B + C) = .....
33. Which code is used for error detection in digital systems?
34. Which property:(A + B) + C = A + (B + C) or (A * B) * C = A * (B * C)
35. Why do we make intermediate columns when constructing truth tables?
36. Determine the output of the following program at the various points indicated below.int x = 5;double y = 2.34;if( x % 2 == 0 ) {System.out.println( x + " is even." );}else {System.out.println( x + " is odd." );}
37. OR Gate:IF A is ON and B is ON, C would light up?
38. Which gate gives a HIGH output only when all inputs are LOW?
39. What happens if the word being searched exists?
40. In computing 1's and 0's often also means .....
41. Why would you use a boolean expression?
42. The output of a gate is only 1 when both inputs are 1
43. Michael is learning about the foundations of computer science and comes across Boolean Algebra. He wants to know which mathematician is associated with the development of Boolean Algebra. Who should he research?
44. What is the role of a multiplexer in digital circuits?
45. Michael and Luna are deciding whether to go to the movies. If the decision uses the OR operation, how is it different from using the AND operation?
46. The switching expression F = X'.Y + Y'.Z' + X.Y + Y'.Z after minimization becomes
47. Give dual for the following:-X+X'Y
48. (NOT A) AND B = Q, If A=0 and B = 1, what does Q equal?
49. Which of the following represents Absorption Law
50. Divides a number by another number and returns just the whole number
51. Rule in Boolean Algebra where if you invert a term twice it is equal to its original term. E.G (NOT NOT A) = A
52. When computer engineers are designing processors, they ..... work at the transistor level.
53. Apply Demorgan's theorem to simplify the following expression:[(A+B)+C]'
54. The only time an XOR is true is when .....
55. Which has the highest order of precedence:AND, OR or NOT?
56. Which of the following represents the Idempotent Law?
57. Another way to represent ON or TRUE
58. Which of the following represents the complement of the function X + YZ
59. Three managers have a key of a safe with them, and it requires any two keys to open the safe. If A, B and C denote the presence of the three managers respectively in front of the safe, write down the switching expression denoting the condition for opening the safe?
60. The process of combining adjacent 1's in K-map is known as: