Difficulty: Easy
Correct Answer: Multimedia
Explanation:
Introduction / Context:
Modern applications often store and query rich content—documents, images, audio, and video—rather than only simple rows of numbers and short strings. Database systems that support these formats are referred to as multimedia database management systems.
Given Data / Assumptions:
Concept / Approach:
A ‘‘multimedia’’ DBMS supports BLOB/CLOB types, indexing on media metadata, and sometimes content-aware search (thumbnails, waveforms, transcripts). While ‘‘hypertext’’ refers to linked documents, and ‘‘graphics media’’ is too narrow, ‘‘multimedia’’ captures the full range of rich data types.
Step-by-Step Solution:
Verification / Alternative check:
Vendor documentation typically labels support for BLOBs, media streaming, and media indexing under multimedia capabilities.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing document-linking technologies (hypertext) with comprehensive media storage and retrieval.
Final Answer:
Multimedia
Discussion & Comments