WGU C779 - Chapter 6: Web Forms

WGU C779 - Chapter 6: Web Forms

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Perl

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (6)

Section 1

(6 cards)

Perl

Front

Practical Extraction and Report Language

Back

Server-side Script

Front

Code that resides on a server to help process Web form input. Server-side CGI scripts commonly written in Perl.

Back

Client-side Script

Front

Code embedded into an HTML page and downloaded by a user; resides on the client and helps process Web form input. Common client-side scripting languages include JavaScript and VBScript.

Back

Computer Gateway Interface (CGI)

Front

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.

Back

CAPTCHA

Front

Completely Automated Public Turing Test to Tell Computers and Humans Apart, good way to prevent users from submitting spam in Web forms.

Back

FormMail

Front

One example of a popular CGI script is the FormMail script, written by Matt Wright in Perl. Existed in various versions since 1997. FormMail.pl

Back