+ more than 1 input
+ output = 1
NOT Gate (Output=A')
Input Output
A X
0 1
1 0
AND Gate (Output=X.Y)
Input Output
X Y
0 0 0
0 1 0
1 0 0
1 1 1
OR Gate (Output=X+Y)
Input Output
X Y
0 0 0
0 1 1
1 0 1
1 1 1
NAND Gate (A.B)'
Input Output
X Y A B
0 0 0 1
0 1 0 1
1 0 0 1
1 1 1 0
NOR Gate (Output=A+B)'
Input Output
A B F X
0 0 0 1
0 1 1 0
1 0 1 0
1 1 1 0X-OR Gate
0 comments:
Post a Comment