202k views
0 votes
True or False. Interpreter programs have recently become popular because they run faster than compiling

2 Answers

4 votes
The answer is false
User Andrey Gubarev
by
5.2k points
4 votes

Answer: false

Step-by-step explanation:

In short, Compiler executes conditional control statements (like if-else and switch-case) and logical constructs faster than interpreter. Interpreter execute conditional control statements at a much slower speed. Compiled programs take more memory because the entire object code has to reside in memory.

User Suxgri
by
5.8k points