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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Construct a truth table for the expression A AND B.
2. Harper is learning about how computers store information. Which of the following best describes the binary system that Harper is studying?
3. What is the output of the following boolean expression in Java:!(4 == 4)?
4. A logic state can only be .....
5. As Zoe begins to learn about how computers work, she starts by understanding the basic electrical signals. As she moves up to learning about programming languages and software, what concept does she leave behind as she journeys up the ladder of abstraction?
6. In what types of coding structures are Boolean Operators used?
7. Which number represents True?
8. What is the dual of the operation A.B+A.C?
9. Boolean variables have values
10. Which of the following is NOT a basic logic gate?
11. The NOT gate is also known as a:
12. A nibble contains ..... bits.
13. What is a logic circuit?
14. The Boolean expression (A + B)'.(A'+ B')' simplifies to
15. Select the number which cannot be base 10
16. What is the main function of an adder circuit?
17. ..... ..... A . Bis the same as
18. Karnaugh map simplifies
19. The commutative law of addition for two variables is written as A+B = .....
20. What is the purpose of a truth table in circuit design?
21. What is the hexadecimal representation of the decimal number 255?
22. Explain the meaning of a tautology in Boolean logic.
23. What is the correct Boolean expression for a circuit with an OR gate receiving inputs from an AND gate and a NOT gate?
24. Which of the following expressions is in canonical SOP form?
25. The logic gate that outputs 1 only if an odd number of inputs are 1 is:
26. Name the gate which produces output 1 when the input have odd number of 1's
27. (C AND D) OR (NOT(A OR B)) = Q, If A=1, B=1, C=0 and D=1, what does Q equal?
28. The NOR gate output will be high if the two inputs are .....
29. According to Boolean laws:A+1=?
30. Samuel and Maya are working together on a project. In Boolean Algebra, what does the AND operation require for their project to be considered successful (output to be true)?
31. Boolean expression:an expression that evaluates to either true or false.(3 > 2) is
32. What is the output of an EX-NOR gate?
33. Define Boolean algebra and its importance in digital logic.
34. What would the following condition return?100 * 3 <= 200
35. Explain the difference between combinational and sequential circuits.
36. What would the following condition return?"Hello world!" != "Hi earth!"
37. Which passes a Boolean to a String?
38. What is the purpose of boolean statements in Java?
39. Which of the following is the correct logical expression for sum of a 2-bit binary adder?
40. Define the AND gate and its truth table.
41. The Boolean algebra is based on the premises that
42. True or False:NOT gates can only have one input
43. What is the result of 1 + 1 in Boolean Algebra?
44. Which type of logic gate/circuit can store inputs and thereby act as memory?
45. The commutative law of multiplication for two variables is written as AB = .....
46. Define the XOR gate and its function.
47. How many minterms are possible with 4 variables?
48. What is the result of NOT 1?
49. Boolean Multiplication is equivalent to the ..... operation.
50. Which of the following relationships represents the dual of the Boolean property x + x'y = x + y?
51. Olivia and Nora are planning a picnic. The picnic will only happen if both Olivia and Nora are available. Which logic gate represents this situation, outputting true only when both inputs are true?
52. Which logic gate outputs 1 only when both inputs are 1?
53. A NOT gate has ..... (1 mark)
54. What is the output of an AND gate if its inputs are 1 and 1?
55. What would the following condition return?20 + 10 * 5 > 70
56. What is the difference between a signed and an unsigned binary number?
57. Which of the following is the correct truth table for an AND gate with two inputs (A and B)?
58. What symbol represents the OR gate in text-based Boolean algebra notation?
59. Name the law which states X+Y = Y+X
60. Digital Signals have how many defined levels? a. 0 b. 1 c. 2 d. infinite