Menu

Compiler Design Basics Questions

MCQ
31.
Which compiler runs on one machine and generates code for multiple machines?
forum Discussion
MCQ
32.
Which of the following is not a characteristic of the compiler?
forum Discussion
MCQ
33.
Which phenomenon happens when the non-terminal on the left side is repeated as the first symbol on the right side?
forum Discussion
MCQ
34.
In which derivation the right-most non-terminal symbol is replaced at each step?
forum Discussion
MCQ
35.
The rightmost derivation is that derivation of context-free grammar, which replaces the rightmost non-terminal symbol at each step.
forum Discussion
MCQ
36.
The compiler can detect what type of errors?
forum Discussion
MCQ
37.
Which symbol is not related to context-free grammar?
forum Discussion
MCQ
38.
Which method merges the multiple loops into the single one?
forum Discussion
MCQ
39.
Which parser is known as the shift-reduce parser?
forum Discussion
MCQ
40.
Which of the following tree is the pictorial identification of the derivation?
forum Discussion