Computer Science, asked by parthdawer1234, 9 months ago

two features of translator program

Answers

Answered by kumarirashmi52
0

Answer:

A program written in high-level language is called as source code. To convert the source code into machine code, translators are needed. A translator takes a program written in source language as input and converts it into a program in target language as output. It also detects and reports the error during translation.

Explanation:

you can develop points from it

Answered by Anonymous
0

Answer:

Explanation:

two features of translator program

  • Computers only understand machine code (binary), this is an issue because programmers prefer to use a variety of high and low-level programming languages instead.
  • To get around the issue, the high-level and low-level program code (source code) needs to pass through a translator.
Similar questions