Question 1 |
C Program is executed by which of the following software ?
Compiler | |
JVM | |
JRE | |
Interpreter |
Question 2 |
What is input given to compiler ?
Executable Code | |
Object Code | |
C Program Source Code | |
None of these |
Question 3 |
Output given by compiler after processing source code is _________.
Class File | |
Source Code | |
Object Code | |
Assembly code |
Question 4 |
Compiler can be used to convert program that can be executed by _________ machine. [Select Most appropriate answer]
Remote Machine | |
Same Machine | |
Different Machine | |
None of these |
Question 5 |
Compiler always works in _______ passes.
3 | |
1 | |
It can be Multi Pass | |
2 |
Question 6 |
In case of Compiler, Target Language is also called as _______________.
Language in Which Compiler is Written | |
Language that Compiler takes as input | |
Language that is generated by Compiler | |
None of these |
Question 7 |
Language in which compiler convert source language is ________.
Source Code | |
Executable Code | |
Object Code |
Question 8 |
Compiler Primarily used for Programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language or machine code).
State whether true of false.
True | |
False |
Question 9 |
If Compiled program can run on a computer whose CPU or operating system is different from the one on which the compiler runs, the compiler is known as a ________.
Decompiler | |
OS Dependent Compiler | |
Compiler-Compiler | |
Cross Compiler |
Question 10 |
A program that translates between high-level languages is usually called a _____________,
Language Decompiler | |
Language Loader | |
Language Optimizer | |
Language Translator |
There are 10 questions to complete.