Skip to main content

1985 | OriginalPaper | Buchkapitel

Concept of Data

verfasst von : Dipl.-Inform. Christian Blume, Dipl.-Inform. Wilfried Jakob

Erschienen in: PasRo

Verlag: Springer Berlin Heidelberg

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

The information a program is working on is called data, in very general term. On a basic machine level, data are represented by a sequence of binary gigits, called bits. To distinguish values associated with the same bit string, additional information is required. This is called the data type definition and describes the set of values the variable of a certain type can hold. For example, the 16 bit string $$ 0000000000110101 $$ can be Interpreted during program execution as the whole number “53” or the ASCII-character “5”. In the first case it is a variable of type INTEGER, otherwise of type CHAR.

Metadaten
Titel
Concept of Data
verfasst von
Dipl.-Inform. Christian Blume
Dipl.-Inform. Wilfried Jakob
Copyright-Jahr
1985
Verlag
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/978-3-642-96883-9_3