Definition of Data hierarchy

FOLDOC
data hierarchy
The system of data objects which provide the methods for information storage and retrieval. Broadly, a data hierarchy may be considered to be either natural, which arises from the alphabet or syntax of the language in which the information is expressed, or machine, which reflects the facilities of the computer, both hardware and software.
A natural data hierarchy might consist of bitscharacters, words, phrases, sentences, paragraphs, and chapters. One might use components bound to an application, such as field, record, and file, and these would ordinarily be further specified by having data descriptors such as name field, address field, etc. On the other hand, a machine or software system might use bitbytewordblockpartitionchannel, and port.
Programming languages often provide types or objects which can create data hierarchies of arbitrary complexity, thus allowing software system designers to model language structures described by the linguist to greater or lesser degree.
The distinction between the natural form of data and the facilities provided by the machine may be obscure, because users force their needs into the molds provided, and programmers change machine designs. As an example, the natural data type "character" and the machine type "byte" are often used interchangably, because the latter has evolved to meet the need of representing the former.
(1995-11-03)

Search Dictionary:
Search Web Search Dictionary



Data hierarchy definition was found in categories: Language, Idioms & Slang(2)  Encyclopedia(1)  

Data hierarchy Definition from Language, Idioms & Slang Dictionaries & Glossaries

WordNet 2.0
data hierarchy

Noun
1. an arrangement of data consisting of sets and subsets such that every subset of a set is of lower rank than the set
(hypernym) hierarchy

hEnglish - advanced version
data hierarchy

data hierarchy
n : an arrangement of data consisting of sets and subsets such that every subset of a set is of lower rank than the set



Data hierarchy Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Data hierarchy
Data Hierarchy refers to the systematic organisation of data, often in a hierarchical form. Data organization involves fields, records, files and so on.

data field holds a single fact. Consider a date field, e.g. "19 September 2004". This can be treated as a single date field (eg birthdate), or 3 fields, namely, day of month, month and year.

record is a collection of related fields. An Employee record may contain a name field(s), address fields, birthdate field and so on.


See more at Wikipedia.org...