Compiled programs execute faster than interpreted scripts.
False
True
NA
NA
NA
Correct Option: B
For interpreted languages used in web development, the performance is better when the interpreter is invoked as a module which is a part of the Web server itself. Compiler is faster generally.