Computer Science, asked by ksssanjay943, 9 months ago

When a Algorithm is written in the form of a programming language, it's become ?

Answers

Answered by HimaniKailey
1

Answer:

A Program that is set of instructions.

Answered by ribhur2102
3

If algorithm is written in the form of a programming language, it becomes program

Explanation:

Algorithm :  

The set of rules to be followed in the calculation is called algorithm.

Advantages of the algorithm :

  • They are easier to implement.
  • They are much faster to execute.
  • They require less computing resources.

Disadvantages of the algorithm :

  • They always don't reach the global optimum solution.
  • Difficult to show branching and looping.
  • Big tasks are difficult to implement in the algorithm.

When a Algorithm is written in the form of a programming language, it becomes program.Every program is an algorithm.

Similar questions