Compilers Design Mcqs

Our collections of Multiple choice questions and answers focuses on all areas of Compilers Design. These topics are chosen from a collection of most authoritative and best reference books on Compilers Design to prepare an individual for competitive exams like NTS, GAT, ECAT, University and College entrance exams and various tests and interviews. One should practice to assimilate Compilers Design Topic comprehensively.

1.
Which of the following is not a feature of compiler ?

Scans the entire program first and then translate it into machine code

When all the syntax errors are removed execution takes place

Slow for debugging

Execution time is more

6.
Analysis which determines the meaning of a statement once its grammatical structure becomes known is termed as

Semantic analysis

Syntax analysis

Regular analysis

General analysis

9.
A compiler bridges the semantic gap between …………

PL domain and storage domain

Execution domain and syntax domain

PL domain and execution domain

None of the above

10.
The operations perform by compiler to determine the data item designated by the use of name in the source program are

Structural analysis

Scope analysis and name resolution

Syntax analysis

Semantic analysis

11.
A compiler is a program that

Places programs into memory and prepares then for execution

Automates the translation of assemble language into machine language

Accepts a program written in a high level language and produces an object program

Appears to execute a resource as if it were machine language

14.
A compiler that runs on one machine and produces code for a different machine is called

Cross compilation

One pass compilation

Two pass compilation

None of these

0Shares
0
Scroll to Top