COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Translation software needed at run-time
|
Language Translator
|
|
Compiler
|
|
Interpreter
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Interpreter. An interpreter also translates code written in a programming language but unlike a compiler it does this one line of code at a time, and it doesn’t create any object code which means the program is interpreted every time it runs.
Detailed explanation-2: -Programming languages like JavaScript, Python, Ruby use interpreters. Programming languages like C, C++, Java use compilers.
There is 1 question to complete.