Answer Key

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

1. Determine the values of A, B, C, and D that make the sum term equal to zero.

A. A = 1, B = 0, C = 0, D = 0
B. A = 1, B = 0, C = 1, D = 0
C. A = 0, B = 1, C = 0, D = 0
D.A = 1, B = 0, C = 1, D = 1

2. Which of the following expressions is in the sum-of-products (SOP) form?


A. (A + B)(C + D)
B. (A)B(CD)
C. AB(CD)
D.AB + CD

3. Derive the Boolean expression for the logic circuit shown below:

A.
B.
C.
D.

4. One of De Morgan's theorems states that . Simply stated, this means that
logically there is no difference between:
A. a NOR and an AND gate with inverted inputs
B. a NAND and an OR gate with inverted inputs
C. an AND and a NOR gate with inverted inputs
D.a NOR and a NAND gate with inverted inputs

5. The commutative law of Boolean addition states that A + B = A × B.


A.True
B. False

6. Applying DE Morgan’s theorem to the expression , we get ________.


A.
B.
C.
D.
7. An AND gate with schematic "bubbles" on its inputs performs the same function as
a(n)________ gate.
A. NOT
B. OR
C. NOR
D.NAND

8. For the SOP expression , how many 1s are in the truth table's output
column?
A. 1
B. 2
C. 3
D.5

9. A truth table for the SOP expression has how many input
combinations?
A. 1
B. 2
C. 4
D.8
10. How many gates would be required to implement the following Boolean expression before
simplification? XY + X(X + Z) + Y(X + Z)
A. 1
B. 2
C. 4
D.5

11. Determine the values of A, B, C, and D that make the product term equal to 1.
A. A = 0, B = 1, C = 0, D = 1
B. A = 0, B = 0, C = 0, D = 1
C. A = 1, B = 1, C = 1, D = 1
D.A = 0, B = 0, C = 1, D = 0

12. What is the primary motivation for using Boolean algebra to simplify logic expressions?

A. It may make it easier to understand the overall function of the circuit.


B. It may reduce the number of gates.
C. It may reduce the number of inputs required.
D.all of the above
13. Which Boolean algebra property allows us to group operands in an expression in any order
without affecting the results of the operation [for example, A + B = B + A]?
A. associative
B. commutative
C. Boolean
D.distributive
14. Applying DeMorgan's theorem to the expression , we get ________
A.
B.
C.
D.

15.Use Boolean algebra to find the most simplified SOP expression for F = ABD + CD + ACD +
ABC + ABCD.
A. F = ABD + ABC + CD
B. F = CD + AD
C. F = BC + AB
D.F = AC + AD

16. The NAND or NOR gates are referred to as "universal" gates because either:
A. can be found in almost all digital circuits
B. can be used to build all the other types of gates
C. are used in all countries of the world
D.were the first gates to be integrated
17. The Boolean expression is logically equivalent to what single gate?
A. NAND
B. NOR
C. AND
D.OR
18. Applying the distributive law to the expression , we get ________.
A.
B.
C.
D.
19. Applying DeMorgan's theorem to the expression , we get ________.
A.
B.
C.
D.
20. Which of the examples below expresses the distributive law of Boolean algebra?
A. (A + B) + C = A + (B + C)
B. A(B + C) = AB + AC
C. A + (B + C) = AB + AC
D.A(BC) = (AB) + C
21. Determine the binary values of the variables for which the following standard POS
expression is equal to 0.
A. (0 + 1 + 0)(1 + 0 + 1)
B. (1 + 1 + 1)(0 + 0 + 0)
C. (1 + 0 + 0)(1 + 0 + 1)
D.(1 + 1 + 0)(1 + 0 + 0)

You might also like