what are translator in term of computer?
Answers
Answered by
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.
Answered by
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 !!
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 !!
Similar questions