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…
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)- A80% (28)
- B3% (1)
- C6% (2)
- D11% (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
Community Discussion
No community discussion yet for this question.