answersLogoWhite

0


Best Answer

This is the machine code program file that can be loaded and executed by the computer.

It will make the computer do whatever the program was designed to do, if it was written correctly.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does executable program in the software hierarchy do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between software and system software?

Program are used to refer to either an executable program (by both lay people and computer programmes) or the collection of sources code from which an executable program is create(eg.complied).Program may be executed directly by hardware(eg.CPU)such programs consist of a sequences of instruction.It alsa executer by software. Software is a general term used to describe a collection of computer program,procedures and documentation that perform some task on a computer system.Beside that,which encompassed the physical interconnection and device required to store and execute or run the software.


What is a software application program?

A Computer Program (also software, or just a program) is a sequence of instructions written to perform a specified task with a computer. A computer requires programs to function, typically executing the program's instructions in a Central Processor. The program has an executable form that the computer can use directly to execute the instructions. The same program in its human-readable source code form, from which executable programs are derived enables a programmer to study and develop its algorithms.


The binary sequence that instructs the CPU to run the programming code is called a?

executable program


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.


What are extensions for an executable program?

.exe


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 is process different from a program?

Process is the program in the running state and program is a set of code un-executed, saved in a file. 1 program can produce 1 or many processes


What can cause an executable program or file not to open?

There are several possible reasons, but the most common is that the computer operating system doesn't recognise the file is an executable program.


How a c program execute?

Compile and link it into an executable.


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

linker or binder


What computer virus hides in an executable program?

Computer viruses that hide in or disguise themselves as a useful executable program are called Trojans. These types of viruses are very dangerous because they are hard to detect and can gain complete control of your computer when you run them. To avoid this type of virus, be careful where you download software from. Even legitimate programs can be modified to have Trojans hidden in them.


What is is a software?

A Compiler is a device, or program, that takes all the code from a project you have created in an IDE or editing software, and compiles it into a executable .exe or .jar file. It gathers the languages syntax and detects warnings and errors also, depending on your IDE or editor.