

InterviewSolution
Saved Bookmarks
1. |
A language is accepted by a push down automata if it is:(a) regular(b) context free(c) both (a) and (b)(d) none of the mentionedThe question was asked during an online exam.My question is based upon Regular Languages and D-PDA in section Push Down Automata of Automata Theory |
Answer» CORRECT option is (c) both (a) and (B) To elaborate: All the REGULAR languages are the subset to context free languages and THUS can be accepted USING push down automata. |
|