|
|
 |
 |
 |
 |
 |
 |
 |
 |
Spring 2000
Computer Science 3410 - Tutorials
Basic Gates
|
|
This is the AND gate. This gate has a value of 1 only when all the inputs (there may be more than 2) are all of the value 1. It is 0 on all other combinations of input values.
|
|
|
This is the OR gate. It is kind of like the reverse of the AND gate. This gate has a value of 0 only when all the inputs (there may be more than 2) are all of the value 0. It is 1 on all other combinations of input values.
|
|
|
This is the NOT gate. It reverses the input value. This gate has a value of 0 when the input is of the value 1. It is 1 when the input is 0.
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
|