Computer Science, asked by ShrijanAdhikari, 8 months ago

What is the use of interpreter? its a question of computer and write short ans pls.......

Answers

Answered by 165
1

Answer:

\huge\boxed{\fcolorbox{cyan}{pink}{Answer}}

Explanation:

An interpreter translates high-level instructions into an intermediate form, which it then executes. In contrast, a compiler translates high-level instructions directly into machine language. Compiled programs generally run faster than interpreted programs.

Answered by Anonymous
0

Explanation:

 \huge{ \bold{ \red{ \mid{ \underline{ \overline{ANSWER...}}}}}}(◕‿◕✿) @HOPE IT'S HELP UHH✒✒

Translates program one statement at a time. Scans the entire program and translates it as a whole into machine code.

Translates program one statement at a time. Scans the entire program and translates it as a whole into machine code.Interpreters usually take less amount of time to analyze the source code. However, the overall execution time is comparatively slower than compilers. Compilers usually take a large amount of time to analyze the source code. However, the overall execution time is comparatively faster than interpreters.

Translates program one statement at a time. Scans the entire program and translates it as a whole into machine code.Interpreters usually take less amount of time to analyze the source code. However, the overall execution time is comparatively slower than compilers. Compilers usually take a large amount of time to analyze the source code. However, the overall execution time is comparatively faster than interpreters.No intermediate object code is generated, hence are memory efficient. Generates intermediate object code which further requires linking, hence requires more memory.

Translates program one statement at a time. Scans the entire program and translates it as a whole into machine code.Interpreters usually take less amount of time to analyze the source code. However, the overall execution time is comparatively slower than compilers. Compilers usually take a large amount of time to analyze the source code. However, the overall execution time is comparatively faster than interpreters.No intermediate object code is generated, hence are memory efficient. Generates intermediate object code which further requires linking, hence requires more memory.Programming languages like JavaScript, Python, Ruby use interpreters

Similar questions