Multiple choice

________ stores data in the form of a parent-child relationship.

  1. File Management System

  2. Network Database System

  3. Relation Database System

  4. Hierarchical Database System

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Hierarchical database systems organize data in a tree-like structure with parent-child relationships, where each parent can have multiple children but each child has only one parent. Examples include IMS (IBM Information Management System) and Windows Registry. File management systems don't inherently use parent-child structures, network databases use graph structures, and relational databases use tables with relationships.