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

Quiz Instructions

Select an option to see the correct answer instantly.

1. ..... ..... A . Bis the same as
2. Karnaugh map simplifies
3. The commutative law of addition for two variables is written as A+B = .....
4. Which boolean expression can be used to check if someone is 18 years old or older?
5. What is the purpose of a truth table in circuit design?
6. What is the hexadecimal representation of the decimal number 255?
7. Explain the meaning of a tautology in Boolean logic.
8. What is the correct Boolean expression for a circuit with an OR gate receiving inputs from an AND gate and a NOT gate?
9. Which of the following expressions is in canonical SOP form?
10. The logic gate that outputs 1 only if an odd number of inputs are 1 is:
11. Name the gate which produces output 1 when the input have odd number of 1's
12. / 5 <= 30
13. (C AND D) OR (NOT(A OR B)) = Q, If A=1, B=1, C=0 and D=1, what does Q equal?
14. The NOR gate output will be high if the two inputs are .....
15. According to Boolean laws:A+1=?
16. Samuel and Maya are working together on a project. In Boolean Algebra, what does the AND operation require for their project to be considered successful (output to be true)?
17. Boolean expression:an expression that evaluates to either true or false.(3 > 2) is
18. Which of the following Boolean statements is true?
19. What is the output of an EX-NOR gate?
20. Define Boolean algebra and its importance in digital logic.
21. What would the following condition return?100 * 3 <= 200
22. Explain the difference between combinational and sequential circuits.
23. What would the following condition return?"Hello world!" != "Hi earth!"
24. Which passes a Boolean to a String?
25. What is the purpose of boolean statements in Java?