COMPUTER SCIENCE AND ENGINEERING
THEORY OF COMPUTATION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Context free language
|
|
Regular language
|
|
Both (a) and (b)
|
|
None of the mentioned
|
Detailed explanation-1: -A language L is decidable if there is a Turing machine M such that L(M) = L and M halts on every input. Thus, if L is decidable then L is recursively enumerable.
Detailed explanation-2: -Which of the following does not represents the given language? Explanation: The given option represents 0, 01 in different forms using set operations and Regular Expressions. The operator like ^, v, etc. are logical operation and they form invalid regular expressions when used.
Detailed explanation-3: -Which of the following correctly recognize the symbol ‘|-’ in context to PDA? Explanation: Using this notation, we can define moves and further acceptance of a string by the machine. 6.
Detailed explanation-4: -Explanation: A context free language for which no unambiguous grammar exists, is called Inherent ambiguous language.