Question: Software that hosts or delivers a Web application is called a(n) ____. Integrated Development Environment (IDE) Web site Web server Internet browser ____ describes the
Software that hosts or delivers a Web application is called a(n) ____.
|
| Integrated Development Environment (IDE) |
|
| Web site |
|
| Web server |
|
| Internet browser |
____ describes the concept of spreading applications over more than one computer system.
|
| Distributing computing |
|
| Centralized computing |
|
| Web based applications |
|
| Web service applications |
When you set the Web Forms controls property using the Properties window in Visual Studio, the settings are stored in the code behind filethe file ending with the .aspx.cs extension.
|
| True |
|
| False |
With Web applications, instead of using a MessageBox object to display information to users, a common control used for this is a ____.
|
| Button |
|
| web form |
|
| MessageDialog |
|
| Label |
In addition to dragging a validation control to the form, you must set the ____ property in order to tie the validation control to a specific form control object.
|
| ErrorMessage |
|
| RequiredFieldValidator |
|
| ControlToValidate |
|
| RegularExpressionValidator |
All of the following are true statements regarding Web-based applications, EXCEPT ____.
|
| Web-based applications are designed to be accessible to multiple users |
|
| Web-based applications are designed for a single platform |
|
| Web-based applications are designed to deliver the same content to every user |
|
| Web-based applications run within an Internet browser |
Web services publish information in a standardized format about their location and functionality in a WSDL registry.
|
| True |
|
| False |
To set the message for an Input text field use the ____ property.
|
| Field |
|
| Input |
|
| Text |
|
| Value |
Static web pages end with file extensions, namely ____.
|
| .asp |
|
| .aspx |
|
| .htm |
|
| .asmx |
HTML controls do not maintain state..
|
| True |
|
| False |
The default home directory for Web applications on most machines is physically located at ____.
|
| c:\InetPub\wwwroot |
|
| c:\localhost |
|
| c:\ |
|
| http://localhost |
One approach to developing Web sites is to use Microsoft Internet Information Services (IIS). IIS is ____.
|
| Web server software |
|
| a tool used to execute ASP scripts |
|
| an Integrated Development Environment (IDE) |
|
| a form of Internet browser |
HTML tags tell the browser how to display text in different formats, whereas XML uses tags as a format for describing data.
|
| True |
|
| False |
For retrieving data from a database, you can use a GridView object. However, by default, the GridView control displays data on a Web form in a read-only format.
|
| True |
|
| False |
Which of the following is an example of a scripting language that might be used to create a dynamic web page?
|
| CScript |
|
| all of the above |
|
| JavaScript |
|
| C#Script |
Web pages are stateless. What does this mean?
|
| Values entered are not automatically saved and redisplayed when a page is sent back to a client computer. |
|
| They do not retain their values from one trip to the Web server to the next. |
|
| All of the above. |
|
| Every postback trip to the server creates a new object. |
ASP.NET pages end with a(n) ____ file extension.
|
| .asp |
|
| .aspx |
|
| .asmx |
|
| .net |
To indicate that the control is a Web Forms control, Visual Studio prefixes the control name with
|
| True |
|
| False |
____ enable you to provide more consistency across pages on a Web site.
|
| DynamicPage applications |
|
| MainContent Pages |
|
| ASP.NET |
|
| Cascading Style Sheets |
The ____ control does not have a property called AutoPostBack that can be set to true to trigger an automatic postback to the server.
|
| CheckBox |
|
| Button |
|
| ListBox |
|
| RadioButton |
With Windows and console-based applications, execution begins with the first statement in the Main( ) method. With a Web application, execution begins ____.
|
| with the first statement in the InitializeComponent( ) method |
|
| with the first statement in the Main( ) method. |
|
| with the first statement in the constructor method |
|
| with the first statement in the Page_Load( ) method |
When you add a Label object, you do not select a Text property and type a value into the Properties windows with this type of control. Instead, you type the value directly onto the label located on the form. What type of control is this?
|
| Web Forms |
|
| ASP |
|
| HTML server |
|
| HTML |
Windows Communications Foundation is one of the Application Programming Interface used to build service-oriented applications.
|
| True |
|
| False |
The ____data source class that reduce your need for accessing individual Data Provider class when you are connecting to an Access database.
|
| ODBCDatabase |
|
| OLEDBDataBase |
|
| AccessDataSource |
|
| SqlDataBase |
In order to set the Calendar control object Calendar1 to the current date, you could type ____.
|
| Calendar1.SelectedDate = DateTime.Today; |
|
| Calendar1.SelectedDate = Today; |
|
| Calendar1.Date = Today; |
|
| Calendar1.Date = Today.DateTime; |
There are more controls to add to a Web application than there are for Windows applications.
|
| True |
|
| False |
The only event listed below that is automatically posted back to the server when the event is triggered is the ____.
|
| TextBox KeyPress event |
|
| Button Click event |
|
| ListBox SelectedIndexChanged event |
|
| RadioButton CheckedChanged event |
Windows Mobile OS is a compact operating system developed by Microsoft. You can create smart device applications for this operating system using the Silverlight for Windows Phone.
|
| True |
|
| False |
All of the following types of controls can be added to a Web Forms page, EXCEPT ____.
|
| Standard |
|
| ASP controls |
|
| HTML |
|
| Validation |
With traditional client server ASP, once the client requests a page, the server gets it ready by executing the any scripts found inside the HTML document, ____.
|
| the client receives the scripts for execution in the Internet browser |
|
| the client sees the result in the form of an HTML document |
|
| the server displays the results in the form of an HTML document |
|
| the server returns the rendered page in a compressed format |
What is one of the major differences between an ASP .NET application that you build and a Windows application?
|
| Two separate files are created for the user interface for Web applications. |
|
| Windows applications are event driven applications. |
|
| You can drag and drop controls onto the Windows form. |
|
| All of the control classes are organized under a common namespace for Windows applications. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
