Boolean Logic Flashcards

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

What are Logic Gates?

A

Special circuits built into computer chips that receive binary data, apply a Boolean operation, then output a binary result.

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

What is a NOT gate?

A

A logic gate that takes a single input and gives a single output, which is always the opposite value to the input.

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

How does an AND gate function?

A

It takes two inputs and gives one output. The output is 1 only if both inputs are 1; otherwise, the output is 0.

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

What is the output of an OR gate?

A

It takes two inputs and gives one output. If one or both inputs are 1, the output is 1; otherwise, the output is 0.

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

What is a truth table?

A

A table showing the outputs for all possible combinations of inputs to a logic gate or circuit.

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