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

Quiz Instructions

Select an option to see the correct answer instantly.

1. When ordering binary numbers for a Karnaugh Map, which of the following is the correct sequence?
2. ..... input values will cause an AND logic gate to produce a HIGH output.
3. What is the output of NOT 1?
4. 2) A ..... gate gives the output as 1 only if all the inputs signals are 1.
5. AND gate output is HIGH when
6. True or False:Logic gates allow programmers to create more abstract and complex computer functions.
7. What does a half adder circuit do?
8. K-map for 3 variables has
9. In a logic circuit, what does the AND gate represent?
10. What is the result of the code:team = Cowboysif team = Cowboys:print "Dallas is #1"
11. Convert this base 2 number to base 10:10011
12. What is the system of notation that represents information using 2 states?
13. Explain the concept of Boolean algebra in digital electronics.
14. Evaluate:name = "Andrew"name == "andrew"
15. $\overline{A}$ $\overline{B}$
16. Which of the following is a type of flip-flop?
17. (1 + A + ~B) =
18. Define the Boolean expression for a NOR gate.
19. How many different combinations of 1 and 0 are possible with 1 bit?
20. What is the result of the Boolean expression A + A'?
21. What is the output of a NAND gate when both inputs are 1?
22. What does Boolean logic primarily use?
23. For the AND Boolean operation, if one of the inputs is false, the output is .....
24. The dual of the expression A + 0 = A is:
25. (NOT False) And (True)