FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
An interpreter
A
is a high level language that can run on different kinds of computers.
B
translates the program.
C
converts a program written in a higher level language line by line into a lower level language and executes it.
D
None of the above
Explanation: 

Detailed explanation-1: -A program that converts a high-level language source file into a machine-language file is called a compiler.

Detailed explanation-2: -Compiler. A Compiler is a computer program that translates code written in a high level language to a lower level language, object/machine code.

Detailed explanation-3: -An interpreter is a program that functions for the translation of a programming language into a comprehensible one. It is a computer program used for converting high-level program statements into machine code. It includes pre-compiled code, source code, etc.

There is 1 question to complete.