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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following is an example of a non-weighted code?
2. Evaluate:die1 = 6die2 = 3score = die1+die2score >= 10
3. Write the Boolean value of FALSE.
4. ( (Not True) OR ( 5 != 25) ) NAND ( (5 < 4) XOR True )
5. Identify the gate that can be used to implement all other logic gates.
6. State the purpose of a D type flip-flop
7. Identify the Boolean notation for the complement of A.
8. 5) The Boolean expression for a 3-input AND gate is .....
9. If the result of a logical expression or logical statement is always true or 1
10. The output of an OR gate is LOW when all inputs are:
11. The only time this statement is false is if both inputs are false.
12. In negative logic, the logic 1 state corresponds to
13. The binary equivalent of decimal number 13 is:
14. The involution of A is equal to .....
15. What is the branch of mathematics that deals exclusively with true and false values?
16. What is the simplified form of A + A?
17. What is the output of an OR gate if both inputs are 1?
18. The product consists of either the variables or its negations is called
19. The simplest gate is the ..... gate, also known as an inverter. It accepts a single input and outputs the opposite value
20. Which of these is considered universal gate
21. Which gate is used to find the complement of product of 2 input signals?
22. Truth table shows
23. Select the best definition of a literal
24. When is the output for AND gate TRUE?
25. What is the output of a XOR gate when both inputs are 1?
26. Calculate the dual of Boolean expression (B'+C).A
27. How can you simplify Boolean expressions?
28. What is the significance of truth tables in Boolean algebra?
29. What does a truth table represent?
30. What does the double negation rule state?
31. In Boolean algebra A.A.A.A is equal to
32. Which of these is a definition of a transistor
33. To perform product of maxterms Boolean function must be brought into
34. How many rows does a truth table need if there are 2 inputs?(1 mark)
35. Which property:A+B = B+A or A * B = B*A
36. According to Boolean algebra theorems x.x is equal to
37. What does De Morgan's first law state?
38. A string is .....
39. Boolean algebra is different from ordinary algebra in which way?
40. Convert (1011) ..... 2 to decimal:
41. In the Boolean algebra, a variable has ..... different state(s)/value(s).
42. The XOR gate produces ..... when even number of 1's are there in the input combinations.
43. NOT Gate:If A is Off, B would light up?
44. Identify the logic gate that outputs 1 only when all inputs are 1.
45. Describe the significance of the truth table in logic circuits.
46. According to Boolean law ((A)')'
47. Another way to represent OFF or FALSE
48. X = 100Y = 50print(x and y)What is the ouput of this code?
49. What does the statement:(NOT A) OR A evaluate to?
50. How many different combinations of 1 and 0 are possible with 3 bits?
51. NOR Gate is the combination of?
52. In the truth table for a NOR gate, what is the output when both inputs are 1?
53. A NOT takes a single Boolean value, either true or false, and .....
54. What is the correct way to declare a boolean variable in Java?
55. What gate produces 0 only when both inputs are 1?
56. An integer is .....
57. The expression for the Absorption law is given by ..... (A' means $\overline{A}$
58. Write the Boolean value of TRUE.
59. Two transistors connected in series, with two inputs and one output, act like .....
60. If there are 3 variables, then we can have ..... number of minterms