Topic 2.4 - Computational Thinking Flashcards

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

What are logic gates?

A

Logic gates are electronic devices that perform basic logic functions.

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

What are the basic logic gates?

A

The basic logic gates are AND, OR, and NOT gates.

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

What is the truth table for an AND gate?

A

A AND B = Output: 0 0 = 0, 0 1 = 0, 1 0 = 0, 1 1 = 1

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

What is the truth table for an OR gate?

A

A OR B = Output: 0 0 = 0, 0 1 = 1, 1 0 = 1, 1 1 = 1

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

What is the truth table for a NOT gate?

A

NOT A = Output: 0 = 1, 1 = 0

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

What is the symbol for an AND gate?

A

The symbol for an AND gate is ^

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

What is the symbol for an OR gate?

A

The symbol for an OR gate is V

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

What is the symbol for a NOT gate?

A

The symbol for a NOT gate is ¬

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

What is the output of an AND gate if A = 1 and B = 0?

A

The output of an AND gate with A = 1 and B = 0 is 0

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

What is the output of a NOT gate if the input is 1?

A

The output of a NOT gate with input 1 is 0

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