

InterviewSolution
Saved Bookmarks
1. |
Language classes have the following property:(a) Closure property(b) Decision property(c) Closure & Decision property(d) None of the mentionedI got this question in an international level competition.Asked question is from Testing Emptiness and Membership in division Properties of Regular Languages of Automata Theory |
Answer» RIGHT answer is (C) CLOSURE & Decision property For explanation: A decision property of a language class is an algorithm that takes a formal description of a language(e.g., a DFA) and tells whether or not some property HOLDS. |
|