Chapter 9 - Final Flashcards

1
Q

What is a web form?

A

a page displays in a Web browser and requests data from the user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Server side vs. Client side

A

the server side actually contains the active-server page that will deliver the page to the client-side computer via the internet. The Client-side runs the web browser that requests a web page from the web server and displays the page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A master webpage is?

A

a file that provides an overall layout for the site with headers, buttons, and footers. Designed to created a consistent layout for the pages in the application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ID Property

A

same as name property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Validation Controls

A

they check input forms for errors and display messages if users enter incorrect or incomplete responses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Required Field Validator

A

verifies a required field contains data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Range Validator

A

tests whether an entry falls within a given range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Compare Validator

A

to compare an object’s value with another object or a constant value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly