Arithmetic operators Flashcards
1
Q
Operators that are used to perform arithmetic operations between variables or two values.
A
ARITHMETIC OPERATORS
2
Q
Add two operands or unary plus
A
Addition
3
Q
Subtracts right hand operand from left hand operand
A
Subtraction
4
Q
Multiplies values on either side of the operator
A
Multiplication
5
Q
Divides left hand operand by right hand operand
A
Division
6
Q
Divides left hand operand by right hand operand and returns remainder
A
Modulus Division
7
Q
Performs exponential (power) calculation on operations.
A
Exponentiation
8
Q
Division that results into whole number adjusted to the left in the number line
A
Floor Division