Unit 2: Boolean Algebra and Logic gates - Practice Quiz

ECE213 — Digital Electronics 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 Which logic gate produces a HIGH output only when all its inputs are HIGH?

Logic Gates Easy
A. AND gate
B. OR gate
C. NOR gate
D. NOT gate

2 The output of a NOT gate is:

Logic Gates Easy
A. The complement of the input
B. Always HIGH
C. The product of the inputs
D. The sum of the inputs

3 Which gate is known as the universal gate along with NOR?

Logic Gates Easy
A. NAND gate
B. AND gate
C. OR gate
D. XOR gate

4 The XOR gate produces a HIGH output when:

Logic Gates Easy
A. The inputs are equal
B. The inputs are different
C. Both inputs are HIGH
D. Both inputs are LOW

5 For a logic function with input variables, how many rows does its truth table have?

Truth Table Easy
A.
B.
C.
D.

6 A truth table is used to:

Truth Table Easy
A. List all possible input combinations and their outputs
B. Draw only the gate symbols
C. Simplify only using algebra
D. Convert decimal to binary

7 According to Boolean algebra, the value of is:

Boolean Algebra Easy
A.
B.
C.
D.

8 The Boolean expression equals:

Boolean Algebra Easy
A.
B.
C.
D.

9 Which of the following correctly states De Morgan's first theorem?

Boolean Algebra Easy
A.
B.
C.
D.

10 The Boolean expression simplifies to:

Boolean Algebra Easy
A.
B.
C.
D.

11 A minterm is a product term that includes:

Canonical and Standard form Representation Easy
A. Only one variable
B. Only complemented variables
C. Only two variables
D. All variables of the function, each once

12 A canonical Sum of Products (SOP) form is a sum of:

Canonical and Standard form Representation Easy
A. Maxterms
B. Literals only
C. Minterms
D. Constants

13 A maxterm is represented as a:

Canonical and Standard form Representation Easy
A. Sum (OR) of all variables
B. Product (AND) of all variables
C. Constant
D. Single literal

14 SOP stands for:

SOP and POS Simplification Easy
A. Sum of Positions
B. Sum of Products
C. Set of Products
D. Series of Products

15 In a POS (Product of Sums) expression, the sum terms are combined using the:

SOP and POS Simplification Easy
A. OR operation
B. NOT operation
C. AND operation
D. XOR operation

16 A Boolean function in SOP form can be directly implemented using:

Implementation of Boolean Functions Easy
A. AND gates followed by an OR gate
B. OR gates followed by an AND gate
C. Only XOR gates
D. Only NOT gates

17 Which two-level gate structure is used to implement a POS expression?

Implementation of Boolean Functions Easy
A. AND-OR
B. NOT-OR
C. NAND-NAND
D. OR-AND

18 A Karnaugh map (K-Map) is mainly used to:

K-Map Easy
A. Simplify Boolean expressions
B. Convert decimal to hex
C. Generate clock signals
D. Store binary data

19 How many cells does a K-Map for variables contain?

K-Map Easy
A.
B.
C.
D.

20 A don't care condition in a K-Map is usually denoted by:

Don't Care Easy
A.
B.
C.
D.

21 Which single logic gate can be used to implement any Boolean function, and is therefore called a universal gate, when its output equals ?

Logic Gates Medium
A. XOR
B. NAND
C. AND
D. OR

22 The output of a 2-input XNOR gate is HIGH when:

Logic Gates Medium
A. Exactly one input is HIGH
B. Both inputs are equal
C. Both inputs are LOW only
D. Both inputs are HIGH only

23 A truth table for a Boolean function has input variables. How many rows will the complete truth table contain?

Truth Table Medium
A.
B.
C.
D.

24 A function outputs only for the rows and . Which function does this truth table represent?

Truth Table Medium
A.
B.
C.
D.

25 Simplify the Boolean expression .

Boolean Algebra Medium
A.
B.
C.
D.

26 According to De Morgan's theorem, is equal to:

Boolean Algebra Medium
A.
B.
C.
D.

27 Which of the following is the correct simplification of ?

Boolean Algebra Medium
A.
B.
C.
D.

28 A minterm of a Boolean function is a product term in which:

Canonical and Standard form Representation Medium
A. Every variable appears exactly once, either complemented or uncomplemented
B. Only complemented variables are allowed to appear
C. At least one variable appears in true form
D. Variables are combined using the OR operation exclusively

29 For a 3-variable function, the minterm corresponds to which product term?

Canonical and Standard form Representation Medium
A.
B.
C.
D.

30 If a function is expressed as for variables , then in maxterm form the same function is:

Canonical and Standard form Representation Medium
A.
B.
C.
D.

31 The Product of Sums (POS) form of a Boolean function is a logical:

SOP and POS Simplification Medium
A. OR of OR terms
B. AND of OR terms
C. OR of AND terms
D. AND of AND terms

32 Convert the expression into its simplified SOP form.

SOP and POS Simplification Medium
A.
B.
C.
D.

33 Which of the following statements about SOP and POS is correct?

SOP and POS Simplification Medium
A. Both canonical SOP and POS are always built entirely from minterms of the function
B. A canonical SOP uses minterms while a canonical POS uses maxterms
C. A canonical POS uses minterms while a canonical SOP uses maxterms
D. SOP and POS forms can never represent the same Boolean function

34 To implement the function using only NAND gates, the minimum number of 2-input NAND gates required is:

Implementation of Boolean Functions Medium
A. 4
B. 3
C. 2
D. 5

35 A two-level AND-OR logic circuit can be directly converted to an equivalent two-level circuit using only:

Implementation of Boolean Functions Medium
A. NAND gates
B. OR gates
C. XOR gates
D. AND gates

36 A POS (OR-AND) implementation can be replaced by a two-level circuit using only which universal gate?

Implementation of Boolean Functions Medium
A. XNOR
B. AND
C. NAND
D. NOR

37 In a 4-variable Karnaugh map, a group of 8 adjacent cells (an octet) eliminates how many variables from the resulting product term?

K-Map Medium
A. 2
B. 4
C. 1
D. 3

38 Why must adjacent cells in a Karnaugh map differ in the value of exactly one variable when moving horizontally or vertically?

K-Map Medium
A. Because it forces the output column to alternate between and
B. Because the cells are arranged in Gray code order so that only one bit changes between neighbours, allowing valid grouping
C. Because it reduces the total number of cells needed in the map
D. Because binary counting order is used to label the rows and columns

39 A K-map grouping of 4 cells for a 3-variable function results in a product term containing how many literals?

K-Map Medium
A. 3
B. 2
C. 0
D. 1

40 Don't-care conditions in a Karnaugh map are useful because they:

Don't Care Medium
A. Can be treated as either 0 or 1 to form larger groups and achieve greater simplification
B. Are ignored entirely and never influence how groups are formed on the map
C. Must always be treated as 1 to guarantee a valid output for every input
D. Represent inputs that force the function output to remain permanently at 0

41 Simplify the Boolean expression to its minimal form.

Boolean Algebra Hard
A.
B.
C.
D.

42 For , what is the minimal SOP expression using a K-map?

K-Map Hard
A.
B.
C.
D.

43 Given with don't cares , what is the simplest SOP?

Don't Care Hard
A.
B.
C.
D.

44 A 2-input gate outputs only when both inputs differ, and its output is then inverted. Which single gate is functionally equivalent to this description?

Logic Gates Hard
A. XNOR gate
B. NAND gate
C. XOR gate
D. NOR gate

45 Convert into its minimal SOP form for variables .

SOP and POS Simplification Hard
A.
B.
C.
D.

46 The function is expressed as a product of maxterms. Which is correct?

Canonical and Standard form Representation Hard
A.
B.
C.
D.

47 What is the minimum number of two-input NAND gates required to implement ?

Implementation of Boolean Functions Hard
A. 4
B. 2
C. 5
D. 3

48 For a 4-variable K-map, a prime implicant that is the only cover for some minterm is called what?

K-Map Hard
A. Essential prime implicant
B. Redundant prime implicant
C. Non-essential prime implicant
D. Selective prime implicant

49 Using the consensus theorem, simplify .

Boolean Algebra Hard
A.
B.
C.
D.

50 A 3-input function outputs when an odd number of inputs are . How many rows of its truth table have output ?

Truth Table Hard
A. 3
B. 5
C. 4
D. 2

51 Minimize .

SOP and POS Simplification Hard
A.
B.
C.
D.

52 For with , which minimal expression is valid?

Don't Care Hard
A.
B.
C. giving -type forms
D.

53 Which statement about the universality of NOR gates is correct?

Logic Gates Hard
A. A NOR gate can realize AND and OR but not NOT
B. A NOR gate can only realize the OR function
C. A NOR gate alone can realize AND, OR, and NOT functions
D. A NOR gate can realize NOT and OR but not AND

54 Apply DeMorgan's theorem to simplify .

Boolean Algebra Hard
A.
B.
C.
D.

55 To implement any arbitrary 3-variable Boolean function using a single multiplexer, how many selection lines and data inputs are needed?

Implementation of Boolean Functions Hard
A. 3 selection lines and 8 data inputs
B. 3 selection lines and 4 data inputs
C. 2 selection lines and 8 data inputs
D. 4 selection lines and 8 data inputs

56 The standard SOP form differs from the canonical SOP form in that standard SOP:

Canonical and Standard form Representation Hard
A. Requires every term to contain all variables
B. Uses only maxterms in the expression
C. Allows product terms that are not full minterms
D. Cannot be simplified further

57 In a 5-variable K-map, two mirrored cells across the axis of symmetry that hold the same value can be combined. What does such a combination eliminate?

K-Map Hard
A. None of the input variables
B. The variable distinguishing the two map halves
C. Two variables simultaneously
D. The output variable

58 A function of 4 variables has exactly 6 minterms set to . What is the number of maxterms in its POS canonical form?

Truth Table Hard
A. 6
B. 4
C. 16
D. 10

59 Which pair of expressions represents the same function, demonstrating SOP–POS duality?

SOP and POS Simplification Hard
A. and for 2 variables
B. and for 2 variables
C. and for 2 variables
D. and for 2 variables

60 A function is to be implemented. What is the minimum number of 2-input gates (any type) after full simplification?

Implementation of Boolean Functions Hard
A. needing 3 gates
B. needing 2 gates
C. needing 1 gate
D. needs 5 gates with no simplification