problemas
TATIANA
COMPUERTA NOT
Lacompuerta NOT es un tanto parecida al buffer salvo por que invierte el valor que se le entrega. También tiene la utilidad de ajustar niveles pero tomando en cuenta que invierte la señal. Si la variablebinaria posee un valor 0, la compuerta NOT cambia su estado al valor 1 y viceversa. El círculo pequeño en la salida de un símbolo gráfico de un inversor designa un inversor lógico. Es decir cambia losvalores binarios 1 a 0 y viceversa.
The NOT gate is somewhat similar to the buffer saved by investing the value that is given. It also has the utility to adjust levels but considering that inverting. Ifthe binary variable has a value of 0, the NOT gate changes its state to the value 1 and vice versa. The small circle at the output of a graphic symbol of an investor designates a logic inverter. Iechange the binary values 1 to 0 and vice versa.
Tabla de verdad
A
X
0
1
1
0
COMPUERTA NAND
La compuerta NAND también hace la función de multiplicación, pero entrega el valor negado.Esto es muy util, dado que si estubieramos usando una AND normal tendriamos que usar otro chip con un NOT para negar el resultado.
Tabla de verdad NAND
A
B
X
0
0
1
0
1
1
1
0
1
1
1
0...
Regístrate para leer el documento completo.