2.2.6

Arithmetic Operators

Test yourself on Arithmetic Operators

Test your knowledge with free interactive questions on Seneca — used by over 10 million students.

Arithmetic Operators

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

Basic operators

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.
Modulo operator

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. That's because 5 ÷ 2 = 2 remainder 1.
    • 43 MOD 9 would be equal to 7. That's because 43 ÷ 9 = 4 remainder 7.
Integer division

Integer division

  • The integer division operator returns the quotient (whole part) of a division.
  • For example:
    • 5 DIV (or //) 2 would give 2.
    • 43 DIV 9 would give 4.
Jump to other topics
1

Computer Systems

1.1

Systems Architecture

1.2

Memory & Storage

1.3

Computer Networks, Connections & Protocols

1.4

Network Security

1.5

Systems Software

1.6

Ethical, Legal, Cultural & Environmental Concern

2

Computational Thinking, Algorithms & Programming

2.1

Algorithms

2.2

Programming Fundamentals

2.3

Producing Robust Programs

2.4

Boolean Logic

2.5

Programming Languages & IDEs

Practice questions on Arithmetic Operators

Can you answer these? Test yourself with free interactive practice on Seneca — used by over 10 million students.

  1. 1
  2. 2
  3. 3
Answer all questions on Arithmetic Operators

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