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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What would the following condition return?"Bob" == "Bob"
2. What is the output of a NOT gate if the inputs is 0?
3. In Boolean Algebra A plus A complement is equal to
4. What does "binary" mean, literally?
5. Imagine Daniel is driving and he sees a traffic light turn red. What should Daniel do if the condition 'light=red' is true?
6. The maxterms (1, 6, 7) can be written as
7. What is the output of an OR gate if the inputs are 1 and 0?
8. The distributive law of addition is written for three variables as A (B + C) = .....
9. Which code is used for error detection in digital systems?
10. Which property:(A + B) + C = A + (B + C) or (A * B) * C = A * (B * C)
11. Why do we make intermediate columns when constructing truth tables?
12. Determine the output of the following program at the various points indicated below.int x = 5;double y = 2.34;if( x % 2 == 0 ) \{System.out.println( x + " is even." );\}else \{System.out.println( x + " is odd." );\}
13. OR Gate:IF A is ON and B is ON, C would light up?
14. Which gate gives a HIGH output only when all inputs are LOW?
15. What happens if the word being searched exists?
16. In computing 1's and 0's often also means .....
17. Why would you use a boolean expression?
18. The output of a gate is only 1 when both inputs are 1
19. Michael is learning about the foundations of computer science and comes across Boolean Algebra. He wants to know which mathematician is associated with the development of Boolean Algebra. Who should he research?
20. What is the role of a multiplexer in digital circuits?
21. Michael and Luna are deciding whether to go to the movies. If the decision uses the OR operation, how is it different from using the AND operation?
22. The switching expression F = X'.Y + Y'.Z' + X.Y + Y'.Z after minimization becomes
23. Give dual for the following:-X+X'Y
24. (NOT A) AND B = Q, If A=0 and B = 1, what does Q equal?
25. Which of the following represents Absorption Law