Computer Science, asked by kelashpatel40, 7 months ago

3. Which of these converter translates the user program line byline?​

Answers

Answered by olivia200447
5

Answer:

A compiler is a program which coverts the entire source code of a programming language into executable machine code for a CPU. interpreter takes a source program and runs it line by line, translating each line as it comes to it.

Explanation:

PLEASE MARK AS BRAINLIST ANSWER

Answered by tamizhiniezhil006
1

Explanation:

The translator program that converts source code in high level language into machine code line by line is called Interpreter.

A Compiler is a computer program that translates code written in a high level language to a lower level language, object/machine code. The most common reason for translating source code is to create an executable program (converting from a high level language into machine language).

A compiler is a computer program that translates a program written in a high-level language to the machine language of a computer. ... The compiler is used to translate source code into machine code or compiled code.

Compilers are a type of translator that support digital devices, primarily computers. The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program.

Similar questions