Difference between revisions of "Data (computing)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(First)
 
(See also)
Line 13: Line 13:
 
== See also ==
 
== See also ==
  
* [[Attribute-value pair]]
+
* [[Attribute–value pair]]
 
* [[Data]]
 
* [[Data]]
  

Revision as of 11:56, 28 August 2015

In computing, data (/ˈdeɪtə/ day-tə, /ˈdætə/ da-tə, or /ˈdɑːtə/ dah-tə; treated as singular, plural, or as a mass noun) is any sequence of symbols giving meaning by specific acts of interpretation.

Digital data

Digital data is the quantities, characters, or symbols on which operations are performed by a computer, stored and recorded on magnetic, optical, or mechanical recording media, and transmitted in the form of electrical signals.


A program is a set of data that consists of a series of coded software instructions to control the operation of a computer or other machine.[3] Physical computer memory elements consist of an address and a byte/word of data storage. Digital data are often stored in relational databases, like tables or SQL databases, and can generally be represented as abstract key/value pairs.

Data can be organized in many different types of data structures, including arrays, graphs, and objects. Data structures can store data of many different types, including numbers, strings and even other data structures. Data pass in and out of computers via peripheral devices. In an alternate usage, binary files (which are not human-readable) are sometimes called "data" as distinguished from human-readable "text".[4] The total amount of digital data in 2007 was estimated to be 281 billion gigabytes (= 281 exabytes).[5][6]

See also

External links

  • [ ] @ Wikipedia