Exam-style question
Try this first
Which other description of a regular language is given in the specification?.
- A.A language that an FSM will accept
- B.A language that only a compiler will accept
- C.A language that contains no repeated symbols
- D.A language that must be stored in a database
Model answer
What a good answer should say
- A language that an FSM will accept
Explanation
Why this works
A regular language is also defined as any language that a finite state machine will accept.
Common mistake
No common mistake is linked to this question yet.
