Exam 3 Review Questions (with Answers)

There will be ONLY one online exam including both lectures and labs on Tuesday, July 09, 2024 at 9:00 AM. This is a online exam via Canvas/Zoom.

Review

Exam 3 covers topics after the lab 4 and is NOT comprehensive.

Overall, Exam 3 may include material from the following sources:

Questions

  1. What component is shown below?


    Answer:
    An OR gate.


  2. What component is shown below?


    Answer:
    An AND gate.


  3. What component is shown below?


    Answer:
    A NOT gate.


  4. Draw the circuit corresponding to the following sum-of-products equation, where !A refers to the negation of variable A, and so on:
    		R = !A!B + AB
    		
    Answer:


  5. Consider the following sum-of-products equation:
    R = !ABC + ABC + A!B!C
    

    Using the above equation, do the following:


  6. Consider the truth table augmented with don't cares, shown below:

    A B C D U
    00001
    0001X
    00100
    00111
    0100X
    01011
    01100
    0111X
    10001
    10010
    1010X
    10110
    11001
    11010
    1110X
    11110

    Using the above truth table, write out the following:

    1. The unoptimized sum-of-products equation, skipping over don't cares
      Answer:
      			U = !A!B!C!D + !A!BCD + !AB!CD + A!B!C!D + AB!C!D
      			

    2. A Karnaugh map, along with boxes which exploit don't cares where appropriate.
    3. Answer:

    4. An optimized sum-of-products equation, derived from the Karnaugh map created in the previous step.
      Answer:
                    U = !C!D + !AD
                   


  7. Consider the truth table augmented with don't cares, shown below:

    A B C D Output
    00000
    00010
    0010X
    0011X
    01000
    01010
    01101
    01111
    1000X
    10010
    10101
    1011X
    11001
    11010
    1110X
    11111

    Using a K-map, derive an optimized equivalent sum-of-products equation that exploits don't cares where appropriate.

    Answer: