Topic 2.4: Boolean Logic Flashcards

1
Q

AND Gate

A

Outputs 1 if both inputs are 1.

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

OR Gate

A

Outputs 1 if at least one input is 1.

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

NOT Gate

A

Outputs the opposite of the input.

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

Combining Gates

A

Logic gates can be combined to create complex circuits. Example: (A AND B) OR (NOT C) outputs 1 if A and B are both 1, or if C is 0.

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