Microsoft 98-361 - Software Development Fundamentals Exam

Question #1 (Topic: C#)
You are creating an application for computers that run Windows XP or later. This application must run after the computer starts. The user must not be aware that
the application is running.
The application performs tasks that require permissions that the logged-in user does not have.
Which type of application allows this behavior?
A. Windows Service application B. Windows Forms application C. DOS batch file D. Terminate-and-stay-resident (TSR) program
Answer: A
Question #2 (Topic: C#)
An application presents the user with a graphical interface. The interface includes buttons that the user clicks to perform tasks. Each time the user clicks a button,
a method is called that corresponds to that button.
Which term is used to describe this programming model?
A. Functional B. Service oriented C. Structured D. Event driven
Answer: D
Question #3 (Topic: C#)
How does a console-based application differ from a Windows Forms application?
A. Console-based applications require the XNA Framework to run. B. Windows Forms applications do not provide a method for user input. C. Windows Forms applications can access network resources. D. Console-based applications do not display a graphical interface.
Answer: D
Question #4 (Topic: C#)
Which type of Windows application presents a parent window that contains child windows?
A. Application programming interface (API) B. Single-document interface (SDI) C. Multiple-document interface (MDI) D. Command-line interface (CLI)
Answer: C
Question #5 (Topic: C#)
The purpose of a constructor in a class is to:
A. Initialize an object of that class. B. Release the resources that the class holds. C. Create a value type. D. Inherit from the base class.
Answer: A
Download Exam
Page: 1 / 33
Total 163 questions