nerdexam
Microsoft

98-361 · Question #154

Which type of Windows application presents a parent window that contains child windows?

The correct answer is A. Multiple-document interface (MDI). 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…

Understanding Desktop Applications

Question

Which type of Windows application presents a parent window that contains child windows?

Options

  • AMultiple-document interface (MDI)
  • BCommand-line interface (CLI)
  • CSingle-document interface (SDI)
  • DApplication programming interface (API)

How the community answered

(35 responses)
  • A
    80% (28)
  • B
    3% (1)
  • C
    6% (2)
  • D
    11% (4)

Explanation

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.

Topics

#MDI#Windows application#parent-child windows#application interface

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice