Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Microsoft 98-361 Exam Actual Questions

The questions for 98-361 were last updated on April 19, 2024.
  • Viewing page 1 out of 41 pages.
  • Viewing questions 1-4 out of 166 questions

Topic 1 - C#

Question #1 Topic 1

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
Reveal Solution Hide Solution   Discussion   2

Correct Answer: A 🗳️

Question #2 Topic 1

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
Reveal Solution Hide Solution   Discussion   1

Correct Answer: D 🗳️

Question #3 Topic 1

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.
Reveal Solution Hide Solution   Discussion   1

Correct Answer: D 🗳️

Question #4 Topic 1

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)
Reveal Solution Hide Solution   Discussion   1

Correct Answer: C 🗳️
A multiple document interface (MDI) is a graphical user interface in which multiple windows reside under a single parent window. Such systems often allow child windows to embed other windows inside them as well, creating complex nested hierarchies. This contrasts with single document interfaces (SDI) where all windows are independent of each other.

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...