Modular arithmetic involves finding the remainder when one number is divided by another. It deals with operations like addition, subtraction, and multiplication performed on numbers modulo a given value. Some key points about modulo are that it always yields a non-negative remainder and can be used to solve congruences and expressions involving remainders of division.