Compiled programs execute faster than interpreted scripts.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
This question is asking about the difference between how compiled programs and interpreted scripts run.Think of it like this:
* Compiled programs are like recipes that are already translated into a language your oven understands. They run quickly because the translation is already done.
* Interpreted scripts are like recipes written in a language your oven doesn't understand. They need to be translated line by line each time you use them, which takes longer.
So the answer is Option A: True
Because compiled programs have already been translated, they run faster than interpreted scripts that need to be translated each time they run.

Join The Discussion