Computer Science, asked by shlokpathak, 1 year ago

the program converted into machine language by translator is called

Answers

Answered by Anonymous
6
A translator or programming language processor is a computer program that performs the translation of a program written in a given programming language into a functionally equivalent program in another computer language (the target language), without losing the functional or logical structure of the original code (the "essence" of each program)
Answered by shalinicanasia1
5
A Compiler is a computer program that translates code written in a high levellanguage 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).
Similar questions