Deck 13: Creating Simple Web Applications

Full screen (f)
exit full mode
Question
All ASP pages contain HTML tags that tell the client's browser how to render the page on the computer screen.
Use Space or
up arrow
down arrow
to flip the card.
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
You can use the ____ window to add a Title and customize a Web page.

A) Names
B) Objects
C) Class
D) Properties
Question
Which of the following steps is performed first when creating a Web site project?

A) create a Web page
B) name a Web page
C) customize a Web page
D) create a Web site project
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
Question
The standard name for the first Web page added to a project is ____.

A) Default.aspx
B) Home.aspx
C) Main.aspx
D) Index.aspx
Question
ASP stands for ____.

A) active shell page
B) active server page
C) ActiveX script page
D) active script page
Question
Static text on a web page can be formatted by using the FORMAT menu or the Formatting toolbar.
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
Google Chrome is an example of a ____.

A) client
B) server
C) browser
D) search engine
Question
You can use the Application menu to close and also open an existing Web application.
Question
Static Web pages are interactive.
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 Internet is the world's largest computer network, connecting millions of computers located all around the world.
Question
Web controls have a(n) ____ property.

A) GUID
B) source
C) Name
D) ID
Question
You can customize a Web page by adding ____ to it.

A) controls
B) colors
C) links
D) sources
Question
A ____ computer is a computer that requests information from a Web server.

A) client
B) server
C) courier
D) middleware
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
Text that cannot be changed by the user is referred to as ____ text.

A) dynamic
B) perpetual
C) variable
D) static
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 enter the code for a control on a Web page in the ___________________ window.
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
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
A document whose purpose is merely to display information to the viewer
Question
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Verifies that an entry is within the specified minimum and maximum values
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
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Displays all of the validation error messages in a single location on a Web page
Question
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Verifies that an entry passes the specified validation logic
Question
A client requests information and subsequently views it through the use of a program called a Web ___________________.
Question
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
A computer that contains special software that provides Web pages in response to requests
Question
___________________ view provides a quick and easy way to verify the placement of controls and text on the 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 project
B) drag the Image tool to the page
C) insert a blank line on the page
D) change the properties of the image
Question
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Verifies that an entry matches a specific pattern
Question
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Verifies that a control contains data
Question
A label control can be found in the ___________________.
Question
While you are designing a Web page, you can periodically view the page in ____ view to determine how it will appear to the user.

A) full screen
B) a window
C) free screen
D) a new window
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
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
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Compares an entry with a constant value or the property stored in a control
Question
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
An interactive document that can accept information from the user and also retrieve information for the user
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
How do you create a Web site project and then add a Web page to it?
Question
What are the steps to add an existing Web page to a Web site project?
Question
What happens when a client computer's browser sends a request for an ASP page?
Question
How do you add an image to a Web project?
Question
What are the steps for creating an empty Web site project?
Question
How do you start a Web site project?
Question
What generally happens when a user clicks on a button in an interactive Web form?
Question
What are the steps to opening and closing an existing Web site project?
Question
How do you add a LinkButton control to a Web page?
Question
List the steps for starting and configuring Visual Studio Express 2012 for Web.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 13: Creating Simple Web Applications
1
All ASP pages contain HTML tags that tell the client's browser how to render the page on the computer screen.
True
2
You can add static text to a Web page by using a ____.

A) text control
B) label control
C) block control
D) picture control
B
3
You can use the ____ window to add a Title and customize a Web page.

A) Names
B) Objects
C) Class
D) Properties
D
4
Which of the following steps is performed first when creating a Web site project?

A) create a Web page
B) name a Web page
C) customize a Web page
D) create a Web site project
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
5
The Web consists of documents called ____ that are stored on Web servers.

A) Web indexes
B) Web links
C) Web pages
D) Web hooks
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
6
The standard name for the first Web page added to a project is ____.

A) Default.aspx
B) Home.aspx
C) Main.aspx
D) Index.aspx
Unlock Deck
Unlock for access to all 50 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 50 flashcards in this deck.
Unlock Deck
k this deck
8
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 50 flashcards in this deck.
Unlock Deck
k this deck
9
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 50 flashcards in this deck.
Unlock Deck
k this deck
10
Google Chrome is an example of a ____.

A) client
B) server
C) browser
D) search engine
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
11
You can use the Application menu to close and also open an existing Web application.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
Static Web pages are interactive.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
13
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 50 flashcards in this deck.
Unlock Deck
k this deck
14
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 50 flashcards in this deck.
Unlock Deck
k this deck
15
Web controls have a(n) ____ property.

A) GUID
B) source
C) Name
D) ID
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
16
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 50 flashcards in this deck.
Unlock Deck
k this deck
17
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 50 flashcards in this deck.
Unlock Deck
k this deck
18
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
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
19
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 50 flashcards in this deck.
Unlock Deck
k this deck
20
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 50 flashcards in this deck.
Unlock Deck
k this deck
21
You enter the code for a control on a Web page in the ___________________ window.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
22
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 50 flashcards in this deck.
Unlock Deck
k this deck
23
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
A document whose purpose is merely to display information to the viewer
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Verifies that an entry is within the specified minimum and maximum values
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
25
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 50 flashcards in this deck.
Unlock Deck
k this deck
26
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Displays all of the validation error messages in a single location on a Web page
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
27
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Verifies that an entry passes the specified validation logic
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
28
A client requests information and subsequently views it through the use of a program called a Web ___________________.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
29
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
A computer that contains special software that provides Web pages in response to requests
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
30
___________________ view provides a quick and easy way to verify the placement of controls and text on the Web page.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following steps is performed first when adding an image control to a Web page?

A) add the image file to the project
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 50 flashcards in this deck.
Unlock Deck
k this deck
32
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Verifies that an entry matches a specific pattern
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
33
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Verifies that a control contains data
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
34
A label control can be found in the ___________________.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
35
While you are designing a Web page, you can periodically view the page in ____ view to determine how it will appear to the user.

A) full screen
B) a window
C) free screen
D) a new window
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
36
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 50 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 50 flashcards in this deck.
Unlock Deck
k this deck
38
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
Compares an entry with a constant value or the property stored in a control
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
39
Match each term with the correct statement below.
a.dynamic Web page
f.CustomValidator
b.CompareValidator
g.static Web page
c.RegularExpressionValidator
h.RangeValidator
d.Web server
i.RequiredFieldValidator
e.ValidationSummary
An interactive document that can accept information from the user and also retrieve information for the user
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
40
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 50 flashcards in this deck.
Unlock Deck
k this deck
41
How do you create a Web site project and then add a Web page to it?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
42
What are the steps to add an existing Web page to a Web site project?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
43
What happens when a client computer's browser sends a request for an ASP page?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
44
How do you add an image to a Web project?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
45
What are the steps for creating an empty Web site project?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
46
How do you start a Web site project?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
What generally happens when a user clicks on a button in an interactive Web form?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
What are the steps to opening and closing an existing Web site project?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
49
How do you add a LinkButton control to a Web page?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
50
List the steps for starting and configuring Visual Studio Express 2012 for Web.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 50 flashcards in this deck.