Computer Science, asked by murugankrishnan508, 5 months ago

What is Algorithm? What are the characteristics of a good algorithm? ​

Answers

Answered by NayanaNandana
17

Answer:

Definition :

An algorithm is a set of instructions designed to perform a specific task. This can be a simple process, such as multiplying two numbers, or a complex operation, such as playing a compressed video file. ... In computer programming, algorithms are often created as functions.

The characteristics of a good algorithm are:

  • Precision – the steps are precisely stated(defined).
  • Uniqueness – results of each step are uniquely definedand only depend on the input and the result of the precedingsteps.
  • Finiteness – the algorithm stops after a finite number ofinstructions are executed.
  • Input – the algorithm receives input.

hope it helps you

give me a heart

mark me as brainliest pls...pls...pls...pls...

Answered by sneharastogi030
2

define algorithm

an algorithm is a procedure or formula for solving a problem based on a sequence of specified actions or steps

Explanation:

hope it will be helpful to you and don't forget mark me brainliest and it is the correct answer

Attachments:
Similar questions