Boolean Algebra - Boolean logic, Boolean operations, operator precedence, laws of Boolean algebra, representation of Boolean functions, simplification methods - Question Bank
1. Which law states that A + A = A?
2. What is the simplified form of A + AB + A'B?
3. The expression F = A'B + AB' + A'B' represents which logical operation?
4. Which simplification method is generally considered more systematic for a larger number of variables compared to K-maps?
5. A Boolean expression representing a logic gate's functionality is known as its:
6. How many unique Boolean functions of two variables (A, B) exist?
7. How many unique Boolean functions of a single variable exist?
8. The consensus theorem states that X Y + ¬X Z + Y Z = X Y + ¬X Z. What is the consensus term?
9. What is the consensus term of AB and ¬BC?
10. Which law is used to simplify A + (¬A · B) to A + B?
11. What is the Boolean value of 'False'?
12. What is the Boolean value of 'True'?
13. The dual of a Boolean expression is obtained by interchanging AND and OR operations, and 0 and 1.
14. What is the dual of the Boolean expression F = (A + B) · C?
15. Using De Morgan's Law, ¬(X Y) simplifies to:
16. Simplify the expression: (A + B) · (A + ¬B)
17. What is the simplified form of A · B + A · ¬B?
18. If F = A · (A + B), what is the simplified form using absorption law?
19. Consider the Boolean expression F = A + AB. Using the absorption law, what is the simplified form?
20. The canonical POS form of a Boolean function is obtained by multiplying all its:
21. The canonical SOP form of a Boolean function is obtained by summing all its:
22. A 'maxterm' in Boolean algebra is:
23. What does a 'minterm' represent in Boolean algebra?
24. The Quine-McCluskey algorithm is a tabular method used for:
25. What is the goal of simplifying a Boolean function?
26. Karnaugh maps are most effective for simplifying Boolean functions with how many variables?
27. Which simplification method uses a graphical representation with cells representing minterms or maxterms?
28. In a Sum of Products (SOP) form, the function is expressed as:
29. A Boolean function can be represented as a sum of products (SOP) or a product of sums (POS).
30. For a Boolean function with 'n' variables, how many rows are typically present in its truth table?
31. A truth table lists all possible combinations of input values and the corresponding output for a given Boolean function.
32. What is the primary method for representing Boolean functions with a small number of variables?
33. According to De Morgan's Law, ¬(A · B) is equivalent to:
34. De Morgan's Law for the OR operation states that ¬(A + B) is equivalent to:
35. The absorption law A · (A + B) = A is an example of:
36. Which law states that A + (A · B) = A?
37. The complement law states that A · ¬A is equal to:
38. What is the result of A + ¬A in Boolean algebra?
39. Which law states that A · A = A?
40. The idempotent law for the OR operation is:
41. According to the identity law, A · 1 is equal to:
42. What is the result of A + 0 in Boolean algebra?
43. The distributive law in Boolean algebra states that A · (B + C) is equal to:
44. Which law states that A + (B + C) = (A + B) + C?
45. According to the commutative law of Boolean algebra, which statement is true?
46. What is the standard operator precedence in Boolean algebra?
47. The NOT operation in Boolean algebra is also known as:
48. What is the symbol for the Boolean AND operation?
49. In Boolean algebra, what does the '+' symbol typically represent?
50. Which of the following is NOT a basic Boolean operation?