All About Circuits

Digital Circuits

Boolean Algebra


67 questions By Tony R. Kuphaldt

Page 9 of 23 0 of 67 answers revealed (0%)
  • Question 25 of 67

    Like real-number algebra, Boolean algebra is subject to certain rules which may be applied in the task of simplifying (reducing) expressions. By being able to algebraically reduce Boolean expressions, it allows us to build equivalent logic circuits using fewer components.

    For each of the equivalent circuit pairs shown, write the corresponding Boolean rule next to it:













    Note: the three short, parallel lines represent “equivalent to” in mathematics.

    Reveal answer
  • Question 26 of 67

    Shown here are six 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+AB = A$$
    $$A+ \overline{A}B = A+B$$

    Determine which rule (or rules) are being used in the following Boolean reductions:

    $$\overline{DF}+\overline{DF}C=\overline{DF}$$

    $$1+G = 1$$

    $$B+AB = B$$

    $$\overline{FE}+\overline{FE}=\overline{FE}$$

    $$XYZ+\overline{XYZ}=1$$

    $$GQ+Q = Q$$

    $$\overline{H} \ \overline{H}=\overline{H}$$

    $$\overline{CD} + \overline{CD}=\overline{CD}$$

    $$EF(EF) = EF$$

    $$CD+\overline{C}=\overline{C}+D$$

    $$LNM+ML = LM$$

    $$A\overline{G}F\overline{C}+F\overline{C}\ \overline{G}=F\overline{C}\ \overline{G}$$

    $$\overline{M}+1=1$$

    $$\overline{BC}+BC=1$$

    $$ABC+CAB = BCA$$

    $$S+STV\overline{Q}=S$$

    $$\overline{DE}(R+1)=\overline{DE}$$

    $$\overline{RS}\ \overline{SR}=\overline{RS}$$

    $$ABC\overline{D}+D=D+ABC$$

    $$AC\overline{B}+CAD\overline{B}=A\overline{B}C$$

    $$A+T+\overline{W}+\overline{A}+X=1$$

    $$X\overline{YZ}+\overline{X}=\overline{X}+\overline{YZ}$$

    $$\overline{GFH} \ \overline{HGF}=\overline{FHG}$$

    $$C\overline{AB}+AB=AB+C$$

    Reveal answer
  • Question 27 of 67

    Shown here are eight 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\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:

    $$AB+B(B+\overline{C})+\overline{B}C$$

    $$AB+BB+B\overline{C}+\overline{B}C$$

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

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

    $$AB+B+C$$

    $$B+C$$

    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