Alphabet, string and language
An alphabet Σ is a finite set of symbols. A string is a finite sequence of symbols; a language is a set of strings over Σ.
w = 0101 → |w| = 4
L = { w ∈ Σ* : w termina en 01 }
The central question is always: does w belong to L?