Two integers m and n are said to be congruent modulo N (N also an integer) if their difference is divisible by N. We write
m = n (mod N). Examples: 15 = 3 (mod 2), since their difference 12 is divisible by 2. They are also congruent mod 3, mod 4, mod 6, and mod 12. Any two odd numbers are congruent mod 2. Any two even numbers are congruent mod 2. 1234 = 4321 (mod 9).
Practically speaking, any integer is congruent mod N to its remainder after division by N. For example, any number is congruent mod 11 to one of 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, since these are the only possible remainders.
For practice, here is a table of seventh powers (mod 11).