Boolean algebra: Boolean functions, representation and simplification. - Question Bank
1. The expression A . (A' + B) simplifies to:
2. Which method is used to systematically derive a minimal sum-of-products expression from a truth table?
3. What does the Boolean expression A + B + C represent?
4. The expression F = (A' + B)(A + B') simplifies to:
5. What is the Boolean expression for the NOR gate?
6. If a Boolean function has 3 variables, how many maxterms are possible?
7. Which of the following is a canonical form of Boolean algebra?
8. The expression F = A + A'B simplifies to:
9. What is the result of applying the consensus theorem: XY + X'Z + YZ = XY + X'Z?
10. The Boolean expression (AB)' + (A+B)' simplifies to:
11. Which representation is often used for Boolean functions in computer science, especially in logic programming?
12. What is the Quine-McCluskey method primarily used for?
13. The expression F = (A+B)(A'+B') simplifies to:
14. Which of the following is NOT a standard Boolean algebra postulate?
15. How many variables are needed to represent a Boolean function with 8 minterms?
16. What is the Boolean function for a 2-input multiplexer's output Y, given inputs A, B, and Select S?
17. The expression F = AB + A'B' represents:
18. Consider the expression F = AB' + A'B. This is the definition of:
19. Which simplification rule is applied to (A+B) + (A+B)' = 1?
20. If F = (A+B)(A'+B), what is the simplified expression?
21. Simplify the Boolean expression: F = A(A+B).
22. The expression F = AB + A'B simplifies to:
23. What is the primary goal of using Boolean algebra in digital logic design?
24. When simplifying a Boolean expression using a K-map, groups of 1s are formed. The size of each group must be a power of:
25. In a K-map, adjacent cells (horizontally or vertically) differ by how many bits?
26. For a Boolean function with 'n' variables, a K-map typically has how many cells?
27. A Karnaugh map (K-map) is a graphical method used for:
28. The canonical POS form of a Boolean function is a product of:
29. The canonical SOP form of a Boolean function is a sum of:
30. What is a sum term containing all variables in their true or complemented form called?
31. A Boolean function in Product of Sums (POS) form is a product of:
32. What is a product term containing all variables in their true or complemented form called?
33. In a Sum of Products (SOP) expression, each product term contains:
34. A Boolean function can be represented in Sum of Products (SOP) form. Which of the following is an example of a minterm?
35. The dual of A . (B + C)' is:
36. What is the dual of the Boolean expression A + (B . C)?
37. According to De Morgan's theorem, (A . B)' is equivalent to:
38. De Morgan's theorem states that (A + B)' is equivalent to:
39. The expression A + (B . C) is equivalent to:
40. Which law states that A . (B + C) = (A . B) + (A . C)?
41. The expression A . (B . C) is equivalent to:
42. Which law states that A + (B + C) = (A + B) + C?
43. What is the result of A . A' in Boolean algebra?
44. According to the Complement Law, A + A' equals:
45. The Boolean expression A . A simplifies to:
46. Which law states that A + A = A?
47. What is the result of A . 1 in Boolean algebra?
48. The expression A + 0 equals which of the following?
49. Which law in Boolean algebra states that A + (A . B) = A?
50. What is the fundamental property of Boolean algebra that states that an expression remains unchanged when its variables are swapped?