Class 12 Computer Science Chapter 6 Boolean Algebra And Logic Gates Quiz 27 (22 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. In boolean algebra, which operation does putting a bar above a letter represent?
2. What is the output of the following boolean expression in Java:System.out.println(5 != 5)?
3. Benjamin is learning about digital circuits in his electronics class. His teacher asks him:How many fundamental operations are there in Boolean Algebra?
4. Evaluate:20<=20 and 20>=20
5. When the result of any logical statement or expression is always TRUE or 1, it is called .....
6. Identify the logic gate also called an inverter.
7. What is the significance of the identity law in Boolean algebra?
8. Decide if the boolean expression evaluates to true or false. Given:a = 1, b = 0, c = 3a == b
9. What is the result of the Boolean expression A AND (A' OR B)?
10. At which clock period does a D-type flip flop change
11. Which of the following is FALSE about the NOT gate?
12. AND Gate:IF A and B are ON, C would light up?
13. ..... operate on statements that are true or false.
14. A + (B + C) =
15. For the AND Boolean operation, the output is only true if .....
16. Give dual for the following:-XY+XY'+X'Y
17. The choices of an if statement are called:
18. What does the commutative law imply for Boolean algebra?
19. X . ( Y . Z ) is the same as:(Hint:Associative Law)
20. NOT gate output is
21. What does the NOT gate do to its input?
22. Add the binary numbers together 1101 + 1001