Respuesta :
Answer: false
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.