Correct option is E
Common Gateway Interface (CGI) is a standard for web servers to execute external programs, typically to process user input and return dynamic content. CGI scripts can be written in languages like Python, Perl, and C.
Important Key Points:
1. CGI enables interaction between web servers and applications.
2. It supports dynamic web pages by processing user requests.
3. Produces outputs (e.g., HTML) to be sent back to the client.
Knowledge Booster:
· Platform: CGI is not standalone; it integrates with the web server.
· Server Startup: This is managed by system scripts, not CGI.
· Languages: CGI scripts can be written in any language capable of generating executable files.