Class 12 Computer Science Chapter 6 Boolean Algebra And Logic Gates Quiz 24 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following gates only takes one input?
2. Discuss the properties of Boolean algebra.
3. Which of the following gate types below is NOT considered a universal gate?a. XORb. NANDc. NORd. None of the above
4. Explain the concept of a hexadecimal number system.
5. 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'?
6. AND Gate:If A is OFF but B is ON, the output would be ..... (1 mark)
7. A NAND gate is the combination of which two gates
8. What is the output of an AND gate if the inputs are 1 and 0?
9. OR Gate:IF A is ON and B is ON, the output would be ..... (1 mark)
10. According to the distributive law A(B+C)=?
11. Which of the following is NOT a characteristic of logic expressions?
12. What is a truth table used for?
13. How does a JK flip-flop differ from an SR flip-flop?
14. State the second DeMorgan's Theorem.
15. What is the result of the following expression:true or true = .....
16. 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?
17. 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?
18. Which operator is used to check if two values are equal in Java?
19. Explain the concept of a flip-flop in logic design.
20. State the Boolean expression for an OR gate with inputs A and B.
21. In an OR statement both sides need to be TRUE to produce an output of TRUE.
22. Define the Boolean expression for an AND gate with inputs X and Y.
23. Which logic gate take the input and negates it, turning 0 to 1 and 1 to 0?
24. Which of the following best describes how to group terms in a K-map?
25. What is a truth table?