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

Quiz Instructions

Select an option to see the correct answer instantly.

1. (5 > 4) XOR (4 < 9)
2. Give the dual of A+1=1
3. According to the Boolean laws:A+0=?
4. Which of the following logic gates outputs True only when both inputs are True?
5. According to the associative law of addition,
6. Which law of Boolean algebra emphasizes the elimination of brackets from logical expression along with the re-arrangement of grouping variables?
7. In Binary Coded Decimal (BCD), decimal 9 is represented as:
8. Classify the expression (A + B)' according to DeMorgan's theorem.
9. The Boolean expression Y = (AB)' is logically equivalent to what single gate?
10. In an AND statement both sides need to be TRUE to produce an output of TRUE.
11. Who was the mathematician that developed Boolean algebra?
12. What is a Boolean function?
13. One reason computers use binary is because it prevents confusion and crossed signals. Another reason is a branch of math already existed, called .....
14. Maxterms are also called
15. Which gate outputs 1 if at least one input is 1?
16. What is described as a table that shows the output of a logic gate for all possible combinations of input?
17. Which of the following statement is FALSE about logic gates?
18. Cindy is programming a game that the player must find keys to be able to open doors. The player must have the "green key" to open the "green door" . What happens if the condition does not exist?
19. How many inputs does an AND operation take?
20. Minterms are also called
21. Apply De Morgan's law for (C'+D)' and choose the appropriate one
22. The inputs of a NAND gate are connected together. The resulting circuit is .....
23. What is the output of an OR operation when both inputs are false?
24. NAND gate is equivalent to combination of
25. Which law is this an example of:A(B+C) = (A.B)+(A.C)A+(B.C) = (A+B).(A+C)
26. Logic gates are digital ..... (1 mark)
27. A variable is a symbol in Boolean algebra used to represent
28. Which gate is called the Universal Gate?
29. Isla is designing a digital circuit for a school project. She needs to represent the gates in Boolean logic. How would she typically do this?
30. De Morgan's theorem converts
31. Which logic gate represents the Boolean expression A + B?
32. Identify the logic gate that outputs 0 only when all inputs are 0.
33. Both inputs need to be 1 for an OR gate to output a 1
34. How many inputs can a NAND gate have?
35. What is the difference between a half adder and a full adder?
36. What is the output of an OR gate if its inputs are 0 and 0?
37. What does a Comparative Boolean code look for?
38. What are the two rules of De Morgan's theorem?
39. Define the term 'logic gate' and list its types.
40. A NOT gate produces what kind of output?
41. Another way to represent ON or TRUE. (1 mark)
42. The minterms (0, 3, 4) can be written in expression as
43. What is invented AND gate called?
44. What is the minimum number of gates required to implement the Boolean function (AB+C) if we have to use only 2-input NOR gates?
45. AND Gate:If A is OFF but B is ON, C would light up?
46. Which single gate could be used to represent the circuit described by? $\overline{A.B}$
47. The following equation corresponds to De Morgan's theorem in booloen algebra
48. What is the result of the logical OR operation when both inputs are false?
49. What is the basic building block of digital electronics?
50. In boolean algebra A+0 = .....
51. What will the result of this code be?var = True and Falseprint(var)
52. The expression (A+B).(B+C) can be written in canonical form as
53. In Boolean algebra, how is the NOT operation represented in text format?
54. What would the following condition return?100 == 100
55. How can Boolean algebra be used to simplify logical expressions?
56. Involution Law is also known as
57. A rule in Boolean algebra which permits the removal of brackets from an expression and regrouping of the variables
58. Using an OR gate, it one transistor is on and the other is off, the output is .....
59. Name the law which states that X(Y+Z)=XY+XZ
60. What does the statement:$\left(X+Y\right).\left(X+\overline{Y}\right)$