Chapter 4 Logic gates and logic circuits Flashcards

Search the logic gates(OR, AND, NOT, etc.) and logic circuits on the internet to see how the look.

1
Q

What is a logic proposition?

A

A statement that is true or false.

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

What is a problem statement?

A

An outcome that depends on one or more logic propositions?

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

Which are the two values that boolean variables and operators can have?

A

True or False

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

Which are the basic operators?

A

AND, OR, NOT

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

Which are the additional operators?

A

NAND, NOR, XOR

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

What is a truth table used for?

A

The truthtable is used to represent logic expressions.

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

What is a logic gate?

A

A Logic gate is part of a logic circuit and it operates like a boolean operator.

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

What are alternative circuits used for?

A

Alternative circuits are used for simplifying design.

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

What does AND do?

A

In AND both inputs have to be true or 1 for the output to be 1.

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

What does NOT do?

A

In NOT if the input is 1 the output will be 0. On the other hand, if the input is 0 the output will be 1. NOT can have only one input.

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

What does OR do?

A

In OR at least one input has to be true for it to have a positive output or 1.

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

What does NAND do?

A

NAND is very similar to OR, however if both inputs are 0 than the output will be 1.

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

What does NOR do?

A

NOR needs to have both inputs as 0 if the output has to be 1.

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

What does XOR do?

A

XOR is similar to OR, however it gives 0 if both inputs are 1.

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