answersLogoWhite

0

What is execution of program?

Updated: 8/18/2019
User Avatar

Wiki User

11y ago

Best Answer

Exec. Of program is the compilation of document or the run of a type program.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is execution of program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Program execution in operating system?

Program Execution means that you open or run a program installed at the computer. my question how to do program execution


What is the meaning of execution and terminating the programmes?

execution is the process by which a computer carries out the instructions of a computer program. terminating program is to stop the program from execution.


What is meant by flow of execution a program?

That means to load a computer program into a computer's memory, and have the computer carry out the instructions in the program.


What is executive a c program?

I think it is 'execution of a C program'.


What is persistence in oops explain with example?

The phenomenon where the object outlives the program execution time & exists between execution of a program is known as persistance


What is the name of a program execution mode in which a program scans its data from a file?

Batch Mode.


How do you find execution time of a program in java?

You can have the below line as the first and last line of the program and find out the difference in time taken to calculate the execution time. This will print the system time in the console which can be used to calculate execution time.System.currentTimeMillis();


Who is responsible for the implementation and execution of the Government Travel Charge Card program?

Agency Program Coordinators.


What is Purpose of system program?

System programs provide a convenient environment for program development and execution.


What part of the CPU stores program instructions during the execution of the program?

the microprocessor


Four step that are necessary to an a program an a completely dedicated machine?

i. Reserve Machine Time; ii. Manually Load the program into the memory. iii. Load the starting address and begin execution. iv. Monitor and control execution through the use of Console.


How does the execution of program take place?

It starts with function 'main'.