Anonymous

What Is A Translator In Computer Science?

2

2 Answers

sania diva Profile
sania diva answered
A translator is a computer program that translates a source program (high level language) into object program (machine level language)
Florio Potter Profile
Florio Potter answered

A translator is a computer program that performs the translation of a program written in a given programming language into a functional equivalent program in another computer language (the target language), without losing the functional or logical structure of the original code.

These include translations between high-level and human-readable computer languages such as C++, Java and COBOL, intermediate-level languages such as Java bytecode, low-level languages such as the assembly language and machine code, and between similar levels of language on different computing platforms etc.

For more information you can get help at CodeAvail- Online Computer Science Assignment
help

Answer Question

Anonymous