CBSE Class 11 Informatics Practices
Question 2 of 85
Database Concepts — Question 2
Back to all questions 2
Question Assertion (A): In hierarchical model, the data is organized in a tree-like structure.
Reasoning (R): In hierarchical model, searching for a particular record is a time-consuming process.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Both A and R are true and R is the correct explanation of A.
Explanation
The hierarchical model arranges data in a tree structure, where each record has a parent-child relationship. Searching for a specific record in such a model may require traversing through multiple levels of the hierarchy, which is time-consuming.