Difference between revisions of "Computer file"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
 
Line 1: Line 1:
 
A '''computer file''' is a resource for storing information, which is available to a computer program and is usually based on some kind of durable storage.
 
A '''computer file''' is a resource for storing information, which is available to a computer program and is usually based on some kind of durable storage.
 +
 +
== Description ==
  
 
A file is "durable" in the sense that it remains available for other programs to use after the program that created it has finished executing.
 
A file is "durable" in the sense that it remains available for other programs to use after the program that created it has finished executing.
Line 7: Line 9:
 
== See also ==
 
== See also ==
  
 +
* [[Computer]]
 
* [[File format]]
 
* [[File format]]
 +
* [[Image file format]]
  
 
== External links ==  
 
== External links ==  
  
 
* [https://en.wikipedia.org/wiki/Computer_file Computer file] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Computer_file Computer file] @ Wikipedia

Revision as of 10:13, 31 August 2015

A computer file is a resource for storing information, which is available to a computer program and is usually based on some kind of durable storage.

Description

A file is "durable" in the sense that it remains available for other programs to use after the program that created it has finished executing.

Computer files can be considered as the modern counterpart of paper documents which traditionally are kept in office and library files, and this is the source of the term.

See also

External links