Language acceptance by Deterministic Finite Automata (DFAs)
How many states can the automaton transition to upon reading input?
How many transition functions does a DFA have?
Can a DFA run infinitely?
Can a DFA be constructed to count the parity of a given input symbol?
If a DFA accepts a string w, what must be true?
What is the language of a DFA?
Which of the following operations is closed under regular languages?
What happens when a DFA reads the empty string ε?
Given a DFA with n states, what is the maximum length of the shortest string that the DFA can accept?
If two DFAs M1 and M2 accept the same language, what can we say about them?
What is the relationship between DFAs and regular expressions?
Can a DFA accept an infinite language?
In a DFA, what determines which state is reached after processing a string?