SACC

// navigation

Questions
Answers

// Questions



  1. Generate a truth table for
    • A four input NAND gate
    • A four-input NOR gate


  2. Can a NAND gate be used as an INVERTER? If so, illustrate how with a two-input NAND gate.

  3. Can a NOR gate be used as an INVERTER? If so, illustrate how with a two-input NOR gate.

  4. Assuming POSITIVE logic, what do each of the following voltage levels represent (1 or 0)?
    • .3v
    • 2.4v
    • 5.0v
    • 0.0v
    • 1.9v



  5. Find the TTL part number and the number of gates per chip for each of the following logic gates:
    • Inverters
    • Two-input OR gates
    • Four-input NAND gates
    • Two-input NOR gates
    • Two-input AND gates



  6. What pin numbers must be conected to power supply and ground for each of the following TTL chips:
    • 7400
    • 7420
    • 7476
    • 74151



  7. Show that the distributive law of OR over AND holds true by means of a truth table, that is show that
        X+(YZ)=(X+Y)(X+Z)



  8. Show that the distributive law of AND over OR holds true by means of a truth table, that is show that
       X(Y+Z)=(XY)+(XZ)



  9. Use a truth table to prove the absorption rule, that is
       X+XY=X



  10. Use a truth table to prove the following theorem
      x(X+Y)=X



  11. Given the following TTL gates and connections, give an expression for the output function f





  12. What would be the result of connecting two inverters in tandem? Why would this be useful thing to do in a digital circuit?


  13. What is the disadvantage of leaving the inputs of a logic gate unconnected?




Source: Passafine, John and Michael Douglas, Digital Logic Design