Chapter 7 Flashcards
0
Q
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
A
D: Standard toolbar
1
Q
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
A
B: Start Debugging
2
Q
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
A: CompareValidator
3
Q
A \_\_\_\_ object on a Web page usually is provided for data entry. A: DivBox B: DataContainer C: EntryBox D: TextBox
A
D: TextBox
4
Q
The \_\_\_\_ procedure converts a string to all lowercase. A: LowerCase B: TrimLower C: Lower D: ToLower
A
D: ToLower
5
Q
The \_\_\_\_ object is organized by month and displays the number of days in each month. A: Month B: Date C: Calendar D: System
A
C: Calendar
6
Q
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
A: Spaces
7
Q
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
A
B: ErrorMessage
8
Q
By default, the Master site has two buttons: \_\_\_\_. A: Home & About B: Master & Site C: Submit & Clear D: Go & Exit
A
A: Home & About
9
Q
The \_\_\_\_ procedure converts a string to all uppercase. A: ToUpper B: UpperCase C: ConvertUpper D: StringUpper
A
A: ToUpper
10
Q
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
A
D: All of the above
11
Q
You specify the title bar text for a Web form using the \_\_\_\_ property. A: Text B: Title C: Display D: Name
A
B: Title
12
Q
The prefix for the CompareValidator object is \_\_\_\_. A: cpv B: cpr C: cmv D: cva
A
C: cmv
13
Q
You place objects on the Web form using a \_\_\_\_. A: ObjectBox B: Toolbox C: palette D: category box
A
B: Toolbox
14
Q
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
A
C: Web form
15
Q
The prefix for a Calendar object name is \_\_\_\_. A: cld B: cal C: clr D: cdr
A
A: cld
16
Q
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
A
C: starter template
17
Q
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
A
D: ValidationExpression
18
Q
The \_\_\_\_ object is similar to the PictureBox object in a Windows application. A: Graphics B: Position C: Image D: Box
A
C: Image
19
Q
A \_\_\_\_ Web page reacts to the data a user enters. A: dynamic B: static C: server D: client
A
A: dynamic