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

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