NIMCET 2008 — Computer PYQ
NIMCET | Computer | 2008Which of the following statements is always true?
Choose the correct answer:
- A.
A complied program uses more memory than an interpreted program.
- B.
A compiled converts a program to a lower level language for execution.
(Correct Answer) - C.
A compliner for a high level language takes less memory than its interpreter
- D.
Compiled programs take more time to execute than interpreted programs.
A compiled converts a program to a lower level language for execution.
Explanation
Correct Option: (b)
Explanation:
-
Statement (b) is True: The fundamental definition of a Compiler is a translator that converts the entire source code written in a high-level language (like C, C++, or Java) into a lower-level language, typically machine code or object code, before the program is executed.
Explanation
Correct Option: (b)
Explanation:
-
Statement (b) is True: The fundamental definition of a Compiler is a translator that converts the entire source code written in a high-level language (like C, C++, or Java) into a lower-level language, typically machine code or object code, before the program is executed.
