The noun has one meaning:
Meaning #1:
a set of related records (either written or electronic) kept together
Synonym: file
| WordNet: data file |
The noun has one meaning:
Meaning #1:
a set of related records (either written or electronic) kept together
Synonym: file
| 5min Related Video: Data file |
| Wikipedia: Data file |
|
|
This article may require cleanup to meet Wikipedia's quality standards. Please improve this article if you can. (February 2009) |
A data file is a computer file which stores data for use by a computer application or system. It generally does not refer to files that contain instructions or code to be executed (typically called program files), or to files which define the operation or structure of an application or system (which include configuration files, directory files, etc.); but specifically to information used as input, and/or written as output by some other software program. This is especially helpful when debugging a program.
Data files come in two broad categories: open and closed.
Contents |
Closed data (frequently referred to as proprietary format files) files have their metadata data elements hidden, obscured or unavailable to users of the file. Application developers do this to discourage users from tampering with or corrupting the data files or importing the data into a competitor's application.
Open data files have their internal structures available to users of the file through a process of metadata publishing. Metadata publishing implies that the structure and semantics of all the possible data elements within a file are available to users.
Examples of open data files include XML formats such as HTML for storing web pages or SVG for storing scalable graphics.
Data files are frequently stored in binary or ASCII file formats. ASCII file formats can usually be inspected and modified with an appropriate text or word-processor.
Binary files are usually not editable with a text or word processor.
Note that binary file formats are not necessarily closed. Some application vendors store data in a compressed file structure.
There are specialist editors for data files, some can edit Binary files. These editors include
Data files are commonly used when computer programming, especially when debugging, to quicken the repetitious commands needed to get to certain parts of a program. Commonly used file extensions for programming include .txt and .dat for simplicity. This greatly reduces the time for a programmer to access the problems in the programs.
| This computer storage-related article is a stub. You can help Wikipedia by expanding it. |
Data that is generated by an application can be stored on permanent basis on secondary storage device by the use of Data files. In VB three types of files are described:- i) random access files. ii) text(sequential)access files. iii)binary access files.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| edulcorate (computer science) | |
| file layout (computer science) | |
| file-handling routine (computer science) |
| How can data files get retrieved from a server? Read answer... | |
| Machine that stores data and files? Read answer... | |
| How can insert a data into file in c? Read answer... |
| What is data obtained from a file called? | |
| How to link data to html files? | |
| What do you need to protect the data files? |
Copyrights:
![]() | WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Data file". Read more |
Mentioned in