1.

Can a DFA recognize a palindrome number?(a) Yes(b) No(c) Yes, with input alphabet as ∑*(d) Can’t be determinedThe question was posed to me in homework.Question is from Deterministic Finite Automata-Introduction and Definition topic in division Finite Automata of Automata Theory

Answer»

Correct answer is (b) No

Explanation: Language to ACCEPT a palindrome number or STRING will be non-regular and thus, its DFA cannot be obtained. Though, PDA is POSSIBLE.



Discussion

No Comment Found

Related InterviewSolutions