Please enable JavaScript.
Coggle requires JavaScript to display documents.
SISTEMAS DIGITAIS - Coggle Diagram
SISTEMAS DIGITAIS
funções lógicas
AND
A * B = x
OR
A + B = x
NOT
x'
Combinações de portas
NOR
(A + B)' = x
NAND
(A * B)' = x
XOR
A'
B + A
B' = x
XNOR
A
B + A'
B' = x
Teoremas de Morgan
x' * y' = x' + y'
(x + y)' = x' * y'
Descrevendo circuitos lógicos
Teoremas booleanos
A ordem dos fatores não altera o produto
x + y = y + x
x
y = y
x
Operações de mesmo tipo
(x
y)
z = x
y
z
(x + y) + z = x + y + z
distributiva
(w + z)
(y + z) = w
y + x
y + w
z + x z
simplificando expreções
x + x * y = x
x + x' * y = x + y
x' + x * y = x' + y