87.7k views
3 votes
What do you call the process of translating statements written by a developer? What is the result of this process?

User Navjotk
by
3.9k points

1 Answer

6 votes

Answer:

The translator is the software that is called to translate the statement written by the developer and the result of the process is machine code which can be understood by the computer system.

Step-by-step explanation:

  • A translator is a software or processor which is responsible to convert the code into machine-executable language or machine code or binary language. This language is made up of 0 and 1.
  • There are so many translators which are specific for any particular language. For example assembler and compiler.
  • The above question wants to ask about the process which is used for translating a statement written by a developer which is a translator and the result of this process is machine code which is understood by the computer system.
User Abdelghani
by
3.2k points