194k views
0 votes
A program that processes data submitted by the user. Allows a Web server to pass control to a software application, based on user request. The application receives and organizes data, then returns it in a consistent format.

1 Answer

5 votes

Answer:

The correct answer to the following question will be "Common Gateway Interface (CGI)".

Step-by-step explanation:

  • An architecture specification for web applications to implement programs that execute on a computer operated like console applications and dynamically create web pages. Similar applications are referred to as CGI files, or generally, as CGIs, termed as CGI (Common Gateway Interface).
  • Such applications are used to automatically create pages or execute several other functions when somebody is filling out an HTML document and pressing the submit or send button.

Therefore, CGI is the right answer.

User Techno Buzz
by
5.3k points