Current location - Training Enrollment Network - Mathematics courses - What does the exam module mean?
What does the exam module mean?
Modular operation is the abbreviation of modular operation, which is mainly used in computer terminology. The modulus (%) provided in C language is used to find the remainder of the division of two integers.

For example, A mod B, if a is less than or equal to b, the result is a.

Modular operations are widely used in number theory and programming, from the discrimination of odd and even numbers to the discrimination of prime numbers, from modular exponentiation to the solution of the greatest common divisor, from grandson problem to Caesar's cipher problem, all of them are full of modular operations. Although many number theory textbooks introduce modular operation to some extent, most of them are based on pure theory, and the application of modular operation in programming is not much involved.

Proof of distribution law of modular operation;