VB FINAL Flashcards
A(n) ____ form is a page displayed in a browser that requests data from the user.
1) ASP
2) ISP
3) Web
4) indexed
3) Web
A Web ____ is a computer that stores Web documents and makes them available to users over the Internet.
1) server
2) broadband
3) client
4) baseline
1) server
A Web page that displays information such as text and pictures with no interactivity is called a ____ Web page.
1) standard
2) dynamic
3) static
4) nonindexed
3) static
A Web page that allows users to enter information is considered a(n) ____ Web page.
1) static
2) interactive
3) standard
4) dynamic
4) dynamic
Creating a Web application is similar to creating a(n) ____ application.
1) data-driven
2) Windows
3) inactive
4) hosted
2) Windows
The ____-side computer is the computer that will deliver the Web page to the user’s computer.
1) user
2) host
3) client
4) server
4) server
The ____-side computer is the computer that is requesting the Web page.
1) server
2) user
3) client
4) host
3) client
The ASP.NET 4.0 technology used with Visual Basic 2010 creates a(n) ____.
1) interactive search post
2) concatenated server post
3) active server page
4) interactive server party
3) active server page
The ____ file is a master page file that provides an overall layout for the site with headers, buttons, and footers.
1) Page.template
2) Site.master
3) Index.template
4) Default.htm
2) Site.master
A ____ page is designed to create a consistent layout for the pages in your application.
1) master
2) default
3) key
4) super
1) master
If you change the color or title of a ____ page, all the pages in the site will reflect that same color and title.
1) master
2) super
3) key
4) default
1) master
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.
1) No template
2) ASP.NET Empty Web Site
3) Without Master Page
4) all of the above
2) ASP.NET Empty Web Site
A graphic image can be shown on a ASP.NET 4.0 Web form by using a(n) ____ object.
1) Image
2) Graphic
3) Visual
4) PictureBox
1) Image
The ____ property of a Button object contains the name of the button.
1) Name
2) ButtonTitle
3) ID
4) ButtonCaption
3) ID
The name of a CheckBox object is stored in its ____ property.
1) ID
2) Name
3) BoxCaption
4) BoxTitle
1) ID
The ____ property of a CheckBox indicates whether a CheckBox has been checked.
1) This
2) Selected
3) Checked
4) Chosen
3) Checked
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.
1) CheckBox
2) TextArea
3) TextLink
4) ChoiceBox
1) CheckBox
The prefix ____ is used when naming a CheckBox object.
1) ckb
2) ckc
3) chk
4) cbx
3) chk
The ____ object displays the days in each month as appropriate for the year.
1) Planner
2) Calendar
3) DayRunner
4) Month
2) Calendar
The ____ property of the Calendar object references the date the user clicked in the Calendar object.
1) DateClicked
2) SelectedDate
3) ThisDate
4) DateSelected
2) SelectedDate
Use the ____ property of the Calendar object to reference the current date.
1) TodaysDate
2) ThisDate
3) Current
4) Today
1) TodaysDate
The ____ object verifies that the object on a Web form contains data.
1) EmptyObject
2) ObjectNull
3) RequiredFieldValidator
4) ObjectRequired
3) RequiredFieldValidator
The ____ property of a RequiredFieldValidator object contains the message that the user will see if invalid data has been entered on a Web form.
1) ErrorInformationDisplay
2) ValidMessage
3) InvalieInfo
4) ErrorMessage
4) ErrorMessage
The prefix ____ is used when naming a RequiredFieldValidator object on a Web form.
1) rfv
2) rfl
3) flv
4) fld
1) rfv
The ____ object should be used to ensure that the user enters data in a field.
1) RequiredFieldValidator
2) RegularExpressionValidator
3) RangeValidator
4) CompareValidator
1) RequiredFieldValidator
The ____ property contains the name of the object to be validated when using the RangeValidator control.
1) ControlToCompare
2) ControlToValidate
3) MinimumValue
4) Type
2) ControlToValidate
The ____ validation control can be used to ensure that the user enters a value between 1 and 100, for example.
1) RangeValidator
2) CompareValidator
3) RequiredFieldValidator
4) RegularExpressionValidator
1) RangeValidator
The ____ property of a RangeValidator control on a Web form contains the smallest acceptable value of the range.
1) MinimumValue
2) MinimumRange
3) RangeVal
4) LowerLimit
1) MinimumValue
Use the ____ property of a validation control on a Web form to explain to the user what value is requested.
1) InvalidDataMessage
2) ErrorType
3) InvalidMessage
4) ErrorMessage
4) ErrorMessage
The ____ property of a RangeValidator control on a Web form matches the data type of the value.
1) DataType
2) ControlToValidate
3) DataValue
4) Type
4) Type