Unit 3 - Practice Quiz

MTH265 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 Who is the mathematician credited with formalizing Boolean algebra?

introduction Easy
A. Augustus De Morgan
B. George Boole
C. Charles Babbage
D. Alan Turing

2 In Boolean algebra, variables typically take on one of how many distinct values?

introduction Easy
A. 1
B. 2
C. Infinite
D. 10

3 Which of the following operators typically represents the Boolean AND operation?

basics definitions Easy
A.
B.
C.
D.

4 What is the complement (NOT) of the Boolean value $0$?

basics definitions Easy
A.
B. Undefined
C. $1$
D. $0$

5 According to the principle of duality in Boolean algebra, to find the dual of an expression, you must swap $0$s with $1$s, and swap the OR operation () with which operation?

duality Easy
A. NAND
B. XOR ()
C. NOT ()
D. AND ()

6 What is the dual of the Boolean identity ?

duality Easy
A.
B.
C.
D.

7 Which Boolean theorem is expressed by the equation ?

basic theorems Easy
A. Commutative Law
B. Distributive Law
C. Absorption Law
D. Associative Law

8 What is the result of the Involution Law (Double Negation) ?

basic theorems Easy
A.
B.
C. $1$
D. $0$

9 According to De Morgan's Laws, is equal to:

basic theorems Easy
A.
B.
C.
D.

10 A Boolean algebra can be defined as a lattice that is bounded, distributive, and what else?

boolean algebras as lattices Easy
A. Infinite
B. Complemented
C. Non-commutative
D. Cyclic

11 In the context of a lattice, the Boolean OR operation () represents which of the following?

boolean algebras as lattices Easy
A. Least upper bound (supremum)
B. Complement
C. Identity
D. Greatest lower bound (infimum)

12 According to Stone's Representation Theorem, every finite Boolean algebra is isomorphic to the Boolean algebra of the power set of a finite set. If the set has elements, how many elements are in the Boolean algebra?

representation theorem Easy
A.
B.
C.
D.

13 In a finite Boolean algebra, what are the minimal non-zero elements called?

representation theorem Easy
A. Minterms
B. Atoms
C. Maxterms
D. Supremums

14 In a Boolean function, what is a product (AND) term called if it contains every variable of the function exactly once (either complemented or uncomplemented)?

sum-of-products form for boolean algebras Easy
A. Prime implicant
B. Literal
C. Maxterm
D. Minterm

15 A sum-of-products (SOP) expression consists of:

sum-of-products form for boolean algebras Easy
A. Several OR terms logically ANDed together
B. Only inverted variables
C. Only constant values
D. Several AND terms logically ORed together

16 What is the primary purpose of finding a minimal Boolean expression?

minimal boolean expressions Easy
A. To increase the number of variables
B. To increase the complexity of the expression
C. To convert ANDs to ORs
D. To reduce the number of logical gates and hardware cost

17 Which widely used diagrammatic method helps in finding minimal Boolean expressions for up to 4 variables?

minimal boolean expressions Easy
A. Karnaugh Map (K-map)
B. Venn Diagram
C. Truth Table
D. Hasse Diagram

18 A product term that implies the Boolean function and cannot be simplified further by combining it with another term is called a:

prime implicants Easy
A. Maxterm
B. Minterm
C. Don't care condition
D. Prime implicant

19 If a prime implicant is the ONLY prime implicant that covers a specific minterm of a function, it is known as an:

prime implicants Easy
A. Isolated implicant
B. Redundant prime implicant
C. Essential prime implicant
D. Absolute minterm

20 What does the Boolean Absorption Law state?

basic theorems Easy
A.
B.
C.
D.

21 Find the dual of the Boolean expression .

duality Medium
A.
B.
C.
D.

22 Simplify the Boolean expression using basic Boolean theorems.

basic theorems Medium
A.
B.
C.
D.

23 Convert the Boolean function into the standard (canonical) sum-of-products form.

sum-of-products form for boolean algebras Medium
A.
B.
C.
D.

24 In a Boolean algebra, which of the following identities correctly represents the Involution Law?

basics definitions Medium
A.
B.
C.
D.

25 For a Boolean algebra treated as a lattice , the partial order is defined if and only if which of the following algebraic conditions holds?

boolean algebras as lattices Medium
A.
B.
C.
D.

26 Stone's Representation Theorem states that every finite Boolean algebra is isomorphic to the Boolean algebra of which of the following structures?

representation theorem Medium
A. The set of all integers modulo
B. The set of all prime numbers less than
C. The power set of some finite set
D. A totally ordered set

27 Consider the 3-variable Boolean function . What is the essential prime implicant of ?

prime implicants Medium
A.
B.
C.
D.

28 Simplify the Boolean function to its minimal sum-of-products form.

minimal boolean expressions Medium
A.
B.
C.
D.

29 Simplify the expression using Boolean algebra theorems.

basic theorems Medium
A.
B.
C.
D.

30 What is the dual of the Boolean theorem ?

duality Medium
A.
B.
C.
D.

31 In the context of Karnaugh maps and logic simplification, a prime implicant of a Boolean function is defined as an implicant that:

prime implicants Medium
A. Contains only one literal
B. Is always equal to a single minterm
C. Cannot be covered by any other implicant with fewer literals
D. Covers all the maxterms of the function

32 If a finite Boolean algebra has at least two elements, what is the only possible cardinality (number of elements) for ?

representation theorem Medium
A. where is prime
B. Any even number
C. Any integer
D. for some integer

33 In a lattice representing a Boolean algebra, the greatest lower bound (GLB) and least upper bound (LUB) of elements and correspond respectively to which Boolean operations?

boolean algebras as lattices Medium
A. and
B. and
C. and
D. and

34 Who is credited with introducing the algebraic structure that formalizes the rules of logic, which is now known as Boolean Algebra?

introduction Medium
A. George Boole
B. Claude Shannon
C. Augustus De Morgan
D. John von Neumann

35 Which of the following Boolean expressions is in a valid Sum-of-Products (SOP) form?

sum-of-products form for boolean algebras Medium
A.
B.
C.
D.

36 The Consensus Theorem states that the expression is logically equivalent to which of the following?

basic theorems Medium
A.
B.
C.
D.

37 What is the minimal Boolean expression for the function defined by the minterms for a 3-variable function ?

minimal boolean expressions Medium
A.
B.
C.
D.

38 In Boolean algebra, elements $0$ and $1$ act as identity elements. Which of the following pairs correctly represents the identity laws for Boolean addition and multiplication?

basics definitions Medium
A. and
B. and
C. and
D. and

39 For a Boolean function, an essential prime implicant is definitively characterized as a prime implicant that:

prime implicants Medium
A. Consists of a single literal
B. Contains no complemented variables
C. Covers at least one minterm that is not covered by any other prime implicant
D. Covers the maximum number of minterms possible in the function

40 Given the Boolean function , what is its canonical (standard) sum-of-products expression assuming a two-variable system ?

sum-of-products form for boolean algebras Medium
A.
B.
C.
D.

41 Consider the set of positive divisors of 30, which forms a Boolean algebra under the operations , , and complement . What is the evaluated result of ?

basics definitions Hard
A. 15
B. 30
C. 1
D. 2

42 In a Boolean algebra viewed as a lattice , which of the following conditions is strictly algebraically equivalent to the partial order relation ?

Boolean algebras as lattices Hard
A.
B.
C.
D.

43 Let denote the total number of distinct self-dual Boolean functions of variables. What is the algebraic ratio ?

duality Hard
A.
B.
C.
D.

44 For a given Boolean algebra, the algebraic equation has a valid solution for if and only if which of the following bounding conditions holds true?

basic theorems Hard
A.
B.
C.
D.

45 By Stone's Representation Theorem, any infinite Boolean algebra is guaranteed to be isomorphic to which of the following mathematical structures?

representation theorem Hard
A. A field of sets (a subalgebra of the power set algebra of some set)
B. The complete power set algebra of a countably infinite set
C. A distributive lattice with no atomic elements
D. A finite Cartesian product of two-element Boolean algebras

46 For the -variable parity function , what is the total number of prime implicants?

prime implicants Hard
A.
B.
C.
D.

47 Let a Boolean function be defined as . Which of the following is the completely minimized sum-of-products form for ?

sum-of-products form for boolean algebras Hard
A.
B.
C.
D.

48 When minimizing a Boolean function that yields a 'cyclic prime implicant chart' (where no essential prime implicants exist), how does Petrick's Method algorithmically resolve the minimum cover?

minimal boolean expressions Hard
A. It translates the covering problem into a Boolean Product-of-Sums equation, multiplies it out to Sum-of-Products, and finds the term with the fewest variables.
B. It proves that the function possesses a unique minimal sum-of-products expression, bypassing the chart.
C. It recursively applies the consensus theorem until the chart generates essential prime implicants.
D. It arbitrarily selects a prime implicant, assumes it is essential, and solves the chart recursively.

49 Let denote the dual of a Boolean function . Based on the generalized De Morgan's Laws, which of the following identities correctly describes the algebraic relationship between , its complement , and its dual ?

duality Hard
A.
B.
C.
D.

50 In any Boolean algebra , a subset forms an ideal if it is downward directed and closed under the supremum (join) operation. Which of the following statements strictly defines a maximal ideal in ?

Boolean algebras as lattices Hard
A. Maximal ideals exist uniquely and only in finite Boolean algebras.
B. The intersection of any two maximal ideals invariably yields another maximal ideal.
C. A maximal ideal must contain all the atomic elements of the Boolean algebra.
D. An ideal is maximal if and only if for every element , exactly one of or holds.

51 Which of the following singleton sets of logical connectives forms a functionally complete set for Boolean algebra, enabling the representation of any arbitrary Boolean function without assuming the availability of constant signals 0 and 1?

minimal boolean expressions Hard
A.
B.
C.
D.

52 Using the Consensus Theorem, the expression minimizes to . What is the fully minimized result of applying the dual of the Consensus Theorem to the Product-of-Sums expression ?

basic theorems Hard
A.
B.
C.
D.

53 According to the Representation Theorem for finite Boolean algebras, if is a Boolean algebra with cardinality , what is the exact number of distinct sub-algebras of that have exactly 16 elements?

representation theorem Hard
A. 70
B. 256
C. 1701
D. 1050

54 Given the Boolean function . What is the total number of essential prime implicants required to cover this function?

prime implicants Hard
A. 2
B. 3
C. 4
D. 0

55 Which of the following identically represents the Shannon Expansion of an arbitrary Boolean function with respect to variable in a valid Product-of-Sums format?

sum-of-products form for boolean algebras Hard
A.
B.
C.
D.

56 In the context of Boolean algebras viewed as lattices, the two absorption laws and are mathematically powerful enough to immediately imply which of the following core algebraic properties without invoking other postulates?

Boolean algebras as lattices Hard
A. The operations are mutually associative.
B. The operations and are idempotent (, ).
C. The lattice structure is inherently distributive.
D. The algebra possesses unique complementary elements for every term.

57 Consider the constant logic-high Boolean function . What is the uniquely valid prime implicant of this function?

prime implicants Hard
A.
B. The function has no prime implicants.
C.
D. 1

58 Let . What is the precise algebraic expression for the dual function ?

duality Hard
A.
B.
C.
D.

59 Which of the following strictly enumerates the original set of Huntington Postulates, which are sufficient to axiomatize a Boolean Algebra over a set with two binary operations?

introduction Hard
A. Closure, Associativity, Idempotence, Absorption, and Complements.
B. Closure, Commutativity, Distributivity, Absorption, and Involution.
C. Closure, Identity, Commutativity, Distributivity, and Complements.
D. Commutativity, Associativity, Distributivity, Identity, and Inverses.

60 Let be a Boolean function of variables. The Reed-Muller expansion is an alternative canonical form based on rings, using only XOR () and AND () operations. Which of the following accurately describes the structure of the Reed-Muller canonical form compared to the standard Sum-of-Products (SOP)?

sum-of-products form for boolean algebras Hard
A. The Reed-Muller form is functionally incomplete for Boolean algebras because it intrinsically lacks the OR operation.
B. Reed-Muller expansions guarantee functionally fewer polynomial terms than a minimal SOP expression.
C. It requires both complemented and uncomplemented variables to form a functionally complete algebraic basis.
D. It strictly relies on XOR sums of AND products using only uncomplemented variables, generating up to exactly possible terms.