Q.1.
What is a compiler?
Q.2.
Which of the following is a stage of compiler design?
Q.3.
What is the use of a symbol table in compiler design?
Q.4.
Which of the following error can a compiler check?
Q.5.
A programmer, writes a program to multiply two numbers instead of dividing them by mistake, how can this error be detected?
Q.6.
Who is responsible for the creation of the symbol table?
Q.7.
Which of the following is known as a compiler for a high-level language that runs on one machine and produces code for a different machine?
Q.8.
Which of the following is a system program that integrates a program’s individually compiled modules into a form that can be executed?
Q.9.
Which of the following is a definition of compiler?
Q.10.
Which of the following phase of the compiler is Syntax Analysis?
Q.11.
Which of the following concept of FSA is used in the compiler?
Q.12.
Which of the following is a part of a compiler that takes as input a stream of characters and produces as output a stream of words along with their associated syntactic categories?
Q.13.
Let L1 = {w ∈ {0,1}∗ | w has at least as many occurrences
Q.14.
What is CFG?
Q.15.
Which of the following is a correct statement?
Q.16.
Which of the following is correct regarding an optimizer Compiler?
Q.17.
Which of the following error can Compiler diagnose?
Q.18.
In which of the following phase of the compiler is Lexical Analyser?
Q.19.
Which of the following does an address code involve?
Q.20.
An object module for a group of programs that were compiled separately is handed to a linker. Which of the following about an object module isn’t true?