Exam 15: Web-Based Applications
Exam 1: Introduction to Computing and Programming75 Questions
Exam 2: Data Types and Expressions75 Questions
Exam 3: Methods and Behaviors75 Questions
Exam 4: Creating Your Own Classes75 Questions
Exam 5: Making Decisions75 Questions
Exam 6: Repeating Instructions75 Questions
Exam 7: Arrays75 Questions
Exam 8: Advanced Collections74 Questions
Exam 9: Introduction to Windows Programming75 Questions
Exam 10: Programming Based on Events75 Questions
Exam 11: Advanced Object-Oriented Programming Features75 Questions
Exam 12: Debugging and Handling Exceptions75 Questions
Exam 13: Working With Files75 Questions
Exam 14: Working With Databases75 Questions
Exam 15: Web-Based Applications73 Questions
Select questions type
Dynamic Web pages normally involve some processing in addition to rendering the formatting of HTML tags.
Free
(True/False)
4.8/5
(37)
Correct Answer:
True
The default home directory for Web applications on most machines is ____.
Free
(Multiple Choice)
4.7/5
(44)
Correct Answer:
B
To set the message for an Input text field use the ____ property.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
C
For ASP.NET applications, property settings are not stored in the Web Form Designer Generated Code region for Web applications. They are stored in the file containing the HTML tags.
(True/False)
4.8/5
(40)
A(n) ____________ that simulates a Windows Phone device is included as part of the Software Development Kit.
(Short Answer)
4.7/5
(31)
Web sites are reopened differently from a Windows application. To reopen a Web application in Visual Studio, select the Web sites name under the TOOLS Options menu.
(True/False)
4.9/5
(39)
____________ uses style sheets to describe how elements will look in terms of their layout, fonts, and colors.
(Short Answer)
4.9/5
(39)
All of the following types of controls can be added to a Web Forms page, EXCEPT ____ .
(Multiple Choice)
4.9/5
(37)
The ____ class reduces your need for accessing individual data provider classes when you are connecting to an Access database.
(Multiple Choice)
4.8/5
(44)
The only event listed below that is automatically posted back to the server when the event is triggered is the ____.
(Multiple Choice)
4.9/5
(29)
There are several models used for building ASP.NET Web sites. The ____________ is closer to the Windows Forms event-based programming model. It enables you to use server controls, encapsulating HTML and CSS so dynamic applications can be created and enables you to incorporate rich user interface controls, like data grids, into your application.
(Short Answer)
4.9/5
(43)
You can use the Text property and/or the ErrorMessage property for validation controls to ____________.
(Short Answer)
4.8/5
(35)
In order to set the Calendar control object Calendar1 to the current date, you could type ____.
(Multiple Choice)
4.8/5
(39)
With Web applications, instead of using a MessageBox object to display information to users, a common control used for this is a ____.
(Multiple Choice)
4.9/5
(36)
The RequiredFieldValidator validation control matches an input value to a pattern to see if the values match a predictable sequence.
(True/False)
4.9/5
(42)
One approach to developing Web sites is to use Microsoft Internet Information Services (IIS). IIS is ____.
(Multiple Choice)
4.8/5
(35)
You can use the ____________ configuration wizard to connect to a data source and do very little, if any, programming.
(Short Answer)
4.8/5
(34)
To work with the calendar control programmatically, an object of the ____________ class is can be used to assign dates to the calendar's SelectedDate property.
(Short Answer)
5.0/5
(32)
Showing 1 - 20 of 73
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)