Difference between revisions of "Computer file"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
 
Line 11: Line 11:
 
== See also ==
 
== See also ==
  
 +
* [[Binary file]]
 
* [[Block (data storage)]]
 
* [[Block (data storage)]]
 
* [[Computer]]
 
* [[Computer]]
Line 29: Line 30:
 
* [[Object composition]]
 
* [[Object composition]]
 
* [[Soft copy]]
 
* [[Soft copy]]
 +
* [[Text file]]
  
 
== External links ==  
 
== External links ==  

Latest revision as of 11:54, 15 October 2016

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.

History

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