answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do executable files usually have?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What the different between non-executable files to executable files?

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.


How does executive work?

The executable files are usually in binary form. They are usually understood by the operating system.


How does the EXEcutables work?

The executable files are usually in binary form. They are usually understood by the operating system.


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.


Explain executable versus non-executable files in DOS?

difference between executable file and non-executable file in dos


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.


Why are executable files usually blocked as email attachments?

To block potentially dangerous email attachments from ever getting to your computer.


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


How do I make video files executable on a mac?

Video files are not executable themselves. To view a file double click it and it will be shown in an associated player. This will usually be the Quicktime player or iTunes. If the video file is in a format not recognised by the standard player there are other options which can extend your choices. (See links below)


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.


How can create a exe file in c?

An 'exe' extension file is created by a compiler that translates source code to machine code, usually in a Windows environment. An executable program can open any file (including other executable files) by using the standard file API calls with a binary open option. Unless you are doing something very specific with executable files it doesn't make much sense to read in an executable file from another executable file or program.