Question 1
C Program is executed by which of the following software ?
A
Compiler
B
JVM
C
JRE
D
Interpreter
Question 2
What is input given to compiler ?
A
Executable Code
B
Object Code
C
C Program Source Code
D
None of these
Question 3
Output given by compiler after processing source code is _________.
A
Class File
B
Source Code
C
Object Code
D
Assembly code
Question 4
Compiler can be used to convert program that can be executed by _________ machine. [Select Most appropriate answer]
A
Remote Machine
B
Same Machine
C
Different Machine
D
None of these
Question 5
Compiler always works in _______ passes.
A
3
B
1
C
It can be Multi Pass
D
2
Question 6
In case of Compiler, Target Language is also called as _______________.
A
Language in Which Compiler is Written
B
Language that Compiler takes as input
C
Language that is generated by Compiler
D
None of these
Question 7
Language in which compiler convert source language is ________.
A
Source Code
B
Executable Code
C
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.
A
True
B
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 ________.
A
Decompiler
B
OS Dependent Compiler
C
Compiler-Compiler
D
Cross Compiler
Question 10
A program that translates between high-level languages is usually called a _____________,
A
Language Decompiler
B
Language Loader
C
Language Optimizer
D
Language Translator
There are 10 questions to complete.