Computer Science, asked by bharati8348, 11 months ago

what are the distinct factors differnciate between algorithm and program?? ​

Answers

Answered by gurukulamdivya
0

Answer:

Algorithm

An algorithm is used to provide a solution to a particular problem in form of well-defined steps. Whenever you use a computer to solve a particular problem, the steps which lead to the solution should be properly communicated to the computer. While executing an algorithm on a computer, several operations such as additions and subtractions are combined to perform more complex mathematical operations. Algorithms can be expressed using natural language, flowcharts, etc.

Program

A program is a set of instructions for the computer to follow. The machine can’t read a program directly, because it only understands machine code. But you can write stuff in a computer language, and then a compiler or interpreter can make it understandable to the computer.

i hope it helped.....


bharati8348: i asked that what are the distinct factors???
Similar questions