Computer Science, asked by captaingamer440, 5 months ago

Define the term translator. How is an interpreter different from a compiler?​

Answers

Answered by harshdeep5918
10

Answer:

plz mark me as brainliest and thanks me

Explanation:

Computer programs are usually written on high level languages. A high level language is one that can be understood by humans. ... Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once

Answered by prabhkaur06
9

A translator is a programming language processor that converts a computer program from one language to another.

Interpreter translates just one statement of the program at a time into machine code.

Compiler scans the entire program and translates the whole of it into machine code at once.

Similar questions