CIS 351 Digital Logic Homework

  1. (Harris & Harris exercise 2.24) Write Boolean equations for the circuit shown below. You need not minimize the equations.
  2. Picture a typical 7-line LED display (e.g., one digit of a typical digital alarm clock --- see the diagram below). You are going to design a combinatorial circuit that controls whether the bottom-left LED is lit (LED z_5 to be precise). LED z_5 is lit for numbers 0, 2, 6, and 8; and blank for all other inputs --- including invalid inputs. Description of LED digits
    1. Write the truth table for this circuit. (The circuit is for LED z_5 only. Do not include columns for other LEDs.)
    2. Express the truth table in Sum-of-Products form.
    3. Draw the logic diagram for this combinatorial circuit in a "PLA-style".
  3. Draw the logic diagram corresponding to this boolean expression: (AB xor (B + )) + A̅C. (THe bar should be over the first "C" and the last "A".) You may use XOR gate. (Notice the bar above the C.)
  4. Draw the logic diagram corresponding to this boolean expression: XZ + (XY + Z̅) (The bar should be over the last "Z".)
  5. Draw a logic diagram to show how to build an exclusive-or gate out of AND, OR, and NOT gates.
  6. Show how to build a NAND gate using only NOR gates. Hint: Use De Morgan's Theorems. You can also use google to find more extensive discussions on the web.
  7. Show that {NOR} is logically complete. Your "proof" must include sentences. Diagrams alone are not sufficient.
  8. Using the relay shown below as a model, show how you could combine one or more relays to build a NAND gate. (Relays are covered by Video 2.)

    Description of a relay

  9. (From Null 3rd ed., Chapter 3, number 35.) Construct a truth table to describe the operation of this circuit:
    Circuit from Null textbook
  10. Write a Boolean expression describing the circuit shown above. Your expression should describe the circuit as drawn (i.e., don't simplify it).
  11. Now write a simplified Boolean expression based on the truth table.
  12. (From Null, Chapter 3, number 42.) Little Susie is building a dog-training robots she calls CESAR (Canine Education Special Assistant Robot). Currently, she is working on the robot unit that will award treats when training puppies. First she needs to figure out when a puppy should get dog biscuit as a reward; then she can build the appropriate circuit for the robot. She has concluded the following: Assume the following variables and values: Construct a truth table, find a minimized Boolean function to implement the logic, then draw the logic diagram.

W3c Validation