home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / java / ed8n1t2i / help / 2_input_and_port.help next >
Encoding:
Text File  |  1996-08-14  |  639 b   |  28 lines

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