Exam 15: Web-Based Applications

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

True

The default home directory for Web applications on most machines is ____.

Free
(Multiple Choice)
4.7/5
(44)
Correct Answer:
Verified

B

To set the message for an Input text field use the ____ property.

Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
Verified

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)

ASP.NET pages end with a(n) ____ file extension.

(Multiple Choice)
4.8/5
(38)

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)

Web pages are stateless.  What does this mean?

(Multiple Choice)
4.8/5
(41)
Showing 1 - 20 of 73
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)