Unit 2 - Practice Quiz

ECE213 79 Questions
0 Correct 0 Wrong 79 Left
0/79

1 Which logic gate is also known as an inverter?

Logic Gates Easy
A. NOT
B. AND
C. OR
D. XOR

2 How many rows are needed in a truth table for a logic function with 'n' input variables?

Truth Table Easy
A. 2n
B. n
C.
D.

3 According to the Commutative Law of Boolean algebra, is equal to:

Boolean Algebra Easy
A.
B.
C. 1
D.

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

Logic Gates Easy
A. AND
B. OR
C. NAND
D. NOR

5 An expression written as a sum of product terms, like , is in which standard form?

Canonical and Standard form Representation Easy
A. Product-of-Sums (POS)
B. Canonical Minterm Form
C. Canonical Maxterm Form
D. Sum-of-Products (SOP)

6 What is the primary purpose of a Karnaugh Map (K-Map)?

K-Map Easy
A. To generate a truth table
B. To draw a logic circuit diagram
C. To graphically simplify a Boolean expression
D. To calculate the number of gates needed

7 What is the value of the Boolean expression ?

Boolean Algebra Easy
A. 0
B. 1
C. A
D. A'

8 In a K-map, what does the symbol 'X' or 'd' in a cell represent?

Don't Care Easy
A. A required output of 1
B. A required output of 0
C. An error in the map
D. A "don't care" condition

9 Which two logic gates are considered "Universal Gates"?

Logic Gates Easy
A. NOT and AND
B. XOR and XNOR
C. AND and OR
D. NAND and NOR

10 For a 2-input XOR gate, the output is HIGH (1) when the two inputs are:

Truth Table Easy
A. Both HIGH
B. Different
C. The same
D. Both LOW

11 What is the simplified form of the Boolean expression ?

SOP and POS Simplification Easy
A.
B.
C. $A'
D.

12 Which basic gates are required to implement the Boolean function ?

Implementation of Boolean Functions Easy
A. One NOT gate and one AND gate
B. One AND gate and one OR gate
C. Only one NOR gate
D. One NOT gate and one OR gate

13 A sum term that contains all variables of a function (either complemented or uncomplemented) is called a:

Canonical and Standard form Representation Easy
A. Minterm
B. Maxterm
C. Product term
D. Literal

14 De Morgan's theorem states that is equal to:

Boolean Algebra Easy
A.
B.
C.
D.

15 In a 4-variable K-map, how many cells does a grouping of four adjacent 1s (a quad) represent?

K-Map Easy
A. 1
B. 2
C. 8
D. 4

16 What is the output of a 2-input NOR gate when both inputs are 0?

Logic Gates Easy
A. It toggles
B. 1
C. Cannot be determined
D. 0

17 Which Boolean algebra property allows us to simplify the expression to ?

SOP and POS Simplification Easy
A. Idempotent Law
B. Associative Law
C. Identity Law
D. Commutative Law

18 A logic circuit that implements the function uses which type of gate?

Implementation of Boolean Functions Easy
A. NOR
B. NAND
C. XOR
D. AND

19 The expression is in which form?

Canonical and Standard form Representation Easy
A. Standard SOP
B. Standard POS
C. Canonical SOP
D. Canonical POS

20 What is the output Y of a 2-input NAND gate when inputs are A=1 and B=1?

Truth Table Easy
A. A
B. B
C. 0
D. 1

21 What is the simplified form of the Boolean expression ?

Boolean Algebra Medium
A. (A+B)(A'+C)
B. A'B + AC + BC
C. AB + A'C
D. AC + A'B

22 What is the minimum number of 2-input NAND gates required to implement the function (XOR)?

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

23 Simplify the Boolean function using a Karnaugh map.

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

24 A function is given as . What is its equivalent canonical Sum of Products (SOP) form?

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

25 Simplify the following Boolean function to a minimum number of literals: .

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

26 A logic circuit has 3 inputs (A, B, C) and its output F is high only when a majority of the inputs are high. Which Boolean expression represents this function?

Truth Table Medium
A.
B.
C.
D.

27 Which logic gate can be used to implement any Boolean function, and is hence known as a universal gate?

Logic Gates Medium
A. NAND gate
B. XOR gate
C. NOT gate
D. AND gate

28 For the function with don't care conditions , what is the minimal SOP expression?

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

29 Applying De Morgan's theorem to the expression , what is the equivalent expression?

Boolean Algebra Medium
A.
B.
C.
D.

30 How can the Boolean function be implemented using only 2-input NOR gates?

Implementation of Boolean Functions Medium
A. With 3 NOR gates
B. It cannot be implemented with only NOR gates
C. With 4 NOR gates
D. With 2 NOR gates

31 For a 4-variable K-map, a group of 8 adjacent '1's represents a term with how many literals?

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

32 What is the minimal Product of Sums (POS) expression for the function ?

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

33 Which of the following expressions is in canonical Product of Sums (POS) form?

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

34 The expression simplifies to which of the following?

Boolean Algebra Medium
A.
B.
C.
D.

35 An AND gate's output is HIGH only when all its inputs are HIGH. What is the output of an AND gate if one input is tied to logic HIGH (1) and the other input is a variable X?

Logic Gates Medium
A. Always LOW (0)
B. (Inverts the input X)
C. (Follows the input X)
D. Always HIGH (1)

36 In a 4-variable K-map, which group of minterms represents the prime implicant ?

K-Map Medium
A. m(0, 2, 8, 10)
B. m(2, 3, 6, 7)
C. m(0, 1, 4, 5)
D. m(1, 3, 9, 11)

37 How should 'Don't Care' conditions be used in a Karnaugh map to achieve the most simplified expression?

Don't Care Medium
A. They should always be included in any group.
B. They must form their own separate groups.
C. They should be treated as '0's and never be included in groups.
D. They can be treated as either '1' or '0' to form the largest possible groups of '1's.

38 The SOP expression can be simplified to which of the following standard forms?

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

39 A logic circuit is described by the Boolean function . To implement this using only 2-input NAND gates, what is a necessary first step?

Implementation of Boolean Functions Medium
A. Apply double inversion and De Morgan's theorem.
B. Convert the expression to its canonical SOP form.
C. Find the truth table for the function.
D. Convert the expression to its canonical POS form.

40 Consider a 3-bit binary number represented by inputs A, B, and C, where A is the MSB. A logic circuit's output F is HIGH only when the binary number is a prime number (2, 3, 5, 7). What is the canonical SOP expression for F?

Truth Table Medium
A.
B.
C.
D.

41 For a 5-variable Boolean function , what is the minimal Sum of Products (SOP) expression?

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

42 A 4-variable function is implemented using an 8:1 Multiplexer. A, B, and C are used as the select lines respectively. What should the data inputs be?

Implementation of Boolean Functions Hard
A.
B.
C.
D.

43 Which of the following 3-variable Boolean functions is self-dual? (A function F is self-dual if )

Boolean Algebra Hard
A.
B.
C.
D.

44 What is the minimum number of 2-input NAND gates required to implement the function ?

Logic Gates Hard
A. 6
B. 3
C. 5
D. 4

45 Simplify the following Boolean expression using the consensus theorem:

SOP and POS Simplification Hard
A.
B. The expression is already minimal
C.
D.

46 The minimal SOP expression for a function with don't cares is found to be . If the don't care set was , which of the following minterms MUST have been in the original on-set of the function?

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

47 What is the total number of minterms in the canonical Sum of Products (SOP) representation of the function ?

Canonical and Standard form Representation Hard
A. 12
B. 8
C. 10
D. 6

48 A 4-variable Boolean function is defined to be Logic 1 if and only if the number of '1's in the input combination (A,B,C,D) is a prime number. How many minterms are in its canonical SOP representation?

Truth Table Hard
A. 10
B. 11
C. 7
D. 9

49 A function is to be implemented using a 3-to-8 decoder with active-low outputs () and one external multi-input NAND gate. Which decoder outputs should be connected to the NAND gate inputs?

Implementation of Boolean Functions Hard
A. and an external inverter
B.
C.
D. It is not possible with just one NAND gate

50 For the function , identify the number of Essential Prime Implicants (EPIs) and non-EPIs required for a minimal SOP solution.

K-Map Hard
A. 3 EPIs, 1 non-EPI
B. 2 EPIs, 1 non-EPI
C. 2 EPIs, 2 non-EPIs
D. 4 EPIs, 0 non-EPIs

51 What is the minimal Sum of Products (SOP) expression for the function ?

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

52 Which of the following Boolean identities is incorrect?

Boolean Algebra Hard
A.
B.
C.
D.

53 Which of the following purported Boolean identities is actually INCORRECT?

Boolean Algebra Hard
A.
B.
C.
D.

54 Given the function , what is its canonical Product of Maxterms (POS) representation, ?

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

55 Given the function , what is its canonical Product of Maxterms (POS) representation, ?

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

56 For a BCD to Excess-3 code converter, what is the minimal SOP expression for the output bit ? (Inputs are A,B,C,D where A is MSB).

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

57 A 4-bit ripple-carry adder is constructed from 4 full adders. Each full adder is made of two XOR gates, two AND gates, and one OR gate. The propagation delay is 10ns for an XOR gate, 5ns for an AND gate, and 4ns for an OR gate. What is the total time required to get a stable sum output () and final carry () after the inputs (A, B, ) are applied?

Logic Gates Hard
A. 44ns for , 40ns for
B. 34ns for , 30ns for
C. 40ns for , 44ns for
D. 39ns for , 34ns for

58 A 4-bit ripple-carry adder is constructed from 4 full adders. Each full adder is implemented as and . The propagation delay is 10ns for an XOR gate, 5ns for an AND gate, and 4ns for an OR gate. Assuming the critical path for carry propagation between stages is only through one AND and one OR gate after the initial XOR is computed, what is the time to get a stable and final carry ?

Logic Gates Hard
A. 39ns for , 34ns for
B. 34ns for , 30ns for
C. 40ns for , 44ns for
D. 47ns for , 46ns for

59 How many prime implicants and essential prime implicants exist for the function ?

SOP and POS Simplification Hard
A. 4 PIs, 4 EPIs
B. 5 PIs, 3 EPIs
C. 6 PIs, 4 EPIs
D. 6 PIs, 2 EPIs

60 How many prime implicants (PIs) and essential prime implicants (EPIs) exist for the function ?

SOP and POS Simplification Hard
A. 4 PIs, 3 EPIs
B. 4 PIs, 2 EPIs
C. 3 PIs, 3 EPIs
D. 3 PIs, 2 EPIs

61 For a 5-variable Boolean function , what is the minimal Sum of Products (SOP) expression?

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

62 A 4-variable function is implemented using an 8:1 Multiplexer. A, B, and C are used as the select lines respectively. What should the data inputs be?

Implementation of Boolean Functions Hard
A.
B.
C.
D.

63 Which of the following 3-variable Boolean functions is self-dual? (A function F is self-dual if )

Boolean Algebra Hard
A.
B.
C.
D.

64 What is the minimum number of 2-input NAND gates required to implement the function ?

Logic Gates Hard
A. 5
B. 6
C. 3
D. 4

65 Simplify the following Boolean expression using the consensus theorem:

SOP and POS Simplification Hard
A.
B. The expression is already minimal
C.
D.

66 The minimal SOP expression for a function with don't cares is found to be . If the don't care set was , which of the following minterms MUST have been in the original on-set of the function?

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

67 What is the total number of minterms in the canonical Sum of Products (SOP) representation of the function ?

Canonical and Standard form Representation Hard
A. 8
B. 12
C. 6
D. 10

68 A 4-variable Boolean function is defined to be Logic 1 if and only if the number of '1's in the input combination (A,B,C,D) is a prime number. How many minterms are in its canonical SOP representation?

Truth Table Hard
A. 9
B. 7
C. 10
D. 11

69 A function is to be implemented using a 3-to-8 decoder with active-low outputs () and one external multi-input NAND gate. Which decoder outputs should be connected to the NAND gate inputs?

Implementation of Boolean Functions Hard
A. It is not possible with just one NAND gate
B. and an external inverter
C.
D.

70 What is the minimal Sum of Products (SOP) expression for the function ?

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

71 Which of the following purported Boolean identities is actually INCORRECT?

Boolean Algebra Hard
A.
B.
C.
D.

72 Given the function , what is its canonical Product of Maxterms (POS) representation, ?

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

73 For a BCD to Excess-3 code converter, what is the minimal SOP expression for the output bit ? (Inputs are A,B,C,D where A is MSB).

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

74 A 4-bit ripple-carry adder is constructed from 4 full adders. Each full adder is implemented as and . The propagation delay is 10ns for an XOR gate, 5ns for an AND gate, and 4ns for an OR gate. What is the time to get a stable and final carry ?

Logic Gates Hard
A. 39ns for , 34ns for
B. 47ns for , 46ns for
C. 40ns for , 44ns for
D. 34ns for , 30ns for

75 How many prime implicants (PIs) and essential prime implicants (EPIs) exist for the function ?

SOP and POS Simplification Hard
A. 4 PIs, 3 EPIs
B. 4 PIs, 2 EPIs
C. 3 PIs, 2 EPIs
D. 3 PIs, 3 EPIs

76 What is the simplified form of the Boolean function ?

Boolean Algebra Hard
A.
B.
C.
D.

77 What is the function implemented by a 4-to-1 MUX where the select lines are and the data inputs are ?

Logic Gates Hard
A.
B.
C.
D.

78 To implement the function using a 4-to-16 decoder with active-high outputs and an external gate, what is the most efficient solution?

Implementation of Boolean Functions Hard
A. A 7-input NAND gate
B. A 9-input NOR gate
C. A 7-input OR gate
D. A 9-input AND gate

79 A 3-bit binary number 'A' () is compared to a 3-bit binary number 'B' (). A logic function is high (1) only when . How many minterms does this 6-variable function have?

Truth Table Hard
A. 14
B. 21
C. 28
D. 36