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

Quiz Instructions

Select an option to see the correct answer instantly.

1. The book of George Boole was an effort to represent logic and reasoning as mathematical operations.
2. Simplification of the Boolean expression (A + B)'(C + D + E)' + (A + B)' yields which of the following results?
3. An inverter gates can be developed using
4. X . ( Y . Z )is the same as
5. A * (B + C) = A* B + A * C
6. In Boolean Algebra A + A + A + A =?
7. X+x'=? Is equal to
8. What kind of 'base' system is binary known as?
9. What does the distributive law in Boolean algebra state?
10. What is a truth table and how is it used in Boolean logic?
11. (A + B')' is also equals to
12. A unit which addes together two inputs
13. 1 XOR 1
14. The Boolean expression A + AB simplifies to:
15. If A = True and B = False, what is the result of A OR B?
16. What are the three boolean operations in Boolean Algebra?
17. Which Boolean operation is equivalent to adding two binary digits?
18. A Half Subtractor has how many outputs?
19. Select the true function of Karnaugh Map (K-Map):i. Solve difficult expressionii. Simplified Boolean expressioniii. Develop truth table of combinational circuitiv. Differentiate SOP and POS
20. A data type that represents true or false. (1 mark)
21. If an input A is given to an inverter gate i.e. NOT gate, the output will be:
22. How many rows will a truth table with 2 inputs have
23. The maxterm designator of the term, A'+B'+C+C'
24. Which of the following gates is universal?
25. A . ( B + C )is the same as