Professional Researcher's Encyclopaedia

Knowledge is only a click away

Computer file - enyclopaedia article

Computer file

Summary: A file in a computer system is a stream of bits stored as a single unit, typically in a file system on disk or magnetic tape. While a file is usually presented as a single stream, it most often is stored as multiple fragments of data at different places on a disk (or even multiple disks). One of the services operating systems usually perform for applications is that organization of files in a file system. Files are created by software and usually conform to a particular f ...

read the full Computer file article

Buy Computer file related products:


Buy from Amazon.co.uk Books - Music - Classical - VHS - DVD - Video-games - Software - Electronics - Toys
Buy from Amazon.com Books - Music - Classical - VHS - DVD - Videogames - Software - Electronics - Photo - Toys
Buy from Amazon.ca Books - Music - Classical - VHS - DVD - Video-games - Software - Livres en Français
Buy from Amazon.de - - - - - - -
Buy from Amazon.fr - - - - -
Advanced Product Search (new):    uk    |     us    |     ca    |     de    |     fr

Computer file

     From Wikipedia, the free encyclopedia.

A file in a computer system is a stream of bits stored as a single unit, typically in a file system on disk or magnetic tape.

While a file is usually presented as a single stream, it most often is stored as multiple fragments of data at different places on a disk (or even multiple disks). One of the services operating systems usually perform for applications is that organization of files in a file system.

Files are created by software and usually conform to a particular file format. They are almost always assigned file names by the file system on which they are stored, so that they can be referred to at a later time.

An important subclass of file is the text file. A text file is a sequence of characterss often organized into lines separated by line breaks. The term "binary file" usually refers to any file other than a text file.

A "special file" is a file system object which is accessed as though it was a file, but the sequence of bits is supplied or consumed by another process (or by the operating system itself) such as a device driver or network interface. Indeed, the philosophy that "everything is a file" is one of the best known desing decision in Unix and Unix-like operating systems (such as Linux).

Files are often organized hierchically by the operating system, placing them in folders or a directories.

Notes

  1. A collection of bytes in RAM isn't usually known as a file, unless it's stored in a RAM disk.
  2. Historically it was common for files to be defined as sequences of records. However this is now uncommon except on certain mainframe operating systems. On most systems, the application or a library creates the "record" abstraction from the byte stream according to the file format.

See also

link to this article with the following HTML

 
This article is from Wikipedia. This article was up-to-date as of 8 May 2004 - See live article
All text is available under the terms of the GNU Free Documentation License.

This page is part of Professional Researcher
Web site design by Dean Marshall