Answers for "nor gate"

2

nor nand gate

nor = not OR  ( opposite of OR gate result , 1 will be 0 ) 1+1 = 0 
nand = not AND  ( opposite of AND gate result , 1 will be 0 ) 1*1= 0

EXOR gate
# follow the source- link below this answer to get any answer of Logic gate
Posted by: Guest on November-22-2020
1

nor gate

NOR gate or a "not or gate"
A B   Output
0 0 = 1
1 0 = 0
0 1 = 0
1 1 = 0
Posted by: Guest on February-16-2021

Browse Popular Code Answers by Language