Compiler Design
Description: Test contains concepts of complier design which mostly asked in ugc net and gate exam. | |
Number of Questions: 17 | |
Created by: Girish Goud | |
Tags: Compiler design System Software and Compilers Compiler Design |
Which of the following is not a compiler construction tool?
Which of the following is not an item regarding each I/O variable of an I/O list for compiling the I/O list?
A sequence of characters in the source program that is matched by the pattern for a token is called
Which of the following is an incorrect statement about copy restore method?
When a compiler uses a set of assignment instructions that occur in the program for analysis, it is called
Which of the following is not an item of format list for compiling the format list?
Which unit of activation record is a static link field that stores the information of data which is outside the local scope?
Which error recovery strategy performs local correction on the input to repair the error?
Annotated parse tree is an output of
Which of the following loop optimization techniques combines the multiple loops that perform different calculation for the same loop iteration?
Which of the following is not an issue of code generation?
Which of the following is/are an issue of machine-independent optimization?
Which of the following structure-preserving transformations moves the evaluation of expressions from one part of the program to another part of the program?
Not reachable statements due to wrongly written function calls is an error generated by which of the following phases of compiler?
Which of the following is the correct type checking expression for the given production rule?
E -> (E1, E2)
Which of the following is a compile time error?
Which of the following is an incorrect option about runtime storage organization?