

MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Compilers knowledge and support exam preparation. Choose a topic below to get started.
1. |
A programmer by mistakes writes a program to multiply two numbers instead of dividing them, how can this error be detected? |
A. | Compiler |
B. | Interpreter |
C. | Compiler or interpreter |
D. | None of the mentioned |
Answer» E. | |
2. |
A system program that brings together separately compiled modules of a program into a form language that is suitable for execution. |
A. | Assembler |
B. | Linking loader |
C. | Cross compiler |
D. | None of the mentioned |
Answer» C. Cross compiler | |
3. |
System program such a compiler are designed so that they are ________ |
A. | Re-enterable |
B. | Non-Usable |
C. | Serially usable |
D. | None of the mentioned |
Answer» B. Non-Usable | |
4. |
A compiler program written in a high level language is called ________ |
A. | Source Program |
B. | Object Program |
C. | Machine Language Program |
D. | None of the mentioned |
Answer» B. Object Program | |
5. |
Parsing is also known as ________ |
A. | Lexical Analysis |
B. | Syntax Analysis |
C. | Semantic Analysis |
D. | Code Generation |
Answer» C. Semantic Analysis | |