All About Circuits

Digital Circuits

Boolean Algebra


67 questions By Tony R. Kuphaldt

Page 21 of 23 0 of 67 answers revealed (0%)
  • Question 61 of 67

    Shown here is the ladder logic diagram for a fire alarm system, where the activation of any alarm switch opens that (normally-closed) switch contact and sounds the alarm:





    Write the Boolean expression for this relay circuit, then simplify that expression using DeMorgan’s Theorem and draw a new relay circuit implementing the simplified expression.

    Reveal answer
  • Question 62 of 67

    The Law of Distribution in boolean algebra is identical to the law of distribution in “normal” algebra:

    $$A(B + C) = AB + AC \ \ \ \ \ \ \ \ \ \ \ \ \ Applying \ the \ Law \ of \ Distribution$$

    While the process of distribution is not difficult to understand, the reverse of distribution (called factoring) seems to be a more difficult process for many students to master:

    $$AB + AC = A(B + C) \ \ \ \ \ \ \ \ \ \ \ \ \ Factoring \ A \ out \ of \ each \ term$$

    Survey the following examples of factoring, and then describe what this process entails. What pattern(s) are you looking for when trying to factor a Boolean expression?

    $$CD + AD + BD = D(C + A + B)$$

    $$X\overline{Y} \ \overline{Z}+\overline{X} \ \overline{Y} Z = \overline{Y}(X\overline{Z}+\overline{X}Z)$$

    $$J + JK = J(1 + K)$$

    $$AB + ABCD + BCD + B = B(A + ACD + CD + 1)$$

    Reveal answer
  • Question 63 of 67

    Simplify this logic gate circuit, which uses nothing but NAND gates to accomplish a certain logic function:




    Reveal answer
  • K
    knickels October 28, 2024

    Question 29, answer 3 has a typo - should be A*B + !(D)*E not A*B+!(D*E)

    Like. Reply
    • D
      dalewilson October 28, 2024
      You are correct. Nice catch! I have submitted the change, but it may take a few days to propagate through the system. Thank you for letting us know.
      Like. Reply