answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the process of executing a correct program on data sets and measuring the time and space?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Is the process What is the process of executing a correct program on data sets and measuring the time and space?

Profiling


What is ment by algorithms profiling?

Profiling is the process of executing a correct program on different data sets to measure the time and space that is takes to compute the results.


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 do you mean by management process?

A process is an executing (i.e., running) instance of a program. Processes are also frequently referred to as tasks.


What command with all options and parameter will send the signal USR1 to any executing process of program apache2?

killall -10 apache2


The technical term for opening application program is?

Executing the program.


Distinguish the terms Program Process and Threads?

A program is an executable. A process is an executable that has been loaded into working memory and is currently executing the program. A thread is a thread of execution within a process. Every process has at least one thread, but threads can spawn additional threads as required to allow concurrent operations to be performed near-simultaneously.


Is executing and running a program is same?

Yes.


How operating system work?

The operating system acts as an interface between an application and the hardware. The user interacts with the hardware from "the other side". The operating system is a set of services which simplifies development of applications. Executing a program involves the creation of a process by the operating system. The kernel creates a process by assigning memory and other resources, establishing a priority for the process (in multi-tasking systems), loading program code into memory, and executing the program. The program then interacts with the user and/or other devices performing its intended function.


How does Operating System works?

The operating system acts as an interface between an application and the hardware. The user interacts with the hardware from "the other side". The operating system is a set of services which simplifies development of applications. Executing a program involves the creation of a process by the operating system. The kernel creates a process by assigning memory and other resources, establishing a priority for the process (in multi-tasking systems), loading program code into memory, and executing the program. The program then interacts with the user and/or other devices performing its intended function.


A debugging process in which you imagine that you are the computer executing a program is called?

Hand Tracing Page 63 Programming Logic and Design by Tony Gladdis


How does an operating system work?

The operating system acts as an interface between an application and the hardware. The user interacts with the hardware from "the other side". The operating system is a set of services which simplifies development of applications. Executing a program involves the creation of a process by the operating system. The kernel creates a process by assigning memory and other resources, establishing a priority for the process (in multi-tasking systems), loading program code into memory, and executing the program. The program then interacts with the user and/or other devices performing its intended function. References: http://www.megatypers.in/?p=152