FAs = Finite Automata = Finite State Machines = FSM
Finite Automaton accepts a Regular Language
Simply put, FSM (Finite State Machine) differs from a Turing Machine in that it has a finite number of states and produces output through a state graph based on incoming input
Finite Automata

Seonglae Cho