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

Quiz Instructions

Select an option to see the correct answer instantly.

1. 6) Which among the below stated boolean expressions do not obey De-Morgan's theorem?
2. According to the associative law:
3. De Morgan's Theorem:(AB)' =?
4. The associative law of multiplication for three variables is written as A (BC) = .....
5. The expression (AB)'+(BC)' can also be written as
6. What is the output of an XOR gate when both inputs are the same?
7. Why is abstraction important in computer engineering?
8. Select the correct meaning of the symbol in Boolean algebra.
9. How many input and output required for multiplexer?
10. What would the following condition return?5 > 2
11. Identify the logic gate that produces the complement of its input.
12. NOR function is dual of
13. When ordering binary numbers for a Karnaugh Map, which of the following is the correct sequence?
14. ..... input values will cause an AND logic gate to produce a HIGH output.
15. What is the output of NOT 1?
16. 2) A ..... gate gives the output as 1 only if all the inputs signals are 1.
17. AND gate output is HIGH when
18. True or False:Logic gates allow programmers to create more abstract and complex computer functions.
19. What does a half adder circuit do?
20. K-map for 3 variables has
21. In a logic circuit, what does the AND gate represent?
22. Convert this base 2 number to base 10:10011
23. What is the system of notation that represents information using 2 states?
24. Explain the concept of Boolean algebra in digital electronics.
25. Evaluate:name = "Andrew"name == "andrew"
26. $\overline{A}$ $\overline{B}$
27. Which of the following is a type of flip-flop?
28. Define the Boolean expression for a NOR gate.
29. How many different combinations of 1 and 0 are possible with 1 bit?
30. What is the result of the Boolean expression A + A'?
31. What is the output of a NAND gate when both inputs are 1?
32. What does Boolean logic primarily use?
33. For the AND Boolean operation, if one of the inputs is false, the output is .....
34. The dual of the expression A + 0 = A is:
35. (NOT False) And (True)
36. According to Distributive law, A(B+C)=
37. James is deciding whether to go outside. If it is not raining, he will go. In Boolean terms, what does the NOT operation do in this scenario?
38. DEMORGAN'S THEOREM STATES THAT .....
39. Evaluate this Boolean expression:I am in Year 8 AND I am in Year 7
40. He BCD code for the decimal number 9 is:
41. A unit which addes two inputs and a carry bit together
42. True or False:AND gates output a 1 if both inputs are 0
43. Current flows through a transistor, between electrodes, when electricity is applied to the .....
44. (Not True) OR ( (5 < 4) || (Not True) )
45. Simplify the Boolean function x + (x'y) to a minimum number of literals.
46. The output of two input AND gate is high when
47. In boolean algebra A+1 = .....
48. A 3-variable K-map consists of:
49. What is the role of Karnaugh maps in simplifying Boolean expressions?
50. Another way to represent OFF or FALSE. (1 mark)
51. Which is the 1's complement of (01011001) ..... 2?
52. What is the symbol for logical addition in Boolean Algebra?
53. Lily installs a security system in her house. The system uses a NOT gate to control the alarm. If the sensor input is true (meaning a door is open), what will be the output of the NOT gate to the alarm?
54. Arjun is learning about how computers make decisions using Boolean Algebra. His teacher asks him:Which of the following is NOT a fundamental operation in Boolean Algebra?
55. In an XOR Gate if the input A is true and the input B is false the output will be .....
56. The Boolean expression (X + Y).(X + Y') simplifies to
57. In a positive logic circuit
58. Define the output of a NOT gate when input is 0.
59. State the Boolean law that says A + 0 = A.
60. What is a Boolean Operator?