To change FA from one state to another in response to some inputs
Accept/reject string:
A string is said to be recognized or accepted by the machine, M=(S,I,f,s0,F), if it takes the initial state s0 to a final state, that is f(s0,x), is a state in F.
The language recognized or accepted by the machine M, denoted by L(M), is the set of all strings that are accepted by M
Equivalent finite-state automata:
Definition: Two finite-state automata are called equivalent if they recognize the same language