answersLogoWhite

0

program is set of instructions or codes that system can only understand and compile where as algorithm is step by step process that system understands easily and user can also understand easily.

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
More answers

The simplest relation between a program and an algorithm is the same as the relation between a movie script and a finished film. The script is the general idea for the movie and the movie is the realization of that script. Once the script has been turned into a movie, it can be played as many times as needed with perfect fidelity.

The algorithm describes how to accomplish something in general terms. The program is a constructed way using a programming language and compilers and linkers that enables a machine like a computer to do what the algorithm describes. Once the program has been created it can be executed or "played" as many times as needed with perfect fidelity.

User Avatar

Wiki User

15y ago
User Avatar
User Avatar

Hawi T

Lvl 1
2y ago
wow i got the perfect answer fr thank you

Processes are the files that run Behind the Scenes that make the programs run. Typically there is one main process for every program (can vary depending on the program). Example: Word.exe is the process that controls a lot of the Microsoft Word Program. You can view the processes running by right clicking on the bottom task bar in windows and selecting "task manager" the program is the collection of files and data on your computer that come together to work to any given end. the process is the computer's act of using those files in conjunction with the data to an end. the program is the object, the process is what the object does...i think... [[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)[[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)[[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)[[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)[[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)Answer[[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)[[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)[[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)[[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)[[User:Guna.sekar|Guna.sekar]] 02:36, 22 Sep 2006 (CDT)~ To add more clarity to the last answer , programs are just a templates which knows where to collect there resources [ like header files , shared library objects etc..,] , when a program is handled by the kernel it acts as a process , process are dynamic part of a staic program , process when invoked they take their address spaces and serves the request for the program [ a.k.a Application ] , good example can be used by using PROC tools in solaris [ ptree , pmap , pfiles etc; ] Guna

User Avatar

Wiki User

16y ago
User Avatar

A task is a like a unix process that has its share on CPU but the progarm is just a dump process on your back up devices it is not having share of your CPU. Just Dumped not running, but as soon as it will be executed it may become a task.

User Avatar

Wiki User

9y ago
User Avatar

The word system when referring to computers is usually used to mean the collection of hardware (processor, memory, hard disk, CD-ROM etc.) as well as the operating system e.g. Windows XP or OSx.

Programs are the applications that you run on the computer like word or excel or computer games etc.

Hope that helps,

SysEx.

User Avatar

Wiki User

17y ago
User Avatar

Programs are created in a programming language. For example, here are some simple programs in various languages

C++:

#include <stdio>

using namespace std;

int main() {

cout << "Hello World!" << endl;

}

Java:

class main {

public static void Main() {

System.out.println("Hello World!");

}

}

C#:

class main {

public static Main() {

Console.WriteLine("Hello World!");

}

}

JavaScript:

alert("Hello World");

PHP:

echo "Hello World";

User Avatar

Wiki User

14y ago
User Avatar

An algorithm is a system independent idea; a program is a concrete implementation of that idea for a given computer system.

User Avatar

Wiki User

15y ago
User Avatar

hello, The algorithm is the step by step process of explaining the program. The program is used for executing the logic. While the algorithm is used for the understanding of the logic

User Avatar

Wiki User

16y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is the relationship between a program and an algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp