Computer Science, asked by kadamsidharth8, 8 months ago

7).
1 point
Which data structure is the collection of finite, ordered, and homogeneous data elements?
a. Array
b. Graph
c. Map
d. Trees
a.

Answers

Answered by Kamalittech
1

Answer:

graph is the data structure

Answered by syed2020ashaels
0
  • In the question it is termed as homogeneous data element.
  • HDS contain similar data elements only like all are integers,or only float values
  • The Graph is a HDS but not finite.
  • Because the size of the graph was decided on runtime.
  • Tree is also HDS which is not finite Its size is decided on runtime.
  • Map will not definitely be finite.
  • Hence ,Therefore the array is a right answer.
  • The exact correct answer is an hast table . moreover, The hash table is an extension of array.
  • Therefore the option A is correct.

#spj3

Similar questions