1.

Distinguish between an algorithm and a process.

Answer»

Algorithm:

  • An Algorithm is a sequence of instructions to solve a problem.
  • Elements of a process are abstracted in algorithms.
  • Example: Algorithm can be compared to a recipe 

Process: 

  • A process is executing of instructions to accomplish the intended task.
  • A process is actual execution of the steps to solution.
  • Example: A process can be compared to cooking.


Discussion

No Comment Found