programming concepts 003 Flashcards

1
Q

What is a mathematical operator?

A

A Mathematical Operator is simply the symbol you put between different numeric values to return a different number.
Think about addition, the “operator” here is the plus sign “+”.

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

What is a boolean operator?

A

A boolean operator is used when we are comparing boolean values

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

What is a boolean value?

A

Is a data type that has two possible values (usually true or false)

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

What is set theory?

A

-∪ = AND
-∩ = OR
-A’ = NOT A

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