Operators Flashcards

1
Q

The operators ‘, *, and + have what names?

A

NOT, AND, and OR

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

Operator symbols replace the operator words as follows:

A

NOT x = x’

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

AND function is true when what?

A

AND function is true when all inputs are true.

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

The OR function output is true when what?

A

one or more of the input variables are true.

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

What does the NOT function do?

A

It complements a variable.

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

What do truth tables represent?

A

functions in graphic form

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

Why are the tables called truth tables?

A

because they display when the function defined by all the table is true as well as when the function is false for all combination of inputs

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