Vocabulary
What is the name for a vertice on a DFA
What is a state!
Is the string 1010 accepted?
What is yes
Is the string aaaaaaab accepted?
What is yes
What is the name of a state that determines if a given string is rejected or accepted by the DFA.
What is an accept state
Is the string 00110001 accepted?
What is no.
Is the string aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa accepted?
What is no.
What is the name of the arrow going from one state to another.
What is a transition rule.
Is the string ε accepted?
What is yes.
What type of strings are accepted?
What is any string containing a "b"