1/3
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.

What is a finite automaton?
A computational model that has a finite number of states.
What’s is the formal definition of a finite automaton?
A 5-tuple list (Q, Σ, δ, q0, F) where:
Q: finite set of states
δ: Q×Σ → Q is the transition function
Σ: input alphabet
q0∈ Q: start state
F ⊆ Q: set of accept states