answersLogoWhite

0


Best Answer

Executable means that the file has a series of instructions used to execute a program. Non-executable files are ones that do not have these instructions.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What the different between non-executable files to executable files?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain executable versus non-executable files in DOS?

difference between executable file and non-executable file in dos


What do executable files usually have?

Executable files usually contain a header, which identifies it as an executable file, and a list of commands to be executed by the processor.


How do you modify computer executable files?

In general you do not. Nearly all executable files are coded in a computer programming language, and then compiled into executable files. So to modify an executable, you would need the source code for the program, you would modify the source code and then recompile into a NEW version of the executable. Linux does provide for an executable script file, but these are more scripts than executable files.


What are the executable files for ms programs?

They're .exe files


Is Excel an executable file?

The main Excel program file (excel.exe) is an executable file, but the workbooks it creates are not executable files.


How many type of executable file?

There are some kinds of files which can be executed in windows :.EXE : executable programs.com : System booter.bat : batch file is a list of executable files which will be executed when the .bat file is called


If you have all the files installed can you run the Flash executable file from a memory stick this is regarding Flash CS3?

Executable flash files can be run on any windows file system.


What is the process of linking in compiler?

In a compiler, linking is the process of combining multiple object files into a single executable file. It involves resolving external references between object files and libraries, as well as organizing the memory layout of the executable. Linking typically happens after the compilation and usually involves a linker program.


Can executable files be sent as attachments?

Yes they can. You can attach any file.


What directory contains most of the executable files?

/usr/bin /usr/sbin


How do you change the executable bit in Linux for a .exe file?

chmod +x is the command to set the executable flag in Linux but, Linux does not use exe files.


A program that combines object code files into an executable program is called?

linker or binder