Boolean Logic Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the 3 Boolean Operators?

A

AND
OR
NOT

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

What does each Boolean Operator have

A

A logic gate

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

What are logic gates?

A

Special circuits in computer chips
Recieve binary data, apply a Boolean operation, output a binary result
Each logic gate has a corresponding truth table -> show the possible input combinations and corresponding outputs

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

AND Gate

A

Take 2 inputs, give 1 output
If both inputs are 1, the output is 1
If not, output is always 0

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

OR Gate

A

2 inputs, give 1 output
If at least one of the inputs is 1, output is 1
If not, input is 0

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

NOT Gate

A

1 input, 1 output
Output value is opposite to input value

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

NOT Gate

A

1 input, 1 output
Output value is opposite to input value

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