Multiple choice

________operators are used to perform basic mathematical operations.

  1. Comparitive

  2. Arithmetic

  3. Concatenative

  4. Reference

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Arithmetic operators (+, -, *, /, etc.) are specifically designed to perform mathematical calculations like addition, subtraction, multiplication, and division. Comparison operators compare values, concatenation operators join text, and reference operators work with cell ranges in spreadsheets.