Mental Model
Every number in computers is stored in bits, and the last bit tells if a number is even or odd. If the last bit is 0, the number is even; if 1, it is odd.
Analogy: Think of a row of light switches representing bits. The last switch controls whether the number is even or odd. If the last switch is off (0), the number is even; if on (1), the number is odd.
Number bits: ... b3 b2 b1 b0
↑
last bit