Computer Science, asked by devoose, 1 year ago

what is an algorithm?

Answers

Answered by prakriti27
3
Algorithm are the computer programs written in word language to make the user understand the program easily.

devoose: thanks......
prakriti27: welcome
kvnmurty: An algorithm is an unambiguous sequence of statements (instructions). An algorithm takes input data and executes and will terminate in finite number of steps and produce the desired output. An algorithm can be written using English or any easily understood language.
kvnmurty: An algorithm is written before writing the program. We verify it before writing the program. Once the algorithm is correctly written, it is easier to write the program directly on the computer.
Answered by Anonymous
3

Answer:-

An algorithm is a step by step procedure for solving an problem.Algorthims are used for calculating, data processing and automatic reasoning.

Similar questions