

MCQOPTIONS
Saved Bookmarks
1. |
Consider the languages L1, L2 and L3 as given belowL1 = {0p1q | p, q ϵ N}L2 = {0p1q | p, q ϵ N and p = q} andL3 = {0p1q0r | p, q, r ϵ N and p = q r}Which of the following statements is NOT TRUE? |
A. | Push Down Automata (PDA) can be used to recognize L1 and L2 |
B. | L1 is a regular language |
C. | All the three languages are context free |
D. | Turing machines can be used to recognize all the languages |
Answer» D. Turing machines can be used to recognize all the languages | |