Divisible: When one number can be divided by another without leaving any remainder.
Remainder: The amount left over after dividing one number by another.
Modulus Operator (%): A mathematical operator that returns the remainder when one number is divided by another.