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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Evaluate:18 > 4 and 18 < 20
2. In Boolean algebra, what is the result of NOT(True)?
3. What is the Boolean expression for a NAND gate?
4. What is the principle of redundancy in Boolean algebra?
5. What is a binary number system?
6. ( 5-3 ) * 8 >= 16
7. Boolean values are true or false. Which parameter is a boolean?Rect(left, top, width, height, fill='black', opacity=100, visible=True)
8. If a input signal a=11100 is applicable to a NOT gate, its output signal is
9. Which gate inverts the input?
10. For the OR operation .....
11. A switching function f(A, B, C, D) = A'B'CD+A'BC'D+A'BCD+AB'CD
12. How is Boolean algebra applied in designing digital circuits?
13. A Half Adder has how many inputs and outputs?
14. Name the basic Boolean Operators.
15. Benjamin is learning about how computers work in his technology class. His teacher explains that the foundation for digital logic used in computers was laid by a famous mathematician. Who is this mathematician?
16. If the result of any logical statement or expression is always False, for all input combinations. It is called Tautology.
17. Which gate is used to find the complement of sum of 2 input signals?
18. OR gate with schematic "bubbles" on its inputs performs the same functions as ..... gate.
19. Evaluate:age = "10"age != 10
20. Logic simplification mainly reduces
21. XOR gate output is HIGH when inputs are
22. What is the main purpose of a flip-flop in digital circuits?
23. How do you perform binary addition?
24. What is the best explanation for why a computer uses boolean logic to manipulate True and False values?
25. What are the basic logical operators in Boolean algebra?
26. What is a problem statement in the context of logic circuits?
27. In computers, an "on" state, when electricity is flowing, represents .....
28. What is the primary function of logic gates in a computer system?
29. Which of the following is De Morgan's Theorem?
30. What distinguishes an XOR operation from a regular OR operation?
31. Aiden and Abigail are deciding whether to go to the park. Aiden wants to go (true), but Abigail does not (false). If their decision is made using an OR rule, what will be the outcome?
32. How many output bits are required for a two-bit binary adder?
33. Which number represents False?
34. What is the function of a NOT gate?
35. The exam will only accept expressions written in one specific notation
36. In Boolean expression A+AB simplifies .....
37. How can Boolean logic be applied in computer programming?
38. How do we get all the inputs for a truth table with 3 inputs?
39. Which of the following gates only takes one input?
40. Discuss the properties of Boolean algebra.
41. Which of the following gate types below is NOT considered a universal gate?a. XORb. NANDc. NORd. None of the above
42. Explain the concept of a hexadecimal number system.
43. In an AND gate, the inputs are 'A' and 'B' and the output is 'Q'. If A = 0 and B = 1, what is the output, 'Q'?
44. AND Gate:If A is OFF but B is ON, the output would be ..... (1 mark)
45. A NAND gate is the combination of which two gates
46. What is the output of an AND gate if the inputs are 1 and 0?
47. OR Gate:IF A is ON and B is ON, the output would be ..... (1 mark)
48. According to the distributive law A(B+C)=?
49. Which of the following is NOT a characteristic of logic expressions?
50. What is a truth table used for?
51. How does a JK flip-flop differ from an SR flip-flop?
52. What is the result of the following expression:true or true = .....
53. Noah is programming a smart home system. He wants a light to turn on only when the sensor detects that it is NOT dark. Which operation would Noah use to invert the sensor's logical value?
54. Mia is planning a picnic and wants to go only if it is sunny or her friends are available. Which Boolean operation would Mia use to check if at least one of these conditions is true?
55. Explain the concept of a flip-flop in logic design.
56. State the Boolean expression for an OR gate with inputs A and B.
57. In an OR statement both sides need to be TRUE to produce an output of TRUE.
58. Define the Boolean expression for an AND gate with inputs X and Y.
59. Which logic gate take the input and negates it, turning 0 to 1 and 1 to 0?
60. Which of the following best describes how to group terms in a K-map?