Arithmetic operators Flashcards

1
Q

Operators that are used to perform arithmetic operations between variables or two values.

A

ARITHMETIC OPERATORS

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

Add two operands or unary plus

A

Addition

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

Subtracts right hand operand from left hand operand

A

Subtraction

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

Multiplies values on either side of the operator

A

Multiplication

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

Divides left hand operand by right hand operand

A

Division

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

Divides left hand operand by right hand operand and returns remainder

A

Modulus Division

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

Performs exponential (power) calculation on operations.

A

Exponentiation

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

Division that results into whole number adjusted to the left in the number line

A

Floor Division

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