Exam 9: Creating Web Applications
Exam 1: Introduction to Visual Basic 2012 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
The ____ file is a master page file that provides an overall layout for the site with headers,buttons,and footers.
(Multiple Choice)
4.8/5
(18)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-CheckBox object property that makes a checkbox checked by default when set to true
(Multiple Choice)
4.8/5
(32)
When using the RangeValidator control,if the Type property is not specified,it will be selected automatically to produce the best result.
(True/False)
4.8/5
(34)
Web application filenames in Visual Basic 2012 can include blank spaces.
(True/False)
5.0/5
(36)
The RangeValidator object on a Web form has a Type property for identifying the type of data for the range,such as ____.
(Multiple Choice)
4.9/5
(24)
The ____ validation control can be used to ensure that the user enters a value between 1 and 100,for example.
(Multiple Choice)
4.8/5
(32)
Use the ____ property of a validation control on a Web form to explain to the user what value is requested.
(Multiple Choice)
4.9/5
(31)
The ____ property contains the name of the object to be validated when using the RangeValidator control.
(Multiple Choice)
4.7/5
(40)
A master page contains the information about the layout of a page,which will be used in the creation of body pages.
(True/False)
4.8/5
(30)
The RegularExpressionValidator is used to check if data entered by the user is within a specified numeric range.
(True/False)
4.8/5
(40)
Each validation control displays an error message if the object does not meet the specified criteria
(True/False)
4.8/5
(35)
The ____________________ property of the RegularExpressionValidator object specifies the format of the data the control is expecting.
(Short Answer)
5.0/5
(29)
The ____ property of the String class determines the number of characters in the string.
(Multiple Choice)
4.8/5
(23)
Explain how to add TextBox and Button objects to a Web form.Compare and contrast this process to the process for their Windows counterparts.
(Essay)
4.8/5
(34)
A(n)table is often used to organize Web site content into columns._________________________
(True/False)
4.8/5
(32)
A Web page that has no user interaction is a(n)standard Web page._________________________
(True/False)
4.9/5
(36)
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.
(True/False)
4.9/5
(29)
The ____________________ object is used to accept text entered by the user on a Web form.
(Short Answer)
4.8/5
(33)
The ____ object verifies that the object on a Web form contains data.
(Multiple Choice)
4.8/5
(37)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)