answersLogoWhite

0

What is homogeneous data structure?

Updated: 9/20/2023
User Avatar

Wiki User

12y ago

Best Answer

collection of dissimilar type of data is called non homogeneous data structure as for example structure .

User Avatar

Waldo Ledner

Lvl 13
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is homogeneous data structure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a homogeneous data structure and why is this a weakness for RDBMS?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array


What are the differences between Homogeneous and non homogeneous data structures?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array while there can b any type of data in non homogeneous data structure. example:- list


What is non homogeneous material?

collection of dissimilar type of data is called non homogeneous data structure as for example structure .


Which data structure can't store the homogeneous data elements?

arrays


What data structure is used to store homogeneous data item?

array


Which data structure can't store the non-homogeneous data elements?

arrays


Is array structure union is a collection of homogeneous type of data element?

They is three different things.


Examples of hterogeneous and homogeneous data structure?

1: struct data { char *name; int age; } d; 2. int x [300];


What are the uses of array?

Array in most programming langauges like C ,C++, Java etc is a static , homogeneous and linear data structure. A data structure itself is a mathematical and logical model to organise data.It clearly specifies the domain of the data that can be stored in the structure and the collection of valid operations (functions) that can be performed on that data. Array is a linear structure in the sense that the data is organised sequentially(one after another in a contineous chunck of memory). It is a homogeneous data structure i.e. it contains elements which are of the same data type.The data type of array can be inbuilt like int , float ,char, double and even user defined that is created using a structure or a class. The main use of an array is to oragnise homogeneous data together as a group to perform operations on data in a collective manner since traversal and retrieval becomes easy.Whenever a homogeneous list(One Dimendional or Multi-Dimensional)has to be implemented we make use of array.The advantage of array lies in the fact that it uses indexed represenattion enabling us to access any member element directly. The example of practical use of array in progarmming will be creation of index lists, pointer arrays,matrix operations(transpose,addition ,subtraction,multiplication,inverse etc.).


What is type of data connection?

data is collection of data nd is many type linear non linear homogeneous non homogeneous etc


What are the subject-matters of data structure?

types of data structure types of data structure


Something that has a uniform structure or composition throughout?

Homogeneous