CGI Programming / Scripts Question:

Is it a script or a program?

CGI Programming Interview Question
CGI Programming Interview Question

Answer:

The distinction is semantic. Traditionally, compiled executables
(binaries) are called programs, and interpreted programs are usually
called scripts. In the context of CGI, the distinction has become
even more blurred than before. The words are often used interchangably
(including in this document). Current usage favours the word "scripts"
for CGI programs.


Previous QuestionNext Question
What is the difference between object oriented and structured oriented programming?Explain Is CGI a script or a program?