M3: Operators Flashcards

1
Q

use to perform arithmetic sequence

A

arithmetic operators

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

used to assign values to variables: = assign, +add, -subtract, *-multiply, / divide, % modulos (remainder)

A

assignment operators

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

used to assign values to variables for “condition” : = rqual to, ==equal equal, !not

A

relational operators

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

used with boolean: and/or/not

A

logical operators

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

true if both values are true, if not then false

A

AND

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

false if the statements are both false, true if not

A

OR

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

true if the value is false, vice versa

A

NOT

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