Deck 14: Creating Simple Web Applications

Full screen (f)
exit full mode
Question
The Web consists of documents called ____ that are stored on Web servers.

A) Web indexes
B) Web links
C) Web pages
D) Web hooks
Use Space or
up arrow
down arrow
to flip the card.
Question
All ASP pages contain HTML tags that tell the client's browser how to render the page on the computer screen.
Question
A Web page's ____ property determines the value that appears on the page's tab in the browser window.

A) Name
B) Index
C) Title
D) Background
Question
Web controls have a(n) ____ property.

A) GUID
B) source
C) Name
D) ID
Question
Static text on a web page can be formatted by using the FORMAT menu or the Formatting toolbar.
Question
You can use the Application menu to close and also open an existing Web application.
Question
ASP stands for ____.

A) active shell page
B) active server page
C) ActiveX script page
D) active script page
Question
Google Chrome is an example of a ____.

A) client
B) server
C) browser
D) search engine
Question
Examples of ____ Web pages that you might have already used include forms for purchasing merchandise online and for submitting online resumes.

A) dynamic
B) static
C) virtual
D) active
Question
You can use the ____ window to add a Title and customize a Web page.

A) Names
B) Objects
C) Class
D) Properties
Question
The Internet is the world's largest computer network, connecting millions of computers located all around the world.
Question
The standard name for the first Web page added to an application is ____.

A) Default.aspx
B) Home.aspx
C) Main.aspx
D) Index.aspx
Question
A(n) ____ occurs when the information on a dynamic Web page is sent back to a server for processing.

A) update
B) linkback
C) return
D) postback
Question
Static Web pages are interactive.
Question
A ____ computer is a computer that requests information from a Web server.

A) client
B) server
C) courier
D) middleware
Question
You can add static text to a Web page by using a ____.

A) text control
B) label control
C) block control
D) picture control
Question
Text that cannot be changed by the user is referred to as ____ text.

A) dynamic
B) perpetual
C) variable
D) static
Question
You can customize a Web page by adding ____ to it.

A) controls
B) colors
C) links
D) sources
Question
You can use the ____ toolbar to format the static text on a Web page.

A) Editing
B) Modifying
C) Formatting
D) Managing
Question
The only interaction that can occur between static Web pages and the user is through ____ that allow the user to "jump" from one Web page to another.

A) pages
B) hooks
C) links
D) threads
Question
How do you add a hyperlink control to a Web page?
Question
___________________ are used for validating user input.
Question
What are the steps for creating an empty Web site application?
Question
In addition to the HTML and ASP tags, dynamic ASP pages contain ___________________ that tells the objects on the Web page how to respond to the user's actions.
Question
What are the steps to add an existing Web page to a Web site application?
Question
What happens when a client computer's browser sends a request for an ASP page?
Question
The Validation section of the toolbox provides several tools, known as ____ tools, for validating user input.

A) comparator
B) validator
C) compiler
D) verifier
Question
The ____ extension indicates that the file contains the Visual Basic code for a Web page.

A) .vb
B) .aspx.vb
C) .aspx.vss
D) .vb.aspx
Question
To close an application, click File on the menu bar and then click ____ to close it.

A) Close Solution
B) Open Solution
C) Save Solution
D) Mark Solution
Question
What are the steps to opening and closing an existing Web site application?
Question
How do you add an image to a Web page?
Question
Which of the following steps is performed first when adding an image control to a Web page?

A) add the image file to the application
B) drag the Image tool to the page
C) insert a blank line on the page
D) change the properties of the image
Question
What generally happens when a user clicks on a button in an interactive Web form?
Question
You enter the code for a control on a Web page in the ___________________ window.
Question
Each ____ control will allow the user to "jump" from one page to another.

A) hyperlink
B) pagelink
C) livelink
D) hotlink
Question
A client requests information and subsequently views it through the use of a program called a Web ___________________.
Question
The controls on a Web page can be coded to perform tasks when a specific ____ occurs.

A) pump
B) message
C) activity
D) event
Question
List the different ways how to customize a web page.
Question
How do you start a Web application?
Question
Text that the user is not allowed to edit ___________________.
Question
Match between columns
Verifies that an entry matches a specific pattern
Web server
Verifies that an entry matches a specific pattern
static Web page
Verifies that an entry matches a specific pattern
dynamic Web page
Verifies that an entry matches a specific pattern
CompareValidator
Verifies that an entry matches a specific pattern
CustomValidator
Verifies that an entry matches a specific pattern
RangeValidator
Verifies that an entry matches a specific pattern
RegularExpressionValidator
Verifies that an entry matches a specific pattern
RequiredFieldValidator
Verifies that an entry matches a specific pattern
ValidationSummary
Displays all of the validation error messages in a single location on a Web page
Web server
Displays all of the validation error messages in a single location on a Web page
static Web page
Displays all of the validation error messages in a single location on a Web page
dynamic Web page
Displays all of the validation error messages in a single location on a Web page
CompareValidator
Displays all of the validation error messages in a single location on a Web page
CustomValidator
Displays all of the validation error messages in a single location on a Web page
RangeValidator
Displays all of the validation error messages in a single location on a Web page
RegularExpressionValidator
Displays all of the validation error messages in a single location on a Web page
RequiredFieldValidator
Displays all of the validation error messages in a single location on a Web page
ValidationSummary
An interactive document that can accept information from the user and also retrieve information for the user
Web server
An interactive document that can accept information from the user and also retrieve information for the user
static Web page
An interactive document that can accept information from the user and also retrieve information for the user
dynamic Web page
An interactive document that can accept information from the user and also retrieve information for the user
CompareValidator
An interactive document that can accept information from the user and also retrieve information for the user
CustomValidator
An interactive document that can accept information from the user and also retrieve information for the user
RangeValidator
An interactive document that can accept information from the user and also retrieve information for the user
RegularExpressionValidator
An interactive document that can accept information from the user and also retrieve information for the user
RequiredFieldValidator
An interactive document that can accept information from the user and also retrieve information for the user
ValidationSummary
Verifies that a control contains data
Web server
Verifies that a control contains data
static Web page
Verifies that a control contains data
dynamic Web page
Verifies that a control contains data
CompareValidator
Verifies that a control contains data
CustomValidator
Verifies that a control contains data
RangeValidator
Verifies that a control contains data
RegularExpressionValidator
Verifies that a control contains data
RequiredFieldValidator
Verifies that a control contains data
ValidationSummary
A document whose purpose is merely to display information to the viewer
Web server
A document whose purpose is merely to display information to the viewer
static Web page
A document whose purpose is merely to display information to the viewer
dynamic Web page
A document whose purpose is merely to display information to the viewer
CompareValidator
A document whose purpose is merely to display information to the viewer
CustomValidator
A document whose purpose is merely to display information to the viewer
RangeValidator
A document whose purpose is merely to display information to the viewer
RegularExpressionValidator
A document whose purpose is merely to display information to the viewer
RequiredFieldValidator
A document whose purpose is merely to display information to the viewer
ValidationSummary
Verifies that an entry passes the specified validation logic
Web server
Verifies that an entry passes the specified validation logic
static Web page
Verifies that an entry passes the specified validation logic
dynamic Web page
Verifies that an entry passes the specified validation logic
CompareValidator
Verifies that an entry passes the specified validation logic
CustomValidator
Verifies that an entry passes the specified validation logic
RangeValidator
Verifies that an entry passes the specified validation logic
RegularExpressionValidator
Verifies that an entry passes the specified validation logic
RequiredFieldValidator
Verifies that an entry passes the specified validation logic
ValidationSummary
A computer that contains special software that provides Web pages in response to requests
Web server
A computer that contains special software that provides Web pages in response to requests
static Web page
A computer that contains special software that provides Web pages in response to requests
dynamic Web page
A computer that contains special software that provides Web pages in response to requests
CompareValidator
A computer that contains special software that provides Web pages in response to requests
CustomValidator
A computer that contains special software that provides Web pages in response to requests
RangeValidator
A computer that contains special software that provides Web pages in response to requests
RegularExpressionValidator
A computer that contains special software that provides Web pages in response to requests
RequiredFieldValidator
A computer that contains special software that provides Web pages in response to requests
ValidationSummary
Compares an entry with a constant value or the property stored in a control
Web server
Compares an entry with a constant value or the property stored in a control
static Web page
Compares an entry with a constant value or the property stored in a control
dynamic Web page
Compares an entry with a constant value or the property stored in a control
CompareValidator
Compares an entry with a constant value or the property stored in a control
CustomValidator
Compares an entry with a constant value or the property stored in a control
RangeValidator
Compares an entry with a constant value or the property stored in a control
RegularExpressionValidator
Compares an entry with a constant value or the property stored in a control
RequiredFieldValidator
Compares an entry with a constant value or the property stored in a control
ValidationSummary
Verifies that an entry is within the specified minimum and maximum values
Web server
Verifies that an entry is within the specified minimum and maximum values
static Web page
Verifies that an entry is within the specified minimum and maximum values
dynamic Web page
Verifies that an entry is within the specified minimum and maximum values
CompareValidator
Verifies that an entry is within the specified minimum and maximum values
CustomValidator
Verifies that an entry is within the specified minimum and maximum values
RangeValidator
Verifies that an entry is within the specified minimum and maximum values
RegularExpressionValidator
Verifies that an entry is within the specified minimum and maximum values
RequiredFieldValidator
Verifies that an entry is within the specified minimum and maximum values
ValidationSummary
Question
How do you create an application and then add a Web page to it?
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/42
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 14: Creating Simple Web Applications
1
The Web consists of documents called ____ that are stored on Web servers.

A) Web indexes
B) Web links
C) Web pages
D) Web hooks
C
2
All ASP pages contain HTML tags that tell the client's browser how to render the page on the computer screen.
True
3
A Web page's ____ property determines the value that appears on the page's tab in the browser window.

A) Name
B) Index
C) Title
D) Background
C
4
Web controls have a(n) ____ property.

A) GUID
B) source
C) Name
D) ID
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
5
Static text on a web page can be formatted by using the FORMAT menu or the Formatting toolbar.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
6
You can use the Application menu to close and also open an existing Web application.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
7
ASP stands for ____.

A) active shell page
B) active server page
C) ActiveX script page
D) active script page
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
8
Google Chrome is an example of a ____.

A) client
B) server
C) browser
D) search engine
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
9
Examples of ____ Web pages that you might have already used include forms for purchasing merchandise online and for submitting online resumes.

A) dynamic
B) static
C) virtual
D) active
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
10
You can use the ____ window to add a Title and customize a Web page.

A) Names
B) Objects
C) Class
D) Properties
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
11
The Internet is the world's largest computer network, connecting millions of computers located all around the world.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
12
The standard name for the first Web page added to an application is ____.

A) Default.aspx
B) Home.aspx
C) Main.aspx
D) Index.aspx
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
13
A(n) ____ occurs when the information on a dynamic Web page is sent back to a server for processing.

A) update
B) linkback
C) return
D) postback
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
14
Static Web pages are interactive.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
15
A ____ computer is a computer that requests information from a Web server.

A) client
B) server
C) courier
D) middleware
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
16
You can add static text to a Web page by using a ____.

A) text control
B) label control
C) block control
D) picture control
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
17
Text that cannot be changed by the user is referred to as ____ text.

A) dynamic
B) perpetual
C) variable
D) static
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
18
You can customize a Web page by adding ____ to it.

A) controls
B) colors
C) links
D) sources
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
19
You can use the ____ toolbar to format the static text on a Web page.

A) Editing
B) Modifying
C) Formatting
D) Managing
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
20
The only interaction that can occur between static Web pages and the user is through ____ that allow the user to "jump" from one Web page to another.

A) pages
B) hooks
C) links
D) threads
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
21
How do you add a hyperlink control to a Web page?
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
22
___________________ are used for validating user input.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
23
What are the steps for creating an empty Web site application?
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
24
In addition to the HTML and ASP tags, dynamic ASP pages contain ___________________ that tells the objects on the Web page how to respond to the user's actions.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
25
What are the steps to add an existing Web page to a Web site application?
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
26
What happens when a client computer's browser sends a request for an ASP page?
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
27
The Validation section of the toolbox provides several tools, known as ____ tools, for validating user input.

A) comparator
B) validator
C) compiler
D) verifier
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
28
The ____ extension indicates that the file contains the Visual Basic code for a Web page.

A) .vb
B) .aspx.vb
C) .aspx.vss
D) .vb.aspx
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
29
To close an application, click File on the menu bar and then click ____ to close it.

A) Close Solution
B) Open Solution
C) Save Solution
D) Mark Solution
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
30
What are the steps to opening and closing an existing Web site application?
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
31
How do you add an image to a Web page?
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
32
Which of the following steps is performed first when adding an image control to a Web page?

A) add the image file to the application
B) drag the Image tool to the page
C) insert a blank line on the page
D) change the properties of the image
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
33
What generally happens when a user clicks on a button in an interactive Web form?
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
34
You enter the code for a control on a Web page in the ___________________ window.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
35
Each ____ control will allow the user to "jump" from one page to another.

A) hyperlink
B) pagelink
C) livelink
D) hotlink
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
36
A client requests information and subsequently views it through the use of a program called a Web ___________________.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
37
The controls on a Web page can be coded to perform tasks when a specific ____ occurs.

A) pump
B) message
C) activity
D) event
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
38
List the different ways how to customize a web page.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
39
How do you start a Web application?
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
40
Text that the user is not allowed to edit ___________________.
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
41
Match between columns
Verifies that an entry matches a specific pattern
Web server
Verifies that an entry matches a specific pattern
static Web page
Verifies that an entry matches a specific pattern
dynamic Web page
Verifies that an entry matches a specific pattern
CompareValidator
Verifies that an entry matches a specific pattern
CustomValidator
Verifies that an entry matches a specific pattern
RangeValidator
Verifies that an entry matches a specific pattern
RegularExpressionValidator
Verifies that an entry matches a specific pattern
RequiredFieldValidator
Verifies that an entry matches a specific pattern
ValidationSummary
Displays all of the validation error messages in a single location on a Web page
Web server
Displays all of the validation error messages in a single location on a Web page
static Web page
Displays all of the validation error messages in a single location on a Web page
dynamic Web page
Displays all of the validation error messages in a single location on a Web page
CompareValidator
Displays all of the validation error messages in a single location on a Web page
CustomValidator
Displays all of the validation error messages in a single location on a Web page
RangeValidator
Displays all of the validation error messages in a single location on a Web page
RegularExpressionValidator
Displays all of the validation error messages in a single location on a Web page
RequiredFieldValidator
Displays all of the validation error messages in a single location on a Web page
ValidationSummary
An interactive document that can accept information from the user and also retrieve information for the user
Web server
An interactive document that can accept information from the user and also retrieve information for the user
static Web page
An interactive document that can accept information from the user and also retrieve information for the user
dynamic Web page
An interactive document that can accept information from the user and also retrieve information for the user
CompareValidator
An interactive document that can accept information from the user and also retrieve information for the user
CustomValidator
An interactive document that can accept information from the user and also retrieve information for the user
RangeValidator
An interactive document that can accept information from the user and also retrieve information for the user
RegularExpressionValidator
An interactive document that can accept information from the user and also retrieve information for the user
RequiredFieldValidator
An interactive document that can accept information from the user and also retrieve information for the user
ValidationSummary
Verifies that a control contains data
Web server
Verifies that a control contains data
static Web page
Verifies that a control contains data
dynamic Web page
Verifies that a control contains data
CompareValidator
Verifies that a control contains data
CustomValidator
Verifies that a control contains data
RangeValidator
Verifies that a control contains data
RegularExpressionValidator
Verifies that a control contains data
RequiredFieldValidator
Verifies that a control contains data
ValidationSummary
A document whose purpose is merely to display information to the viewer
Web server
A document whose purpose is merely to display information to the viewer
static Web page
A document whose purpose is merely to display information to the viewer
dynamic Web page
A document whose purpose is merely to display information to the viewer
CompareValidator
A document whose purpose is merely to display information to the viewer
CustomValidator
A document whose purpose is merely to display information to the viewer
RangeValidator
A document whose purpose is merely to display information to the viewer
RegularExpressionValidator
A document whose purpose is merely to display information to the viewer
RequiredFieldValidator
A document whose purpose is merely to display information to the viewer
ValidationSummary
Verifies that an entry passes the specified validation logic
Web server
Verifies that an entry passes the specified validation logic
static Web page
Verifies that an entry passes the specified validation logic
dynamic Web page
Verifies that an entry passes the specified validation logic
CompareValidator
Verifies that an entry passes the specified validation logic
CustomValidator
Verifies that an entry passes the specified validation logic
RangeValidator
Verifies that an entry passes the specified validation logic
RegularExpressionValidator
Verifies that an entry passes the specified validation logic
RequiredFieldValidator
Verifies that an entry passes the specified validation logic
ValidationSummary
A computer that contains special software that provides Web pages in response to requests
Web server
A computer that contains special software that provides Web pages in response to requests
static Web page
A computer that contains special software that provides Web pages in response to requests
dynamic Web page
A computer that contains special software that provides Web pages in response to requests
CompareValidator
A computer that contains special software that provides Web pages in response to requests
CustomValidator
A computer that contains special software that provides Web pages in response to requests
RangeValidator
A computer that contains special software that provides Web pages in response to requests
RegularExpressionValidator
A computer that contains special software that provides Web pages in response to requests
RequiredFieldValidator
A computer that contains special software that provides Web pages in response to requests
ValidationSummary
Compares an entry with a constant value or the property stored in a control
Web server
Compares an entry with a constant value or the property stored in a control
static Web page
Compares an entry with a constant value or the property stored in a control
dynamic Web page
Compares an entry with a constant value or the property stored in a control
CompareValidator
Compares an entry with a constant value or the property stored in a control
CustomValidator
Compares an entry with a constant value or the property stored in a control
RangeValidator
Compares an entry with a constant value or the property stored in a control
RegularExpressionValidator
Compares an entry with a constant value or the property stored in a control
RequiredFieldValidator
Compares an entry with a constant value or the property stored in a control
ValidationSummary
Verifies that an entry is within the specified minimum and maximum values
Web server
Verifies that an entry is within the specified minimum and maximum values
static Web page
Verifies that an entry is within the specified minimum and maximum values
dynamic Web page
Verifies that an entry is within the specified minimum and maximum values
CompareValidator
Verifies that an entry is within the specified minimum and maximum values
CustomValidator
Verifies that an entry is within the specified minimum and maximum values
RangeValidator
Verifies that an entry is within the specified minimum and maximum values
RegularExpressionValidator
Verifies that an entry is within the specified minimum and maximum values
RequiredFieldValidator
Verifies that an entry is within the specified minimum and maximum values
ValidationSummary
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
42
How do you create an application and then add a Web page to it?
Unlock Deck
Unlock for access to all 42 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 42 flashcards in this deck.