Finite Automata Flashcards
What does Deterministic Finite Automaton (DFA) consist of?
What is a configuration?
Of a DFA
What is a step relation? What is a reflexive transitive closure of ⊢?
Of DFAs
How can DFAs be displayed as a transition graph?
Which notation is used to be able to say that a word can be read by a DFA? Name a theorem connected to this idea.
When is a language accepted by a DFA? When is a language regular?
Why are DFAs deterministic?
What happens to the complement of a language, if the language itself is regular? Show the basic steps of the proof.
Finish the scentence. Give the basic steps of the proof.
If two languages are regular, is their intersection, difference and union regular?
Yes
What can be said about every finite language?
That it is regular.
What is the difference between DFAs and Nondeterministic Finite Automata (NFAs)?
What is the difference in definitions of the contents of NFAs?
Compared to DFAs
What is the definition of a step relation in a NFA?
What is a path?
In a NFA