Which type of Windows application presents a parent window that contains child windows?
A.
Multiple-document interface (MDI)
B.
Command-line interface (CLI)
C.
Single-document interface (SDI)
D.
Application programming interface (API)
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.