answersLogoWhite

0


Best Answer

elementry data organisation is a way to put the position of special element

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Elementary Data Organization in Data Structures?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How would a person explain data structures to a technophobe?

It is possible to explain data structure in layman's terms. Simply put, in computer terms, a data structure is a commonly used method of data organization.


What is linked organization in data structure?

Linked organization in data structure is the organization of data records that are linked together by references. These links are also known as connectors.


Data Structures and Algorithms in Java?

Data structures has been implemented in Java language already, you just need to import it and start using it. Data Structures are located in Java.util packages.ArrayArraylistVectorHashMapHashTableLinkedListStackQueueCollection this are the few I know.Thanks,Anandkumar.R


Structure data type and elementary data type?

Both of them is very important in programming.


What is data structure why is an array called a data structure which are the other data structures?

A data structure is a collection of more than one elementary item, in some kind of aggregate organization. An array is a type of structure where more than one item of the same type are arranged serially in memory, and accessed using an index. The item can either be an elementary type or it itself can be a structure type. A struct (not to be confused with the use of "structure" in this answer) is a type of structure where more than one item of the same or different types are arranged serially in memory, and accessed using the structure member (.) operator. A union is similar to a struct, except that each member occupies the same address. This means that only one type of data can be stored at any one time in a union. A self-referential structure is a type of structure, usually constructed of simpler structures, linked together with some kind of pointer scheme. Examples of this are the linked list and tree.

Related questions

What are the disadvantage s of data structures?

Some disadvantages of data structures include increased complexity of implementation, potential for decreased performance due to inefficient data organization, and increased memory usage. Additionally, selecting the wrong data structure for a particular problem can lead to suboptimal solutions.


How would a person explain data structures to a technophobe?

It is possible to explain data structure in layman's terms. Simply put, in computer terms, a data structure is a commonly used method of data organization.


What are the different organization structures recommended for project organization and what are their advantages and disadvantages?

What are the different organization structures recommended for project organization? Discuss their advantages and disadvantages


What is the fundamental difference between logical and physical data structures?

1) Logical data structures are structures that emphasize on data relationships and how data is related from the view of the user. 2) Physical data structures are data models that emphasize on the use of efficiently and effectively storing data in memory.


The need for complex data structures?

Explain the need for complex data structures


Where can one find more information about organization structures?

One can find information on organization structures by looking at the diagrams provided on Google Images as well as reading a Wikipedia article about organization structures.


What is the linear data structures?

Linear data structures are 1-dimensional arrays, as in: vectors.


Primary data secondary data?

primary data structures


What are primary data and secoundary data?

primary data structures


What do architects do on a normal work day?

Performs design computations, compiles data, and completes elementary architectural assignments. Prepares project estimates and architectural plans as requested. Inspects structures in the field.


What has the author Michael B Feldman written?

Michael B. Feldman has written: 'Data Structures With Ada' 'Data structures with Modula-2' -- subject(s): Data structures (Computer science), Modula-2 (Computer program language) 'Data structures with Ada' -- subject(s): Ada (Computer program language), Data structures (Computer science)


What is internal software data structures?

I think it is the objects(data structures) that are passed among the components of the software.