Content deleted Content added
No edit summary Tags: Reverted Mobile edit Mobile web edit |
Tags: Huggle Rollback Disambiguation links added |
||
Line 1:
{{short description|Quantities, characters, or symbols on which operations are performed by a computer}}
{{other uses|Data (disambiguation)|Datum (
{{broader|Data}}
[[File:Data types - en.svg|thumb|Various types of data which can be visualized through a computer device]]
In [[computer science]], '''data''' (treated as singular, plural, or as a [[mass noun]]) is any sequence of one or more [[symbol]]s; '''datum''' is a single symbol of data. Data requires [[Interpretation (logic)|interpretation]] to become [[information]]. [[Digital data]] is data that is represented using the [[binary number]] system of ones (1) and zeros (0), instead of [[analog signal|analog]] representation. In modern (post-1960) computer systems, all data is digital.
Data exists
Physical [[computer memory]] elements consist of an address and a byte/word of data storage. Digital data are often stored in [[Relational database#RDBMS|relational databases]], like [[table (database)|tables]] or SQL databases, and can generally be represented as abstract key/value pairs. Data can be organized in many different types of [[data structure]]s, including arrays, [[Graph (abstract data type)|graphs]], and [[Object (computer science)|objects]]. Data structures can store data of many different [[data type|types]], including [[Floating-point arithmetic|numbers]], [[string (computer science)|strings]] and even other [[Recursive data type|data structures]].
==Characteristics==
|