home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / java / ed8n1t2i / help / inverter.help < prev    next >
Encoding:
Text File  |  1996-08-14  |  558 b   |  26 lines

  1. Inverter
  2.  
  3. This is a very simple basic digital port.
  4. The output of this port is active or '1'
  5. When the input is '0'.
  6.  
  7. In boolean logic: Q = A'
  8.  
  9.     Truth-table:
  10.  
  11.     A    |   Q
  12.     -----|----
  13.     0    |   1
  14.     1    |   0
  15.  
  16.     0 = inactive = GND = 0V = OFF
  17.         (Wires are green when inactive)
  18.     1 = active = Vcc = 5V = ON
  19.         (Wires are red when active)
  20.  
  21. You can drag this component to another position
  22. by clicking inside the body of the port, hold
  23. the mouse button, move to the new position,
  24. and release the mouse button.
  25.  
  26.