

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Automata Theory Questions and Answers knowledge and support exam preparation. Choose a topic below to get started.
1. |
CFGs can be parsed in polynomial time using__________ |
A. | LR parser |
B. | CYK algorithm |
C. | SLR parser |
D. | None of the mentioned |
Answer» C. SLR parser | |
2. |
In context to ambiguity, the number of times the following programming statement can be interpreted as: |
A. | Statement: if R then if T then P else V |
B. | 2 |
C. | 3 |
D. | 4 |
E. | 1 |
Answer» B. 2 | |