You can combine structures e.g, linear and hierarchical.

  1. True

  2. False


Correct Option: A
Explanation:

To solve this question, the user needs to have knowledge of data structures and their characteristics.

The given statement is:

"You can combine structures e.g, linear and hierarchical."

Now, let's analyze each option to determine if it is right or wrong:

A. True: This option is correct. It is possible to combine different data structures, such as linear and hierarchical structures, to create more complex and efficient data organization systems. For example, a tree data structure can be used to represent a hierarchical relationship within a linear structure like an array or a linked list.

B. False: This option is incorrect. The statement clearly states that you can combine different data structures, so the option "False" is not the correct answer.

The Answer is: A

Find more quizzes: