Life

What is the difference between executable file and data file?

What is the difference between executable file and data file?

A data file does not contain any instructions for opening it. Instead, data files require a specific program to interpret the information contained in them. Executable files, on the other hand, do not require any other program to run, since they contain specific instructions for your machine to execute.

What is source file and executable file?

source file: it is file in whuch you can write your data, information( it’s further may be you want to execute).. extension :: text-file and etc… executable file: the file which is just you can read in computer(mainly get after compiled..) having extension ..

READ ALSO:   What kind of race is Indonesian?

What is source file?

A source file is a glorified text file with program instructions written in a specific programming language like, C or Java or Python. You can compile or interpret this file to run the program. When the source file has been compiled it’s basically transformed/translated into a lower level language like Assembly.

What is source program with example?

A source program is a text file that contains instructions written in a high level language. It can not be executed (made to run) by a processor without some additional steps. A source program is also called a source file, source code, or sometimes, just source.

What is an object program in computer?

1. object program – a fully compiled or assembled program ready to be loaded into the computer. target program. computer program, computer programme, programme, program – (computer science) a sequence of instructions that a computer can interpret and execute; “the program required several hundred lines of code”

What is object file and source file?

READ ALSO:   How can thin layer chromatography be used to identify a compound?

Source file is easily understand by human . (2)Object file is the intermediate form between executable and source . Objective file is the file containing object code, means reload format machine code that is usually not directly executable. This file may also work like a shared library.

What is source file and object file?

What is source and executable file?

The main difference between object file and executable file is that an object file is a file generated after compiling the source code while an executable file is a file generated after linking a set of object files together using a linker.