Informatika Komputer    
   
Daftar Isi
(Sebelumnya) DataData center (Berikutnya)

Data (computing)

Data (pron.: /ˈdtə/ DAY-tə or /ˈdætə/) are the quantities, characters, or symbols on which operations are performed by a computer, being stored and transmitted in the form of electrical signals and recorded on magnetic, optical, or mechanical recording media.[1] 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.[2] Physical computer memory elements consist of an address and a byte/word of data storage. Digital data can be reduced to key/value pair combinations[citation needed]. Supersets[clarification needed] of this idea, where keys are derived, and values are arranged, relatively, are called data structures. They are also used in peripheral devices.

In an alternate usage, binary files (which are not human-readable) are sometimes called "data" as distinguished from human-readable "text".[3] The total amount of digital data in 2007 was estimated to be 281 billion gigabytes (= 281 exabytes).[4][5]

Data vs programs

Fundamentally, computers follow the instructions they are given. A set of instructions to perform a given task (or tasks) is called a "program". In the nominal case, the program, as executed by the computer, will consist of binary machine code. The elements of storage manipulated by the program, but not actually executed by the CPU, contain data.

Typically, programs are stored in special file types, different from that used for data. Executable files contain programs; all other files are data files. However, executable files may also contain data which is "built-in" to the program. In particular, some executable files have a data segment, which nominally contains constants and initial values (both data).

For example: a user might first instruct the operating system to load a word processor program from one file, and then edit a document stored in another file. In this example, the document would be considered data. If the word processor also features a spell checker, then the dictionary (word list) for the spell checker would also be considered data. The algorithms used by the spell checker to suggest corrections would be either machine code or a code in some interpretable programming language.

The line between program and data can become blurry. An interpreter, for example, is a program. The input data to an interpreter is itself a program—just not one expressed in native machine language. In many cases, the interpreted program will be a human-readable text file, which is manipulated with a text editor—more normally associated with plain text data. Metaprogramming similarly involves programs manipulating other programs as data. Also, for programs like compilers, linkers, debuggers, program updaters, etc. may other programs serve as data.

See also

References

  1. ^ "data". Oxford Dictionaries. http://oxforddictionaries.com/definit ion/american_english/data. Retrieved 2012-10-11.
  2. ^ "computer program". The Oxford Pocket Dictionary of Current English. http://www.encyclopedia.com/topic/com puter_program.aspx#2. Retrieved 2012-10-11.
  3. ^ "file(1)". OpenBSD Manual Pages. 2004-12-04. http://www.openbsd.org/cgi-bin/man.cg i?query=file. Retrieved 2007-03-19.
  4. ^ Paul, Ryan (March 12, 2008). "Study: amount of digital info > global storage capacity". Ars Technica. http://arstechnica.com/news.ars/post/ 20080312-study-amount-of-digital-info -global-storage-capacity.html. Retrieved 2008-03-12.
  5. ^ Gantz, John F. et al. (2008). "The Diverse and Exploding Digital Universe". International Data Corporation via EMC. http://www.emc.com/leadership/digital -universe/expanding-digital-universe. htm. Retrieved 2008-03-12.
(Sebelumnya) DataData center (Berikutnya)