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

  1. Three-input OR 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 *OR* input B *OR* input C are '1'
  6.  
  7. In Boolean logic: Q = A + B + C
  8.  
  9.     Truth-table:
  10.  
  11.     A    B    C   |   Q
  12.     --------------|----
  13.     0    0    0   |   0
  14.     0    0    1   |   1
  15.     0    1    0   |   1
  16.     0    1    1   |   1
  17.     1    0    0   |   1
  18.     1    0    1   |   1
  19.     1    1    0   |   1
  20.     1    1    1   |   1
  21.  
  22.     0 = inactive = GND = 0V = OFF
  23.         (Wires are green when inactive)
  24.     1 = active = Vcc = 5V = ON
  25.         (Wires are red when active)
  26.  
  27. You can drag this component to another position
  28. by clicking inside the body of the port, hold
  29. the mouse button, move to the new position,
  30. and release the mouse button.
  31.  
  32.