To create a new Web project, click the New Web Site button on the \_\_\_\_. A: Web menu B: Project toolbar C: Main Menu D: Standard toolbar
D: Standard toolbar
To view a completed DropDownList object, run the application by clicking the \_\_\_\_ button on the Standard toolbar. A: View List B: Start Debugging C: Run Web Page D: Status Test
B: Start Debugging
The \_\_\_\_ object is used to compare an object's value with another object or a constant. A: CompareValidator B: ConstantValidator C: ValueValidator D: InputValidator
A: CompareValidator
A \_\_\_\_ object on a Web page usually is provided for data entry. A: DivBox B: DataContainer C: EntryBox D: TextBox
D: TextBox
The \_\_\_\_ procedure converts a string to all lowercase. A: LowerCase B: TrimLower C: Lower D: ToLower
D: ToLower
The \_\_\_\_ object is organized by month and displays the number of days in each month. A: Month B: Date C: Calendar D: System
C: Calendar
Which of the following cannot be used in a Web application filename? A: Spaces B: Numbers C: Reserved words D: None of the above
A: Spaces
Which of the following properties of the CompareValidator control contains a message stating that the value does not match? A: ErrorMatch B: ErrorMessage C: DisplayMessage D: CompareMessage
B: ErrorMessage
By default, the Master site has two buttons: \_\_\_\_. A: Home & About B: Master & Site C: Submit & Clear D: Go & Exit
A: Home & About
The \_\_\_\_ procedure converts a string to all uppercase. A: ToUpper B: UpperCase C: ConvertUpper D: StringUpper
A: ToUpper
You can use the Calendar object in which of the following types of applications? A: Windows B: Mobile C: Web D: All of the above
D: All of the above
You specify the title bar text for a Web form using the \_\_\_\_ property. A: Text B: Title C: Display D: Name
B: Title
The prefix for the CompareValidator object is \_\_\_\_. A: cpv B: cpr C: cmv D: cva
C: cmv
You place objects on the Web form using a \_\_\_\_. A: ObjectBox B: Toolbox C: palette D: category box
B: Toolbox
A page displayed in a Web browser that requests data from a user is called a \_\_\_\_. A: Web page B: Web site C: Web form D: Web server
C: Web form
The prefix for a Calendar object name is \_\_\_\_. A: cld B: cal C: clr D: cdr
A: cld
Visual Basic 2010 provides a(n) \_\_\_\_ to assist you in designing a Web page. A: ASPX B: Master Site file C: starter template D: layout wizard
C: starter template
Which of the following properties of the RegularExpressionValidator control allows the user to select the format for the object? A: ControlToFormat B: FormatToValidate C: FormatExpression D: ValidationExpression
D: ValidationExpression
The \_\_\_\_ object is similar to the PictureBox object in a Windows application. A: Graphics B: Position C: Image D: Box
C: Image
A \_\_\_\_ Web page reacts to the data a user enters. A: dynamic B: static C: server D: client
A: dynamic
The \_\_\_\_ object allows users to select one item from a predefined list. A: DropDownList B: ListBox C: TextBox D: CheckBox
A: DropDownList
Which of the following properties of the RangeValidator control contains the name of the object you are validating? A: NameToValidate B: ControlToValidate C: NameValue D: NameOfControl
B: ControlToValidate
The prefix \_\_\_\_ is used for the RegularExpressionValidator control. A: reg B: rev C: rgv D: rgl
B: rev
A(n) \_\_\_\_ Web page displays information with no interactivity. A: dynamic B: static C: server-side D: ASP
B: static