Deck 9: Creating Web Applications

Full screen (f)
exit full mode
Question
The ____ object displays the days in each month as appropriate for the year.

A) Planner
B) Calendar
C) DayRunner
D) Month
Use Space or
up arrow
down arrow
to flip the card.
Question
A ____ page is designed to create a consistent layout for the pages in your application.

A) key
B) default
C) master
D) super
Question
Creating a Web application is similar to creating a(n)____ application.

A) hosted
B) Windows
C) inactive
D) data-driven
Question
A(n)____ form is a page displayed in a Web browser that requests data from the user.

A) indexed
B) Web
C) ASP
D) ISP
Question
A Web page that allows users to enter information is considered a(n)____ Web page.

A) dynamic
B) static
C) standard
D) interactive
Question
If you change the color or title of a ____ page,all the pages in the site will reflect that same color and title.

A) master
B) default
C) key
D) super
Question
If you prefer to design a Web page without using starter templates,select ____ before you name the project when you create a new Web Site project.

A) No template
B) ASP.NET Empty Web Site
C) Without Master Page
D) Blank slate
Question
The ASP.NET 4.5 technology used with Visual Basic 2012 creates a(n)____.

A) active server page
B) concatenated server post
C) interactive server party
D) interactive search post
Question
Using a set of RadioButton controls is preferred to using a set of ____ controls when only one choice should be made from a set of options.

A) TextArea
B) TextLink
C) ChoiceBox
D) CheckBox
Question
The ____ property of a Button object contains the name of the button.

A) ID
B) ButtonTitle
C) Name
D) ButtonCaption
Question
The ____ property of the Calendar object references the date the user tapped or clicked in the Calendar object.

A) DateClicked
B) ThisDate
C) SelectedDate
D) DateSelected
Question
The ____-side computer is the computer that is requesting the Web page.

A) host
B) user
C) server
D) client
Question
A Web ____ is a computer that stores Web documents and makes them available to users over the Internet.

A) client
B) baseline
C) server
D) broadband
Question
The name of a CheckBox object is stored in its ____ property.

A) ID
B) BoxTitle
C) Name
D) BoxCaption
Question
The ____ file is a master page file that provides an overall layout for the site with headers,buttons,and footers.

A) Page.template
B) Index.template
C) Default.htm
D) Site.master
Question
The ____ property of a CheckBox indicates whether a CheckBox has been checked.

A) Selected
B) This
C) Chosen
D) Checked
Question
The ____-side computer is the computer that will deliver the Web page to the user's computer.

A) host
B) user
C) server
D) client
Question
A Web page that displays information such as text and pictures with no interactivity is called a ____ Web page.

A) dynamic
B) standard
C) nonindexed
D) static
Question
The prefix ____ is used when naming a CheckBox object.

A) ckb
B) ckc
C) cbx
D) chk
Question
A graphic image can be shown on a ASP.NET 4.5 Web page by using a(n)____ object.

A) Image
B) PictureBox
C) Graphic
D) Visual
Question
Use the ____ property of a validation control on a Web form to explain to the user what value is requested.

A) InvalidDataMessage
B) InvalidMessage
C) ErrorType
D) ErrorMessage
Question
The ____ property of the String class determines the number of characters in the string.

A) CharNum
B) Num
C) Length
D) CharLength
Question
The ____ object verifies that the object on a Web form contains data.

A) EmptyObject
B) ObjectNull
C) RequiredFieldValidator
D) ObjectRequired
Question
Use the ____ property of the Calendar object to reference the current date.

A) Today
B) Current
C) TodaysDate
D) ThisDate
Question
The ____ procedure of the String class is used to remove spaces from the string.

A) TrimSpaces
B) TrimEnds
C) Trim
D) TrimEndSpaces
Question
The ____ property of a RequiredFieldValidator object contains the message that the user will see if invalid data has been entered on a Web form.

A) InvalidInfo
B) ValidMessage
C) ErrorMessage
D) ErrorInformationDisplay
Question
As shown in the accompanying figure,the ____ validation control can be used to ensure two passwords match. <strong>As shown in the accompanying figure,the ____ validation control can be used to ensure two passwords match.  </strong> A) RequiredFieldValidator B) RegularExpressionValidator C) RangeValidator D) CompareValidator <div style=padding-top: 35px>

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
Question
The ____ procedure converts a string to lowercase letters.

A) ConvertToLower
B) LowerCaseConvert
C) ToLower
D) ToLowerCase
Question
The ____ control should be used to validate that a phone number was entered using the correct format.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
Question
The prefix ____ is used when naming a RequiredFieldValidator object on a Web form.

A) rfv
B) fld
C) rfl
D) flv
Question
The ____ property contains the name of the object to be validated when using the RangeValidator control.

A) ControlToValidate
B) MinimumValue
C) Type
D) ControlToCompare
Question
The prefix ____ is used when naming a RegularExpressionValidator object on a Web form.

A) reg
B) rev
C) rgv
D) rvl
Question
The prefix ____ is used when naming a ValidationSummary object on a Web form.

A) vso
B) vst
C) vls
D) vsm
Question
The ____ validation control can be used to ensure that the user enters a value between 1 and 100,for example.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
Question
The ____ object should be used to ensure that the user enters data in a field.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
Question
The ____ property of a RangeValidator control on a Web form matches the data type of the value.

A) ControlToValidate
B) DataValue
C) Type
D) DataType
Question
The ____ property of a RangeValidator control on a Web form contains the smallest acceptable value of the range.

A) LowerLimit
B) MinimumValue
C) RangeVal
D) MinimumRange
Question
The ____ method saves coding time because it prevents all the possible ways of entering a response from having to be compared.

A) ConvertAll()
B) Verify()
C) ToUpper()
D) Screen()
Question
The prefix ____ is used when naming a CompareValidator object on a Web form.

A) cpv
B) cmp
C) cmv
D) cvo
Question
The ____ procedure converts a string value to uppercase letters.

A) ToUpper
B) ToUpperCase
C) ConvertToUpper
D) UpperCaseConvert
Question
ASP code is a standardized system for tagging text files to achieve font,color,graphic,and hyperlink effects on Web pages displayed in browsers.
Question
The RangeValidator object on a Web form has a Type property for identifying the type of data for the range,such as ____.

A) Boolean
B) Text
C) Integer
D) String
Question
When using a Calendar object on a Web form,which are often important?

A) the current time
B) the current date
C) the date selected by the user
D) the calendar extension
Question
The HTML code for an active server page includes the HTML to format and display the page,and might include JavaScript code to perform certain processing,such as ensuring that a text box contains data.
Question
A(n)table is often used to organize Web site content into columns._________________________
Question
The
tag ____.

A) must be in double quotation marks when it appears in a string
B) is never a string
C) starts a new line of text
D) places a new line of text above and below the line on which it appears
Question
By default,the Calendar object on a Web form ____.

A) automatically displays the current month according to the system date
B) automatically displays the current week according to the system date
C) selects the current day when the application is executed
D) selects the current week when the application is executed
Question
A Web page that has no user interaction is a(n)standard Web page._________________________
Question
The event handler code that you write in Visual Basic for an event is executed on the client-side computer.
Question
To test an ASP.NET 4.5 Web application,you need Internet Information Server (IIS)or FrontPage Server Extensions installed on the computer.
Question
A Web form can be displayed in a standard Windows Explorer window or in a browser window.
Question
Web application filenames in Visual Basic 2012 can include blank spaces.
Question
The ValidationSummary control ____.

A) overrides the display of individual error messages by other validators
B) uses the prefix rfv
C) can list all error messages in a blank area at the top or bottom of a form
D) displays all of the messages in one place
Question
The difference between CheckBox objects and RadioButton objects is that the RadioButton object allows the user to select more than one option._________________________
Question
A Web page that allows users to enter information on a Web form is considered a(n)static Web page._________________________
Question
You need Expression Web to work with its Web pages in Visual Basic 2012.
Question
If you prefer to design a Web page without using the starter templates,select ASP.NET Web Site before you name the project when you create a new Web Site project._________________________
Question
When you develop an ASP page in Visual Basic,the work you do on the design page to create the user interface will generate the HTML code for the active server page.
Question
The master page specifies the layout,color,and text that are repeated on the actual Web pages that are displayed by the browser.
Question
When your Web page is ready for the world to see,you must place it on an actual Web server.
Question
By default,each validation control displays an error message next to the object it validates.
Question
To reopen a saved Visual Basic Web application,open Visual Studio,tap or click ____________________ on the FILE menu,and browse to the main project folder to open the Web site.
Question
The Text property of a TextBox object cannot be blank in a Web form.
Question
You can change the color of a page by selecting the background color and foreground color tools on the ____________________ toolbar.
Question
The ASP.NET 4.5 technology used with Visual Basic 2012 creates a(n)____________________.
Question
Each validation control displays an error message if the object does not meet the specified criteria
Question
Visual Basic 2012 provides a starter ____________________ to assist you in designing a Web page.
Question
A master page is basically defined as a nondisplaying page.
Question
When using the RangeValidator control,if the Type property is not specified,it will be selected automatically to produce the best result.
Question
A master page contains the information about the layout of a page,which will be used in the creation of body pages.
Question
A Web page that allows users to enter information on a Web form is considered to be a(n)____________________ Web page.
Question
Both the PictureBox object and the Image object place an image into an application,but the PictureBox object needs a URL to specify where the picture resides.
Question
Visual Basic will automatically trim off extra spaces from the beginning and end of a string.
Question
Toolbox objects unique to Web application objects include Navigation objects for allowing user access.
Question
A master page enables the users to create the layouts of the pages quickly and conveniently across the entire Web site.
Question
You place objects on a Web page using a Toolbox similar to the one used for Windows applications,though its categories of tools are different.
Question
The CompareValidator object on a Web form can be used only to compare the value of one object to the value of another object.
Question
A DropDownList object on a Web form will not display the list items until a user clicks on the list arrow button.
Question
The RegularExpressionValidator is used to check if data entered by the user is within a specified numeric range.
Question
An Image object on a Web page differs from a PictureBox object in where the Image object is stored.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/112
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 9: Creating Web Applications
1
The ____ object displays the days in each month as appropriate for the year.

A) Planner
B) Calendar
C) DayRunner
D) Month
B
2
A ____ page is designed to create a consistent layout for the pages in your application.

A) key
B) default
C) master
D) super
C
3
Creating a Web application is similar to creating a(n)____ application.

A) hosted
B) Windows
C) inactive
D) data-driven
B
4
A(n)____ form is a page displayed in a Web browser that requests data from the user.

A) indexed
B) Web
C) ASP
D) ISP
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
5
A Web page that allows users to enter information is considered a(n)____ Web page.

A) dynamic
B) static
C) standard
D) interactive
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
6
If you change the color or title of a ____ page,all the pages in the site will reflect that same color and title.

A) master
B) default
C) key
D) super
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
7
If you prefer to design a Web page without using starter templates,select ____ before you name the project when you create a new Web Site project.

A) No template
B) ASP.NET Empty Web Site
C) Without Master Page
D) Blank slate
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
8
The ASP.NET 4.5 technology used with Visual Basic 2012 creates a(n)____.

A) active server page
B) concatenated server post
C) interactive server party
D) interactive search post
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
9
Using a set of RadioButton controls is preferred to using a set of ____ controls when only one choice should be made from a set of options.

A) TextArea
B) TextLink
C) ChoiceBox
D) CheckBox
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
10
The ____ property of a Button object contains the name of the button.

A) ID
B) ButtonTitle
C) Name
D) ButtonCaption
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
11
The ____ property of the Calendar object references the date the user tapped or clicked in the Calendar object.

A) DateClicked
B) ThisDate
C) SelectedDate
D) DateSelected
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
12
The ____-side computer is the computer that is requesting the Web page.

A) host
B) user
C) server
D) client
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
13
A Web ____ is a computer that stores Web documents and makes them available to users over the Internet.

A) client
B) baseline
C) server
D) broadband
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
14
The name of a CheckBox object is stored in its ____ property.

A) ID
B) BoxTitle
C) Name
D) BoxCaption
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
15
The ____ file is a master page file that provides an overall layout for the site with headers,buttons,and footers.

A) Page.template
B) Index.template
C) Default.htm
D) Site.master
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
16
The ____ property of a CheckBox indicates whether a CheckBox has been checked.

A) Selected
B) This
C) Chosen
D) Checked
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
17
The ____-side computer is the computer that will deliver the Web page to the user's computer.

A) host
B) user
C) server
D) client
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
18
A Web page that displays information such as text and pictures with no interactivity is called a ____ Web page.

A) dynamic
B) standard
C) nonindexed
D) static
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
19
The prefix ____ is used when naming a CheckBox object.

A) ckb
B) ckc
C) cbx
D) chk
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
20
A graphic image can be shown on a ASP.NET 4.5 Web page by using a(n)____ object.

A) Image
B) PictureBox
C) Graphic
D) Visual
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
21
Use the ____ property of a validation control on a Web form to explain to the user what value is requested.

A) InvalidDataMessage
B) InvalidMessage
C) ErrorType
D) ErrorMessage
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
22
The ____ property of the String class determines the number of characters in the string.

A) CharNum
B) Num
C) Length
D) CharLength
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
23
The ____ object verifies that the object on a Web form contains data.

A) EmptyObject
B) ObjectNull
C) RequiredFieldValidator
D) ObjectRequired
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
24
Use the ____ property of the Calendar object to reference the current date.

A) Today
B) Current
C) TodaysDate
D) ThisDate
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
25
The ____ procedure of the String class is used to remove spaces from the string.

A) TrimSpaces
B) TrimEnds
C) Trim
D) TrimEndSpaces
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
26
The ____ property of a RequiredFieldValidator object contains the message that the user will see if invalid data has been entered on a Web form.

A) InvalidInfo
B) ValidMessage
C) ErrorMessage
D) ErrorInformationDisplay
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
27
As shown in the accompanying figure,the ____ validation control can be used to ensure two passwords match. <strong>As shown in the accompanying figure,the ____ validation control can be used to ensure two passwords match.  </strong> A) RequiredFieldValidator B) RegularExpressionValidator C) RangeValidator D) CompareValidator

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
28
The ____ procedure converts a string to lowercase letters.

A) ConvertToLower
B) LowerCaseConvert
C) ToLower
D) ToLowerCase
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
29
The ____ control should be used to validate that a phone number was entered using the correct format.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
30
The prefix ____ is used when naming a RequiredFieldValidator object on a Web form.

A) rfv
B) fld
C) rfl
D) flv
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
31
The ____ property contains the name of the object to be validated when using the RangeValidator control.

A) ControlToValidate
B) MinimumValue
C) Type
D) ControlToCompare
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
32
The prefix ____ is used when naming a RegularExpressionValidator object on a Web form.

A) reg
B) rev
C) rgv
D) rvl
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
33
The prefix ____ is used when naming a ValidationSummary object on a Web form.

A) vso
B) vst
C) vls
D) vsm
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
34
The ____ validation control can be used to ensure that the user enters a value between 1 and 100,for example.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
35
The ____ object should be used to ensure that the user enters data in a field.

A) RequiredFieldValidator
B) RegularExpressionValidator
C) RangeValidator
D) CompareValidator
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
36
The ____ property of a RangeValidator control on a Web form matches the data type of the value.

A) ControlToValidate
B) DataValue
C) Type
D) DataType
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
37
The ____ property of a RangeValidator control on a Web form contains the smallest acceptable value of the range.

A) LowerLimit
B) MinimumValue
C) RangeVal
D) MinimumRange
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
38
The ____ method saves coding time because it prevents all the possible ways of entering a response from having to be compared.

A) ConvertAll()
B) Verify()
C) ToUpper()
D) Screen()
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
39
The prefix ____ is used when naming a CompareValidator object on a Web form.

A) cpv
B) cmp
C) cmv
D) cvo
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
40
The ____ procedure converts a string value to uppercase letters.

A) ToUpper
B) ToUpperCase
C) ConvertToUpper
D) UpperCaseConvert
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
41
ASP code is a standardized system for tagging text files to achieve font,color,graphic,and hyperlink effects on Web pages displayed in browsers.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
42
The RangeValidator object on a Web form has a Type property for identifying the type of data for the range,such as ____.

A) Boolean
B) Text
C) Integer
D) String
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
43
When using a Calendar object on a Web form,which are often important?

A) the current time
B) the current date
C) the date selected by the user
D) the calendar extension
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
44
The HTML code for an active server page includes the HTML to format and display the page,and might include JavaScript code to perform certain processing,such as ensuring that a text box contains data.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
45
A(n)table is often used to organize Web site content into columns._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
46
The
tag ____.

A) must be in double quotation marks when it appears in a string
B) is never a string
C) starts a new line of text
D) places a new line of text above and below the line on which it appears
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
47
By default,the Calendar object on a Web form ____.

A) automatically displays the current month according to the system date
B) automatically displays the current week according to the system date
C) selects the current day when the application is executed
D) selects the current week when the application is executed
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
48
A Web page that has no user interaction is a(n)standard Web page._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
49
The event handler code that you write in Visual Basic for an event is executed on the client-side computer.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
50
To test an ASP.NET 4.5 Web application,you need Internet Information Server (IIS)or FrontPage Server Extensions installed on the computer.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
51
A Web form can be displayed in a standard Windows Explorer window or in a browser window.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
52
Web application filenames in Visual Basic 2012 can include blank spaces.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
53
The ValidationSummary control ____.

A) overrides the display of individual error messages by other validators
B) uses the prefix rfv
C) can list all error messages in a blank area at the top or bottom of a form
D) displays all of the messages in one place
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
54
The difference between CheckBox objects and RadioButton objects is that the RadioButton object allows the user to select more than one option._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
55
A Web page that allows users to enter information on a Web form is considered a(n)static Web page._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
56
You need Expression Web to work with its Web pages in Visual Basic 2012.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
57
If you prefer to design a Web page without using the starter templates,select ASP.NET Web Site before you name the project when you create a new Web Site project._________________________
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
58
When you develop an ASP page in Visual Basic,the work you do on the design page to create the user interface will generate the HTML code for the active server page.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
59
The master page specifies the layout,color,and text that are repeated on the actual Web pages that are displayed by the browser.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
60
When your Web page is ready for the world to see,you must place it on an actual Web server.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
61
By default,each validation control displays an error message next to the object it validates.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
62
To reopen a saved Visual Basic Web application,open Visual Studio,tap or click ____________________ on the FILE menu,and browse to the main project folder to open the Web site.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
63
The Text property of a TextBox object cannot be blank in a Web form.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
64
You can change the color of a page by selecting the background color and foreground color tools on the ____________________ toolbar.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
65
The ASP.NET 4.5 technology used with Visual Basic 2012 creates a(n)____________________.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
66
Each validation control displays an error message if the object does not meet the specified criteria
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
67
Visual Basic 2012 provides a starter ____________________ to assist you in designing a Web page.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
68
A master page is basically defined as a nondisplaying page.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
69
When using the RangeValidator control,if the Type property is not specified,it will be selected automatically to produce the best result.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
70
A master page contains the information about the layout of a page,which will be used in the creation of body pages.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
71
A Web page that allows users to enter information on a Web form is considered to be a(n)____________________ Web page.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
72
Both the PictureBox object and the Image object place an image into an application,but the PictureBox object needs a URL to specify where the picture resides.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
73
Visual Basic will automatically trim off extra spaces from the beginning and end of a string.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
74
Toolbox objects unique to Web application objects include Navigation objects for allowing user access.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
75
A master page enables the users to create the layouts of the pages quickly and conveniently across the entire Web site.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
76
You place objects on a Web page using a Toolbox similar to the one used for Windows applications,though its categories of tools are different.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
77
The CompareValidator object on a Web form can be used only to compare the value of one object to the value of another object.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
78
A DropDownList object on a Web form will not display the list items until a user clicks on the list arrow button.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
79
The RegularExpressionValidator is used to check if data entered by the user is within a specified numeric range.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
80
An Image object on a Web page differs from a PictureBox object in where the Image object is stored.
Unlock Deck
Unlock for access to all 112 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 112 flashcards in this deck.