Given the following Deterministic Finite Automata, I have to be able to tell what language the Automata accepts.image here]
As I can see, it accepts the letters a, b and c. Furthermore, my guess would be that it accepts words such as abca; abc. However, I have no idea how to tell what the "Language" of the Automata is/what language the automata recognizes. Is there any way to generally recognize the language the automata operates with? and what language would it be in this case?