4. Logic Gates Flashcards

1
Q

What is a logic gate?

A

a logic gate is a basic foundation of a digital circuit.

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

What is a digital circuit?

A

a circuit where electronic signals are one of two values: High Voltage (1) and Low Voltage (0).

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

What is Voltage?

A

the potential difference across two electrical components needed to make electricity flow through it.

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

What is a Microprocessor?

A

an integrated circuit that provides the same functions of a CPU.

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

What is a truth table?

A

a way of showing every outcome of a logic gate.

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

Name three different types of logic gates:

A

Any three of these:

1: AND gate
2: OR gate
3: NOT gate
4: NAND gate
5: NOR gate
6: XOR (EXOR) gate

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

What does an AND gate look like?

A

=D-

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

How are inputs processed through an AND gate?

A

When using an AND gate, the output (X) would only be high voltage (1) if both inputs (A and B) are high voltage.

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

What does an OR gate look like?

A

=)D-

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

How are inputs processed through an OR gate?

A

When using an OR gate the output (X) will only be high voltage (1) if the input (A) or (B) is high voltage.

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

What does an NOT gate look like?

A

-▷°-

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

How are inputs processed through a NOT gate?

A

When using a NOT gate, there is only one input and output. The output (X) will be high voltage only if the input is low voltage.

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

What is the logic statement of an AND gate?

A

X = A and B or X = A.B

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

What is the logic statement of an OR gate?

A

X = A OR b or X = A+B

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

What is the logic statement of a NOT gate?

A

X = NOT A or X = A’

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

How many inputs are there in a NOT gate?

A

1

17
Q

When the input of a NOT gate is 1, …

A

the output is 0.

18
Q

How are inputs processed through a NAND gate?

A

A NAND gate is a combination of an AND gate and a NOT gate. The Output will be high voltage unless both inputs are high voltage. If both inputs are high voltage the output will be low voltage. This means that X will always be 1 unless A and B are 1.

19
Q

How are inputs processed through a NOR gate?

A

A NOR gate is a combination of an OR gate and a NOT gate. The output X will be high voltage unless both inputs are high voltage. If neither inputs are high voltage, the output will be low voltage. That means that X will always be 0 unless A and B are 0.

20
Q

How are inputs processed through an XOR (EOR) gate?

A

An XOR gate (exclusive OR) has a slightly changed logic from OR gates. Similar to an OR gate, the output X will be high voltage if either of the outputs is high voltage. However in an XOR gate, if both inputs are high voltage, the output will be low voltage. That means output X will always be 1 if inputs A and B are different.

21
Q

What is the role of a logic gate in a logic circuit?

A

A logic gate controls the flow of electrical signals in a circuit.