3.2 Hardware.logic_gates_circuits incompl Flashcards

1
Q

What is a logic gate?

A

An electronic circuit that operates based on ‘on/off’ logic, taking binary inputs (0 or 1) and producing a binary output.

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

Name the six most common types of logic gates.

A

NOT, AND, OR, NAND, NOR, XOR

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

What is a logic circuit?

A

A combination of logic gates designed to carry out a specific task, with an output of 0 or 1.

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

What is a truth table?

A

A table used to check the output of a logic circuit by listing all possible binary input combinations and their corresponding outputs.

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

How is the number of possible binary input combinations determined for a truth table?

A

It is calculated as 2ⁿ, where n is the number of inputs.

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

What is Boolean algebra?

A

A form of algebra linked to logic circuits, based on TRUE and FALSE values, used to simplify and design logical expressions.

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

What is the NOT gate?

A

Function: Inverts the input (0 becomes 1, 1 becomes 0).
Graphical Symbol: A triangle with a small circle at the output.

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

What is the AND gate?

A

Function: Outputs 1 only if all inputs are 1.
Graphical Symbol: A flat-topped shape resembling a ‘D.’

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

What is the OR gate?

A

Function: Outputs 1 if at least one input is 1.
Graphical Symbol: A curved shape tapering to a point.

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

What is the NAND gate?

A

Function: Outputs the inverse of AND; outputs 0 only if all inputs are 1.
Graphical Symbol: AND gate symbol with a small circle at the output.

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

What is the NOR gate?

A

Function: Outputs the inverse of OR; outputs 1 only if all inputs are 0.
Graphical Symbol: OR gate symbol with a small circle at the output.

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

What is the XOR gate?

A

Function: Outputs 1 if the number of 1s in the input is odd (e.g., for two inputs, outputs 1 if exactly one input is 1).
Graphical Symbol: OR gate symbol with an additional curved line at the input.

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