Question 91
You are developing a database that other programmers will query to display race results.
You need to provide the ability to query race results without allowing access to other information in the database.
What should you do?
Question 92
Drag and Drop Question
You are developing an application that displays a list of race results.
The race results are stored in the following class:
The code that manages the list is as follows:
You need to implement the AddRace method.
Match the code segment to its location. (To answer, drag the appropriate code segment from the column on the left to its location on the right. Each code segment may be used once, more than once, or not at all. Each correct match is worth one point.)
Question 93
You are developing an application that will be run from the command line.
Which of the following methods would you use for getting input from to the command line?
Question 94
You create an application that uses Simple Object Access Protocol (SOAP).
Which technology provides information about the application's functionality to other applications?
Question 95
You create an object of type ANumber. The class is defined as follows.
The code is executed as follows.
Dim mynumber As ANumber = new ANumber(3);
What is the value of _number after the code is executed?

