Lernpfad:Digitale Schaltungen/3: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Jneug (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
{{NNavigation}} | {{NNavigation}} | ||
{| class="wikitable text-center code | {| class="wikitable text-center code logictable" | ||
! A !! B !! o<sub>1</sub> | ! A !! B !! o<sub>1</sub> | ||
|+ UND | |+ UND | ||
| Zeile 14: | Zeile 14: | ||
|} | |} | ||
{| class="wikitable text-center code | {| class="wikitable text-center code logictable" | ||
! A !! B !! o<sub>1</sub> | ! A !! B !! o<sub>1</sub> | ||
|+ ODER | |+ ODER | ||
| Zeile 27: | Zeile 27: | ||
|} | |} | ||
{| class="wikitable text-center code | {| class="wikitable text-center code logictable" | ||
! A !! o<sub>1</sub> | ! A !! o<sub>1</sub> | ||
|+ NICHT | |+ NICHT | ||
| Zeile 38: | Zeile 38: | ||
<lückentext> | <lückentext> | ||
{| class="wikitable text-center code | {| class="wikitable text-center code logictable" | ||
! A !! B !! o<sub>1</sub> | ! A !! B !! o<sub>1</sub> | ||
|+ UND-NICHT | |+ UND-NICHT | ||
Version vom 4. September 2020, 09:16 Uhr
| A | B | o1 |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 1 | 1 |
| A | B | o1 |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 1 | 0 |
| A | o1 |
|---|---|
| 0 | 1 |
| 1 | 0 |
| A | B | o1 |
|---|---|---|
| 0 | 0 | 1() |
| 1 | 0 | 1() |
| 0 | 1 | 1() |
| 1 | 1 | 0() |