Exam 12: Web Applications
Exam 1: An Introduction to Visual Basic 201544 Questions
Exam 2: Designing Applications60 Questions
Exam 3: Using Variables and Constants60 Questions
Exam 4: The Selection Structure60 Questions
Exam 5: More on the Selection Structure58 Questions
Exam 6: The Repetition Structure60 Questions
Exam 7: Sub and Function Procedures60 Questions
Exam 8: String Manipulation60 Questions
Exam 9: Arrays60 Questions
Exam 10: Structures and Sequential Access Files60 Questions
Exam 11: Classes and Objects60 Questions
Exam 12: Web Applications60 Questions
Exam 13: Working With Access Databases and Linq60 Questions
Exam 14: Access Databases and SQL60 Questions
Select questions type
The Web consists of documents called ____ that are stored on Web servers.
Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
D
Case 1 - healthgoods.com
Healthgoods is a retail pharmacy store. You have been hired to develop an application for healthgoods.com, the current company Web site. The new application will allow customers to order prescription refills online using the company’s Web site.
-The user will enter the prescription number,first name,last name,and date to pick up the filled prescription.Which of the following controls do you need to provide on the Web page?
Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
D
On a Web form,use the check box's ____ property to determine whether a check box is selected or unselected.
Free
(Multiple Choice)
4.7/5
(32)
Correct Answer:
B
Case 1 - healthgoods.com
Healthgoods is a retail pharmacy store. You have been hired to develop an application for healthgoods.com, the current company Web site. The new application will allow customers to order prescription refills online using the company’s Web site.
-If you want to verify that the prescription number,first name,and last name text boxes contain data,use the ____ tool.
(Multiple Choice)
4.8/5
(34)
A Web page can have one or more check boxes,but only one check box can be selected.
(True/False)
4.8/5
(34)
____ pages contain code that tells the objects on the Web page how to respond to the user's actions.
(Multiple Choice)
4.7/5
(44)
Explain how Radio button list controls and check boxes can trigger an automatic postback.
(Essay)
4.8/5
(35)
What two properties should you specify for the RequiredFieldValidator?
(Essay)
4.9/5
(33)
The purpose of the ____ tool is to verify that an entry matches a specific pattern.
(Multiple Choice)
4.8/5
(42)
The purpose of the ____ tool is to compare an entry with a constant value or the property stored in a control.
(Multiple Choice)
4.8/5
(35)
A ____ control allows the user to "jump" from one Web page to another.
(Multiple Choice)
4.8/5
(32)
List the six validator tools available in the Validation section of the toolbox that are used for validating user input.
(Essay)
4.9/5
(31)
To have a check box control trigger an automatic postback,change the ____ property from False to True.
(Multiple Choice)
4.9/5
(36)
Radio button list controls and check boxes do not trigger an automatic ____ when clicked.
(Multiple Choice)
4.9/5
(30)
Before you add any text or controls to a Web page,you should plan the page's layout.
(True/False)
4.9/5
(25)
Describe the difference between the Design view and the Source view of a Web page in the IDE.
(Essay)
4.7/5
(26)
When a client computer's browser sends a request for an ASP page,the Web server locates the page and then sends the appropriate ____ instructions to the client.
(Multiple Choice)
4.9/5
(47)
Radio button list controls and check boxes do not trigger an automatic postback.
(True/False)
4.9/5
(34)
Showing 1 - 20 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)