2.1.4

Arithmetic Operators

Test yourself

Arithmetic Operators

Operators are symbols that represent a specific function within a program.

Illustrative background for Basic operatorsIllustrative background for Basic operators ?? "content

Basic operators

  • Addition is done using a + sign.
  • Subtraction is done using a - sign.
  • Division is done using a / sign.
  • Multiplication is done using a * sign.
  • Exponentiation is done using a ^ or ** sign.
Illustrative background for Modulo operatorIllustrative background for Modulo operator ?? "content

Modulo operator

  • The modulo operator gives the remainder of the division of two numbers.
  • For example:
    • 5 MOD (or %) 2 would be equal to 1.
Illustrative background for Integer divisionIllustrative background for Integer division ?? "content

Integer division

  • The integer division operator returns the quotient (whole part) of a division.
  • For example:
    • 5 DIV (or //) 2 would give 2.

Jump to other topics

1Computational Thinking & Algorithms

2Programming

3Hardware & Software

4Data

5The Internet

6Online Safety & Security

Unlock your full potential with Seneca Premium

  • Unlimited access to 10,000+ open-ended exam questions

  • Mini-mock exams based on your study history

  • Unlock 800+ premium courses & e-books

Get started with Seneca Premium