Definitions for "Data Structure" Add To Word List
Login or Register  | Word Lists | Search History

The way in which sets of data are organized in a particular system.
Helpful?           0
An organized collection of data, such as a list, tree, or array.
Helpful?           0
The organization of data in a commonly accessible form. Often includes multiple data types and arrays.
Helpful?           0
in programming, a scheme for organising related pieces of information
Helpful?           0
(computer science) the organization of data (and its storage allocations in a computer)
Helpful?           0
a means to store data in a structured manner so that is can be accessed and used in the most effective and efficient manner possible
Helpful?           0
an area in storage and is considered to be a character field
Helpful?           0
an arrangement of data in a computer's memory or even disk storage
Helpful?           0
an efficient way of organizing data
Helpful?           0
an item in memory which perhaps improves the utilization of the memory
Helpful?           0
an organised collection of atomic data items
Helpful?           0
an organization of information, usually in memory, for better algorithm efficiency
Helpful?           0
an organized collection of related data
Helpful?           0
a scheme for organizing the data required to support one or more business systems
Helpful?           0
a specialized format for organizing and storing data
Helpful?           0
a specific way of organising data that supports efficient performance of the rekevant operations on that data
Helpful?           0
a template for data that helps a programmer keep a collection of information together for better algorithm efficiency
Helpful?           0
a way of arranging data so it can be accessed and modified efficiently
Helpful?           0
a way of organizing data that considers not only the items stored, but also their relationship to each other
Helpful?           0
a way of organizing large amounts of data in memory or files
Helpful?           0
a way to store data so that it can be remembered and retrieved efficiently
Helpful?           0
a way to store, retrieve, and/or organize data
Helpful?           0
Organisation adopted for the data held in a digital database.
Helpful?           0
How data is organized within an application or organization.
Helpful?           0
This is a set of data in memory comprised of fields
Helpful?           0
An organization of information in a computer program.
Helpful?           0
An organised aggregate of data items.
Helpful?           0
In computer science, a data structure is a way of storing data in a computer so that it can be used efficiently. Often a carefully chosen data structure will allow a more efficient algorithm to be used. The choice of the data structure often begins from the choice of an abstract data structure.
Helpful?           0