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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is a truth table?
2. The book of George Boole was an effort to represent logic and reasoning as mathematical operations.
3. Simplification of the Boolean expression (A + B)'(C + D + E)' + (A + B)' yields which of the following results?
4. An inverter gates can be developed using
5. X . ( Y . Z )is the same as
6. A * (B + C) = A* B + A * C
7. In Boolean Algebra A + A + A + A =?
8. X+x'=? Is equal to
9. What kind of 'base' system is binary known as?
10. What does the distributive law in Boolean algebra state?
11. What is a truth table and how is it used in Boolean logic?
12. (A + B')' is also equals to
13. A unit which addes together two inputs
14. The Boolean expression A + AB simplifies to:
15. If A = True and B = False, what is the result of A OR B?
16. What are the three boolean operations in Boolean Algebra?
17. Which Boolean operation is equivalent to adding two binary digits?
18. A Half Subtractor has how many outputs?
19. Select the true function of Karnaugh Map (K-Map):i. Solve difficult expressionii. Simplified Boolean expressioniii. Develop truth table of combinational circuitiv. Differentiate SOP and POS
20. A data type that represents true or false. (1 mark)
21. If an input A is given to an inverter gate i.e. NOT gate, the output will be:
22. How many rows will a truth table with 2 inputs have
23. The maxterm designator of the term, A'+B'+C+C'
24. Which of the following gates is universal?
25. A . ( B + C )is the same as
26. List the two universal logic gates.
27. What is the purpose of a full adder?
28. ( A + D ) ( A + C) =?
29. If 99 NOR gates are cascaded one after another and input is 1, then find the output signal:-
30. Which type of Boolean checks for a specific condition?
31. For an AND gate to output true, what is required of its inputs?
32. What is De Morgan's First Law?
33. Which of the following is the Identity Law in Boolean Algebra?
34. Recognize the Boolean law expressed by A + 1 = 1.
35. With four signal inputs, how many possible outputs are there?
36. The NOT gate takes only one input (it is a unary operator). True or False?
37. In what year was Boolean algebra first introduced?
38. According to the order of precedence in Boolean algebra, which operation is evaluated first?
39. How many states are there in the truth table for a three-input AND gate?
40. 4) Which of the following gate will give a 0 when both of its inputs are 1?
41. In Boolean algebra, the operation A + A is equal to:
42. What is the output of A OR B if A = 0 and B = 1?
43. An Exclusive OR, or XOR, is like a regular OR, but with one difference:
44. Evaluate this Boolean expression:I am in Year 8 AND I am in Year 9
45. How many rows will a truth table with 1 input have
46. The AND and OR gate both take two inputs, while the NOT gate takes just one. True or False?
47. Which gate has all inputs HIGH gives output LOW?
48. In boolean algebra, which operation does putting a bar above a letter represent?
49. What is the output of the following boolean expression in Java:System.out.println(5 != 5)?
50. Benjamin is learning about digital circuits in his electronics class. His teacher asks him:How many fundamental operations are there in Boolean Algebra?
51. Evaluate:20<=20 and 20>=20
52. When the result of any logical statement or expression is always TRUE or 1, it is called .....
53. Identify the logic gate also called an inverter.
54. What is the significance of the identity law in Boolean algebra?
55. Decide if the boolean expression evaluates to true or false. Given:a = 1, b = 0, c = 3a == b
56. What is the result of the Boolean expression A AND (A' OR B)?
57. At which clock period does a D-type flip flop change
58. Which of the following is FALSE about the NOT gate?
59. ..... operate on statements that are true or false.
60. For the AND Boolean operation, the output is only true if .....