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

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