answersLogoWhite

0


Best Answer

You use a data structure when you have data to store and:

  • You have more data than you can store in an array
  • You want to be able to find it efficiently
  • You want to be able to organise it in different ways
User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where and in which area can the data structure concepts be used?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are data models in dbms?

A data model is a collection of concepts that can be used to describe the structure of a database. Data models can be broadly distinguished into 3 main categories- 1)high-level or conceptual data models (based on entities & relationships) It provides concepts that are close to the way many users perceive data. 2)lowlevel or physical data models It provides concepts that describe the details of how data is stored in the computer. These concepts are meant for computer specialist, not for typical end users. 3)representational or implementation data models (record-based,object-oriented) It provide concepts that can be understood by end users. These hide some details of data storage but can be implemented on a computer system directly.


Which data structure used in database?

You create your own data structure in database.


What data structure and logarithm?

data structure is a way of storing data in a computer so that it can be used efficientlyan algorithm is a sequence of instructions, often used for calculation and data processing.Often a carefully chosen data structure will allow the most efficient algorithm to be used.


What the data structure is used behind FACEBOOK?

The GRAPH data structure used behind Facebook.for more detail see


Is data structure a language?

No, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.


What are the different data model in DBMS?

The main data models in database management systems are relational, hierarchical, network, and object-oriented. Relational data model organizes data into tables with rows and columns. Hierarchical data model organizes data in a tree-like structure. Network data model allows each record to have multiple parent and child records. Object-oriented data model represents data as objects.


What data structure is used to store homogeneous data item?

array


Which type of data structure is used in ATM to take the printout of last 5 transactions?

stack data structure.


What is the main purpose of the structure?

To arrange data in a particular manner.these manner or set of rules is defined in the data structure so that the data used in computer systems can properly used at necessary time.


What are the goals of data structure?

To arrange data in a particular manner.these manner or set of rules is defined in the data structure so that the data used in computer systems can properly used at necessary time.


Which data structures used in T9 dictionary?

Tries, it is a kind of tree data structure that can be used.


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.