Kapitel 6: Heilen mit boolescher Algebra Flashcards

1
Q

Mit was wird in der booleschen Algebra gerechnet?

A

Mit den Werten “wahr” und “falsch”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wie viele Eingabeterme benötigen binäre Operatoren?

A

2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Konjunktion

A

Ist wahr, wenn A und B wahr sind

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Disjunktion

A

Ist wahr, wenn mindestens ein Term wahr ist

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Implikation

A

Ist nur dann falsch, wenn die Voraussetzung wahr und die Folgerung falsch ist

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Äquivalenz

A

Ist wahr, wenn die Wahrheitswerte von A und B gleich sind

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Antivalenz / XOR

A

Ist wahr, wenn die Wahrheitswerte von A und B unterschiedlich sind

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Wie viele Eingabeterme benötigen unäre Operatoren?

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Identität

A

liefert den Eingangsterm zurück

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Negation

A

liefert das Gegenteil des Eingangsterms zurück

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Assoziativgesetz

A

(A * B) * C = A * (B * C)

A + B) + C = A + (B + C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Kommutativgesetz

A

A * B = B * A

A + B = B + A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Distributivgesetz

A

A * (B + C) = (AB) + (AC)

A + (B * C) = (A + B) * (A + C)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Neutralelement

A

A * 1 = 0
A + 0 = A
A * 0 = 0
A + 1 = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Komplement

A

A * -A = 0

A + -A = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Idempotenz

A

A * A = A

A + A = A

17
Q

Absorptionsgesetz

A

A * (A+B) = A

A + (A*B) = A

18
Q

Dualitätsprinzip

A

Ein boolescher Term, der nur aus Konjunktionen, Disjunktionen, Negationen, Nullen und Einsen besteht, bleibt wahr, wenn alle Konjunktionen, Disjunktionen, Einsen und Nullen vertauscht werden

19
Q

De-Morgan-Gesetz

A
  • (A*B) = -A + -B

- (A+B) = -A * -B

20
Q

Logisches Gatter

A

Elektronisches Bauteil, das boolesche Operatoren realisiert

21
Q

Basis

A

Menge von Operatoren, mit der sich jeder beliebige boolesche Term ausdrücken lässt.

22
Q

Scheffer-Funktion / NAND

A

Ist wahr, wenn die Konjunktion von A und B falsch ist

23
Q

Peirce-Funktion /NOR

A

Ist wahr, wenn die Disjunktion von A und B falsch ist

24
Q

Was ist das spezielle an NAND und NOR?

A

Jede Funktion für sich allein ist bereits eine Basis