Computer Science, asked by bipinson, 1 year ago

what are translator in term of computer?

Answers

Answered by Visheshjain1
1
Translator 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 without losing the logical structure of original code . (if u like it please give me brainleist)

bipinson: sorry i can't satisfied this ans.
Visheshjain1: ok
Visheshjain1: i m sorry if u r not satisfied with my answer
Visheshjain1: but i have seen it from Google
Answered by Incredible29
2
Heya user
Here is your answer !!

_________

In conputer , whatever we enter in the computet memory via keyboard or any other input devices is actually in a high level language .

But a computer can understand only machine / assembly language whixh consists of 0 and 1 .

So , all the inputs have to be conberted into a 0-1 format .

This can be done with the help of computer translators .
There are two kinds of translators ----->

( a ) Interpreters - It translates the input line by line , finds the error in each line and gives the programmer a message to correct it and when the error is corrected , only then it moves to the next line .

( b ) Compilers - it translates the entire input at once , finds out all the errors , lists them and asks the user to remove them one by one .

Compilers are faster than interpreters .

_________

Hope it helps !!

Incredible29: pl follow if u lyk my answer
Incredible29: plz mark mine as brainliest if u lyk it
Similar questions