Portes logiques Flashcards
1
Q
La porte OUI (NON INVERSEUR)
A
s = a
2
Q
La porte NON (INVERSEUR)
A
s = ā
3
Q
La porte ET (AND)
A
s = a . b
4
Q
La porte OU (OR)
A
s = a + b
5
Q
La porte OU EXCLUSIF (XOR)
A
s = a O b
6
Q
La porte NON ET (NAND)
A
s = non (A ET B)
7
Q
La porte NON OU (NOR)
A
s = non (A OU B)
8
Q
Synthèse des portes logiques
A