Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

                        LOGIC GATES

THE 'NOR' GATE

Logic Gates        Main

 The symbol used when showing an NOR gate in a logic circuit is shown as follows:

The NOR gate works in a similar way to the NAND gate, the input can be either X OR Y to get an output of 1 but then gets inverted (NOT) to 0

 Truth Table

X       Y       X OR Y
0       0          1
0       1          0
1       0          0
1       1          0