Operators are used to perform operations on variables and values. There are different groups of operators including arithmetic, assignment, comparison, increment/decrement, logical, string, and array operators. Assignment operators are used with numeric values to write a value to a variable, with the basic assignment operator being "=" which means the left operand gets set to the value of the right side expression.