Microsoft 98-362 - Windows Development Fundamentals Exam

Page:    1 / 12   
Total 60 questions

You write a Windows Services application.
The installer must register the application with the:

  • A. Service Management Console.
  • B. Service Process Installer.
  • C. Service Control Manager.
  • D. System Resource Manager.


Answer : C

A Windows Forms form contains a ListBox control. The ListBox must be populated with the data from a generic list of strings.
The ListBox will be populated with the data when the:

  • A. Form.DataBind()method is called.
  • B. DataTarget property of the generic list is set.
  • C. ListBox.DataBind() method is called.
  • D. DataSource property of the ListBox is set.


Answer : D

You set a form's StartPosition property to Manual and set its Location property to 20, 20.
Where will the form be located on the user's screen?

  • A. 20 pixels from the bottom and 20 pixels from the left
  • B. 20 pixels from the top and 20 pixels from the left
  • C. 20 pixels from the bottom and 20 pixels from the right
  • D. 20 pixels from the top and 20 pixels from the right


Answer : B

You need to create an application that will be deployed on Microsoft Windows Server 2003.
The server does not have a graphics accelerator card installed and will not have hardware upgrades in the future.
The application must meet the following requirements:
-> Provide local file access.
-> Store settings in the registry.
-> Accept keyboard and mouse input.
Which type of application should you create?

  • A. Console application
  • B. Windows Services application
  • C. Web application
  • D. Windows Forms application


Answer : C

A Windows Forms application throws an exception.
You need to find out which methods the application is currently executing.
Which property of the Exception object should you examine?

  • A. Data
  • B. StackTrace
  • C. Source
  • D. InnerException


Answer : B

Page:    1 / 12   
Total 60 questions