Chapter 40 - Logic gates and truth tables Flashcards

1
Q

What does ON or OFF represent?

A

» Represents True or False

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

What does 1 represent?

A

» ON

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

What does 0 represent?

A

» OFF

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

What can electronic logic gates do?

A

» Take on or more inputs and produce a single output
» Can be cascaded into a sequence of logic gates and can be implemented to form a circuit

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

What are the 4 types of logic gates?

A

» NOT
» AND
» OR
» XOR

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

What does a NOT Gate do?

A

» Inverts the input

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

What is the symbol for NOT?

A

» ¬

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

What does an AND Gate do?

A

» Outputs True only if both of the statements are True

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

What is the symbol for an AND Gate?

A

» ∧

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

What does an OR Gate do?

A

» Outputs True if either input is True

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

What is the symbol for an OR Gate?

A

» v

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

What does an XOR Gate do?

A

» Output Will be True if either one of the output is True, but not both

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

What is an XOR Gate equivalent to?

A

» ( A AND NOT B) OR ( NOT A AND B)

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