a) It can be used for batch processing, but cannot be used for interactive processing or
real-time processing.
b) It generally runs faster than a compiled program, and is suitable for a large-scale
program.
c) It takes a long runtime because the program is translated and executed on a
line-by-line basis.
d) The generated object program has a tendency to be larger than a program generated
by a compiler.