Text files in the context of Computer file system


Text files in the context of Computer file system

Text files Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Text files in the context of "Computer file system"


⭐ Core Definition: Text files

A text file (sometimes spelled textfile; an old alternative name is flat file) is a kind of computer file that is structured as a sequence of lines of electronic text. A text file exists stored as data within a computer file system.

In operating systems such as CP/M, where the operating system does not keep track of the file size in bytes, the end of a text file is denoted by placing one or more special characters, known as an end-of-file (EOF) marker, as padding after the last line in a text file. In modern operating systems such as DOS, Microsoft Windows and Unix-like systems, text files do not contain any special EOF character, because file systems on those operating systems keep track of the file size in bytes.

↓ Menu
HINT:

In this Dossier

Text files in the context of Revision control

Version control (also known as revision control, source control, and source code management) is the software engineering practice of controlling, organizing, and tracking different versions in history of computer files; primarily source code text files, but generally any type of file.

Version control is a component of software configuration management.

View the full Wikipedia page for Revision control
↑ Return to Menu

Text files in the context of Line (text file)

In computing, a line is a unit of organization for text files. A line consists of a sequence of zero or more characters, usually displayed within a single horizontal sequence.

The term comes directly from physical printing, where a line of text is a horizontal row of characters.

View the full Wikipedia page for Line (text file)
↑ Return to Menu