Operator
Operand
Operator is a symbol representing an operation performed on operands.
operands
x + y = z
x
y
Operands
+
=
Operators
z
result
In other words:
operand_1 (operator) operand_2 = result