PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you do?

You create Web-based client applications. You are creating a Web control that includes data entry fields. The Web control also includes data validation code. The data validation code verifies whether the user has entered a valid date and a valid postal code in a text box. You are writing the code within the Web control to handle the invalid data. The Web control must work on as many browsers as possible. You need to design an appropriate feedback technique. What should you do?

Which code segment should you use?

You are creating a Web application by using the Virtual Earth 6.0 map control. A Web page of the application provides navigational aid to the users.
When the Web page loads, it must meet the following requirements:

The map must appear in the two-dimensional mode.
The users must be able to view the roads on the map and navigate through the map. The users must not be able to change the map to the three-dimensional mode.

You need to ensure that the Web page meets the requirements.

Which code segment should you use?

What should you do?

You create Microsoft Windows-based applications. You are designing an application that permits insurance agents to provide insurance quotes to prospective customers. The application permits insurance agents to survey the customer and enter the customers responses into the application. Each customer response adjusts the computed level of risk for the customer depending on how the customer answers the question.

The application must meet the following requirements:

The application must continuously display a thermometer indicating the level of risk. The prospective customers risk must be updated after each question. The application must ensure that the user interacts with the thermometer component as little as possible.

You need to evaluate a user interface design for the thermometer component of the application. What should you do?

Which two technologies should you choose?

You create Web-based client applications. You create an application that will be used by customers to browse the product catalog of an Internet-based store and buy products.

The application must meet the following requirements:

Permit registered customers of the store to change display settings and personal information. Store the updated information and associate the information with the logged-on customer.

You need to choose appropriate technologies to meet these requirements. Which two technologies should you choose? (Each correct answer presents part of the solution. Choose two.)

Which code fragment should you insert at line 03?

You are creating a Virtual Earth 6.0 application. The Web pages of the application contain a header section, a body section, and a map control section.

The body section of the Web pages contains the following code fragment. (Line numbers are included for reference only.)

01 <div id=’Header’ style=”width:400px;
02 height:100px; background-color: red;”></div>
03 …
04 <div id=’Controls’ style=”width:400px;”>
05 <p align=”center”>Search text:
06 <input type=’text’ id=’Where’ />
07 <input type=’button’ id=’Search’ value=’Search’
08 onclick=”Find();” />
09 </p>
10 </div>

You need to ensure that the maps contained on the Web pages fit correctly between the header section and the map control section.

Which code fragment should you insert at line 03?