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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following expression is dual of
2. A + (B * A) =
3. The Given IC numbers 7404, 7400, 7432 are ..... gates respectively.
4. Is 25 < 32?
5. State the number of possible combinations for a Boolean expression with 3 variables.
6. ( A + B ) ( C + D ) is the same as
7. NOT 0
8. A logic table for NOT that has an input of TRUE will show an output for .....
9. Which logic gate outputs true only if both inputs are true?
10. What is the primary purpose of a truth table?
11. The associative law of addition for three variables is written as A + (B + C) = .....
12. Which of the following are boolean constants?
13. A logic circuit has 4 inputs. How many output combinations are possible?
14. What is the output of the following Python code?x = 10y = 50if (x ** 2 > 100 and y < 100):print(x, y)
15. Which of the these is NOT a fundamental operation in Boolean algebra?
16. The result of A complement plus 1 is equal to
17. Give dual for the following:-(A+0).(A.1.A')
18. What is the primary reason for using binary in computers?
19. The correct way to check if age is between 20 and 30 is .....
20. Boolean algebra expressions are simplified because .....
21. Which logic gate outputs 1 when at least one input is 1?
22. Evaluate this Boolean statement:This sentence has seven words in it.
23. Name the procedure "Break the line, change the sign"
24. !false && false
25. Evaluate this Boolean expression:I am in Computer Science AND I am in Year 9