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

Logical organization of data (elements, fields). Also known as data schema.
Helpful?           0
A group of elements given one name and hold more that one value. The elements could be of the same or of different types.
Helpful?           0
(IEEE) A physical or logical relationship among data elements, designed to support specific data manipulation functions.
Helpful?           0
a logical arrangement of the data that enables efficient storage and manipulation of those data
Helpful?           0
a named data item that consists of logically-related variables, called members
Helpful?           0
organization of data, particularly the reference linkages among data elements.
Helpful?           0
One or more data elements in a particular relationship, usually used to describe some entity.
Helpful?           0
A logical relationship among data elements that is designed to support specific data manipulation functions.
Helpful?           0
C programming term for a data element consisting of fields, where each field may have a different type definition and length. The elements of a data structure usually share a common purpose or functionality, rather than being similar in size, type, etc.
Helpful?           0