Data Representation - Logic Gates Flashcards

1
Q

What does a NOT gate look like?

A

Triangle circle

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

What are the attributes of a NOT gate?

A

1 input and 1 output
Output is always the opposite of the input

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

What does an AND gate look like?

A

Rectangle with a curve on the right end

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

What are the attributes of an AND gate?

A

2 inputs and 1 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
5
Q

What does an OR gate look like?

A

An arrow

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

What are the attributes of an OR gate?

A

Has 2 inputs and 1 output
Outputs are always 1 unless the inputs are 0 and 0

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

What does an XOR gate look like?

A

An arrow with an extra like on the left

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

What are the output of an XOR gate?

A

It has 2 inputs and 1 output
If EXACTLY 1 input is 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
9
Q

What happens if there is an AND and a NOT gate?

A

The statement would be NOT(A AND B)

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

What is a logical statement?

A

A logic gate, just in words

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

What is the symbol for NOT A?

A

A with a line over it

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

What is the symbol for A AND B?

A

A . B

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

What is the symbol for A OR B?

A

A + B

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

What is the symbol for A XOR B?

A

A (plus sign with a circle around it) B

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

What is a truth table?

A

A table with all the possible inputs and outputs of a logic circuit

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

What is a logic circuit?

A

Lots of logic gates