Boolean logic, Computing Flashcards

1
Q

Logic Gate

A

Logic Gates are special circuits built into computer chips. They 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

NOT gate

A

NOT gates take a single input and give a single output. The output 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

AND gate

A

AND gates take two inputs and give one output. If 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
4
Q

OR Gate

A

OR gates take two inputs and give
one output. If one or both inputs are 1 then 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

Truth Table

A

A truth table is 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
6
Q

Outputs of an AND Gate if inputs are 0 and 1

A

0

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

Outputs of an AND Gate if inputs are 1 and 1

A

1

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

Outputs of an OR gate if inputs are 1 or 0

A

1

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

Outputs of an NOT gate if inputs are 1

A

0

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

Outputs of an NOT gate if inputs is 0

A

1

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