Exam 9: Creating Web Applications
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
Explain how to add TextBox and Button objects to a web form. Compare and contrast this process to the process for their Windows counterparts.
Free
(Essay)
5.0/5
(36)
Correct Answer:
Like other web form objects, TextBox and Button objects are similar to their Windows counterparts apart from a few exceptions. A TextBox object on a webpage usually is provided for data entry, allowing a user to enter a name, address, email address, or zip code, for example. The Text property of a TextBox object, therefore, is blank. A Button object on a web form serves the same purpose as it does in Windows applications. Because the user generally clicks the Button object after completing the web form, the Text property for a Button object on a web form often is Submit. To name the TextBox and Button objects, you use the (ID) property.
Use the ____ property to name TextBox and Button objects.
Free
(Multiple Choice)
4.7/5
(41)
Correct Answer:
A
Case 9-2 Rafael has been staring at his tourism project for a long time. He is pleased with what he has produced but something-he is not quite sure what-is still missing. Then in a flash, it occurs to him: he needs to add an image of a group of vacationers having fun to the page. If Rafael is creating a Windows application, what kind of object will he use to display the picture of the vacationers?
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
C
Explain what a DropDownList object is and how you specify items you want to display in the list
(Essay)
4.9/5
(33)
The RegularExpressionValidator is used to check if data entered by the user is within a specified numeric range.
(True/False)
4.7/5
(41)
The ASP.NET technology used with Visual Basic 2017 creates a(n) ____.
(Multiple Choice)
4.9/5
(39)
A webpage that has no user interaction is a(n) standard webpage. ________________________
(True/False)
4.8/5
(42)
The ____________________ control of a web form is used to list all validation errors in a single place on the form.
(Short Answer)
4.8/5
(33)
If you prefer to design a webpage without using starter templates, select ____ before you name the project when you create a new Web Site project.
(Multiple Choice)
4.9/5
(41)
The prefix ____ is used when naming a RequiredFieldValidator object on a web form
(Multiple Choice)
4.8/5
(45)
Identify the letter of the choice that best matches the phrase or definition.
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(38)
The ____ validation control compares an object's value with another object or a constant value.
(Multiple Choice)
4.8/5
(43)
The ____ object should be used to ensure that the user enters data in a field.
(Multiple Choice)
4.9/5
(41)
A ____ page is designed to create a consistent layout for the pages in your application.
(Multiple Choice)
4.8/5
(35)
Visual Basic will automatically trim off extra spaces from the beginning and end of a string.
(True/False)
4.9/5
(34)
The CompareValidator object on a web form can be used only to compare the value of one object to the value of another object.
(True/False)
4.8/5
(38)
To allow a user to make a selection from a predefined list on a web form, use a(n) ____________________ object.
(Short Answer)
4.8/5
(35)
You can use the ____________________ procedure of the String class to convert a string to all lowercase characters.
(Short Answer)
4.9/5
(32)
A web ____ is a computer that stores web documents and makes them available to users on the Internet.
(Multiple Choice)
4.9/5
(43)
A(n) ____________________ object should be used when several options are presented and the user is allowed to select more than one option.
(Short Answer)
4.8/5
(34)
Showing 1 - 20 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)