All About Circuits

Digital Circuits

Boolean Algebra


67 questions By Tony R. Kuphaldt

Page 10 of 23 0 of 67 answers revealed (0%)
  • Question 28 of 67

    A student makes a mistake somewhere in the process of simplifying the following Boolean expression:

    $$AB + A(B + C)$$
    $$AB + AB + C$$
    $$AB + C$$

    Determine where the mistake was made, and what the proper sequence of steps should be to simplify the original expression.

    Reveal answer
  • Question 29 of 67

    Factoring is a powerful simplification technique in Boolean algebra, just as it is in real-number algebra. Show how you can use factoring to help simplify the following Boolean expressions:

    $$C + CD$$

    $$A\overline{B}C + A\overline{B}\ \overline{C}$$

    $$XY\overline{Z} + XYZ + XYW$$

    $$\overline{D}EF + AB + \overline{D}E + 0 + ABC$$

    Reveal answer
  • Question 30 of 67

    Shown here are nine rules of Boolean algebra (these are not the only rules, of course).

    $$A + \overline{A} = 1$$
    $$A + A = A$$
    $$A + 1 = 1$$
    $$AA = A$$
    $$A(1) = A$$
    $$A \overline{A} = 0$$
    $$A(B + C) = AB + AC$$
    $$A + AB = A$$
    $$A \overline{A}B = A+B$$

    Determine which rule is being used in each step of the following Boolean simplification:

    $$\overline{C}F + F(A+\overline{B})+C$$

    $$\overline{C}F + AF + \overline{B}F + C$$

    $$C + F + AF + \overline{B}F$$

    $$C + F(1+A+\overline{B})$$

    $$C + F(1)$$

    $$C + F$$

    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