

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Compilers knowledge and support exam preparation. Choose a topic below to get started.
1. |
LR stands for ___________ |
A. | Left to right |
B. | Left to right reduction |
C. | Right to left |
D. | Right most derivation and Left to right and a in reverse |
Answer» E. | |
2. |
Recursive descent parsing is an example of ____________ |
A. | Top down parsing |
B. | Bottom up parsing |
C. | Predictive parsing |
D. | None of the mentioned |
Answer» B. Bottom up parsing | |
3. |
The grammar S aSa | bS | c is? |
A. | LL(1) but not LR(1) |
B. | LR(1) but not LR(1) |
C. | Both LL(1) but not LR(1) & LR(1) but not LR(1) |
D. | None of the mentioned |
Answer» D. None of the mentioned | |