You are creating a Windows Store application that uses the following gesture:

Use the drop-down menus to select the answer choice that completes each statement. Each correct selection is worth one point.
Hot Area:

Hot Area:

You are creating an application that accepts input and displays a response to the user. You cannot create a graphical interface for this application. Which type of application should you create?
A. Windows Forms
B. Windows Service
C. Web-based
D. Console-based
The throw keyword is used to perform which two actions? (Choose two.)
A. stop processing of the code
B. move error handling to a separate thread
C. raise exceptions
D. re-throw exceptions as a different type
When a web service is referenced from a client application in Microsoft Visual Studio, which two items are created? (Choose two.)
A. a stub
B. a.wsdl file
C. a proxy
D. a .disco file
This question requires that you evaluate the underlined text to determine if it is correct.
The bubble sort algorithm steps through the list to be sorted, comparing adjacent items and swapping them if they are in the wrong order
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed" if the underlined text makes the statement correct.
A. No change is needed
B. merge
C. library
D. insertion
You are reviewing a design for a database. A portion of this design is shown in the exhibit. Note that you may choose to view either the Crow's Foot Notation or Chen Notation version of the design. (To view the Crow's Foot Notation, click the Exhibit A button. To view the Chen Notation, click the Exhibit B button.)

Which term is used to describe the relationship between Customer and Order?
A. many-to-many
B. one-to-many
C. one-dimensional
D. one-to-one
E. multi-dimensional
You are building a web application that enables international exchange students to schedule phone calls with their prospective schools.
The application allows students to indicate a preferred date and time for phone calls. Students may indicate no preferred time by leaving the date and time field empty. The application must support multiple time zones. Which data type should you use to record the student's preferred date and time?

A. B. C. D.
The purpose of the Catch section in an exception handler is to:
A. Conclude the execution of the application.
B. Break out of the error handler.
C. Execute code only when an exception is thrown.
D. Execute code regardless of whether an exception is thrown.
You are creating a database for a student directory. The Students table contains the following fields:

Which statement will retrieve only the first name, last name, and telephone number for every student listed in the directory?

A. B. C. D. E.
This question requires that you evaluate the underlined text to determine if it is correct.
The process of transforming compiled C# code into an XML string for a web service is known as deserialization.
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed" if the underlined text makes the statement correct.
A. No change is needed
B. serialization
C. decoding
D. encoding