Está en la página 1de 1

TEOREMAS BOOLEANOS

1. x·0=0 2. x·1=x 3. x·x=x


4. x·x=0 5. x+0=x 6. x+1=1
7. x+x=x 8. x+x=1 9. x+y=y+x
10. x·y=y·x 11. x + (y + z) = (x + y) + z = x + y + z 12. x(yz) = (xy)z = xyz
13a. x(y + z) = xy + xz 13b. (w + x) (y + z) = wy + xy + wz + xz 14. x + xy = x
15a. x + xy = x + y 15b. x + xy = x + y 16. x+y=xy
17. xy = x + y

TABLAS DE VERDAD DE LAS COMPUERTAS LÓGICAS

OR NOR AND NAND XOR XNOR


A B A +B A +B A · B A · B A⊕ B A⊕ B
0 0 0 1 0 1 0 1
0 1 1 0 0 1 1 0
1 0 1 0 0 1 1 0
1 1 1 0 1 0 0 1

SÍMBOLOS DE COMPUERTAS LÓGICAS

A x=A+B A x=A+B

B B

Compuerta OR Compuerta NOR

A A x = AB
x = AB
B B

Compuerta AND Compuerta NAND

x = A ⊕B
A = AB + AB A x = A ⊕ B = AB + AB

B B

XOR XNOR

También podría gustarte