Solved

Match Each Term with the Correct Statement Below

Question 13

Matching

Match each term with the correct statement below.

Premises:
Verifies that an entry matches a specific pattern
Displays all of the validation error messages in a single location on a Web page
An interactive document that can accept information from the user and also retrieve information for the user
Verifies that a control contains data
A document whose purpose is merely to display information to the viewer
Verifies that an entry passes the specified validation logic
A computer that contains special software that provides Web pages in response to requests
Compares an entry with a constant value or the property stored in a control
Verifies that an entry is within the specified minimum and maximum values
Responses:
CustomValidator
static Web page
Web server
RangeValidator
RegularExpressionValidator
RequiredFieldValidator
ValidationSummary
CompareValidator
dynamic Web page

Correct Answer:

Verifies that an entry matches a specific pattern
Displays all of the validation error messages in a single location on a Web page
An interactive document that can accept information from the user and also retrieve information for the user
Verifies that a control contains data
A document whose purpose is merely to display information to the viewer
Verifies that an entry passes the specified validation logic
A computer that contains special software that provides Web pages in response to requests
Compares an entry with a constant value or the property stored in a control
Verifies that an entry is within the specified minimum and maximum values
Related Questions