2.4) KEY WORDS Flashcards

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

Logic Gate

A

​A symbol in a logic diagram that represents a single gate – e.g., AND, OR, NOT​

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

AND​

A

​Accepts two inputs and produces one output. Both inputs must be TRUE (1) for the output to be TRUE (1) – otherwise, the output will be FALSE (0)​

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

NOT

A

​Accepts one input and produces one output. If the input is TRUE (1), the output will be FALSE (0). If the input is FALSE (0), the output will be TRUE (1)​

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

OR

A

​Accepts two inputs and produces one output. At least one input must be TRUE (1) for the output to be TRUE (1) – otherwise, the output will be FALSE (0)​

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

Truth Table

A

​A notation used in Boolean algebra to define the output of a logic gate or logic circuit for all possible combinations of inputs.​

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

Logic diagram

A

​A method of expression Boolean logic in a diagram using a set of standard symbols that represent the various logic gates – AND, NOT, OR, etc​

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