Computer Science, asked by mk5037109pbrd49, 1 year ago

explain translator program with types computer

Answers

Answered by Ajay1291
0
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 
Answered by Deveshbrain123
0
Translator program is used to translate high level language assembly into machine language
It is of 3 types
Assembler - covert assembly language in machine language
Compiler - convert High level into machine by line by line
Interpreter - convert high level into machine by all at same time
Similar questions