answersLogoWhite

0


Best Answer

A program file may require a data file to work. a data file holds information that a program file may use. For example... a program file might be a shortcut that you click on to run a program such as Notpad but a data file is like a *.doc file type or a .txt which contains data.

A program file may only contain binary operation codes, addresses and embedded data as permitted by the designers of the computer processor that is going to be executing the program. A data file can be in any format as determined by the programmers.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

16y ago

A file can contain any type of content. i.e. Text file (*.doc, *.txt, Picture i.e. (*.bmp), Music (*.mp3, *.wav.) are all examples of file types. A program application is an executable file that your computer can actually run. Executable files usually end in "*.exe" on Windows and "*.dmg" on Macs. Some examples of applications would be internet Explorer, MS Word, MS Powerpoint and Paint.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Data file is any file even a system file can be data file. A system file serves for internal calls coming from operating system and hardware. Usually system files are not used for user application, but they are necessary for operating system to be able to work like it is supposed, for instance, system.exe is necessary to establish connections with other computers, network printers and so on (system.exe is necessery for another purposes too).

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

A data file contains information of some kind. A program file is a piece of software that may allow you to read or create a certain type of data file, or play a game, or fix a problem, etc.

E.g.:

Microsoft Word is made up of program files, but My-document.doc is a data file that is read or created or edited by Microsoft Word.

Assassin's Creed is a computer game made up of program files, but the saved game files (which hold information about a particular run of the game so the player can restart where they left off) is a data file created by the game.

Diskeeper is a piece of software that re-orders the contents of a computer disk to make them more easily accessible by the computer (so the computer seems faster) - it is made up of program files, but doesn't create any usable data files, it is just a tool to manage your program and data files for greater efficiency.

DATA FILE: A collection of data records stored on a disk. Contrast with word processing file and graphics file.

PROGRAM FILE: Program Files is a folder in Microsoft Windows operating systems where applications that are not part of the operating system are installed by default.

This answer is:
User Avatar

User Avatar

ʟᴏᴜɪ ɢʟᴇɴɴ ᴄᴀsᴛʀᴏ

Lvl 2
6mo ago

Difference between a File and an Application

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

A file is what holds your programs

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between a program file and a data file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between data file and project file in vb 6.0?

A project file is a file which contains information about your program. This could include source code, resources (images, sounds, etc.), and configuration files. A data file is a file which is actually used by your program to persist data between sessions.


What is the difference between a data file and a program file?

Technically they're BOTH "data" files, it's just that one is organized in a way that it can be "executed" by the computer.


What is the difference between data and and program?

A program is a type of data.A program in a computer is group of computer instructions or commands that, when loaded into memory, can be run by the computer processor to accomplish a task. Data is information that can be used by a computer program. It can be data in memory as part of the "workings" of a program, it can be stored in an area called a file or database from where it can be read and written.In modern computers, both data and program can exist in the same memory areas and on the same storage media. Programs are first made in a human readable text form and treated as data while it is being created and modified/edited. Another program (or programs) will convert this data into another form of data which can serve as a computer program.On most computer systems, program and data are stored as files. Usually a program is distinguished from other data by its name (its name will end with ".EXE") or by a special information designating the file as "executable". This is different on the IBM i platform (and its predecessors) where a program is maintained as a program object (*PGM) and data is stored as various types of data and file objects (*FILE).


What is the difference between data and program?

A program is a type of data.A program in a computer is group of computer instructions or commands that, when loaded into memory, can be run by the computer processor to accomplish a task. Data is information that can be used by a computer program. It can be data in memory as part of the "workings" of a program, it can be stored in an area called a file or database from where it can be read and written.In modern computers, both data and program can exist in the same memory areas and on the same storage media. Programs are first made in a human readable text form and treated as data while it is being created and modified/edited. Another program (or programs) will convert this data into another form of data which can serve as a computer program.On most computer systems, program and data are stored as files. Usually a program is distinguished from other data by its name (its name will end with ".EXE") or by a special information designating the file as "executable". This is different on the IBM i platform (and its predecessors) where a program is maintained as a program object (*PGM) and data is stored as various types of data and file objects (*FILE).


What is the difference between launching a program and opening a data file?

The actual launching of a program and the opening of a file are performed by the system. A user or a program can only request the operating system to do this.When a program issues a request to open a data file, it also specifies the intended use of the file. Will it read, write or do something else to the file or the information in it; Will it be concerned if other programs access the file at the same time so that it will need exclusive access or can use for the file at the same time be shared. The system will then locate the file and determine If the requesting program and the person running it are authorized for the desired type of access to the data file. It will then setup a bunch of system tables to show that the file is available and to track its use and report back to the requesting program information making the file available.When a user or a running program asks the system to launch a program, the system has to insure that the program named exists, is capable of running as a program, is the requestor authorized to have the program launched, and if system resources are available to set up the program, bring it into memory, and run it. If all this true, the program is setup to run and is started.


Example of data program dependency in file system?

-File structure is defined in the program code.


Difference between data and program?

well program is a set of instructions that are given to computer to perform perticular task as we want. And data is any information that is stored in computer hard disc. it can not make any control on computer of computer related process.


A named collection of data or a program that exists in a computer's secondary storage is called?

data file


Is deleted Firefox private data recoverable using a file recovery program?

Your Private Data is recoverable using a File Recovery Program...such as Pixo_Rescue.


What is the difference between program and programing?

the program contains the which are coding like as our header file ,void main,library function etc.


What is the difference between the file maintenance and file organization?

file organization is of 3 types sequential,direct and indexed sequential where how data is accessed in eash file is decided where as file maintainence is


What is difference between logical file and physical file?

* Physical file (PF) contains the data and have only one record format. Logical file (LF) is a view of the physical file which does not contain any data may be based on one physical file or more then one physical file. Logical file can have more then one record format. Logical can be non join or join logical file. Performance becomes better if you use the logical file in the program.