Computer Science, asked by duttakarsoma3503, 1 year ago

What are the five important features of an algorithm?

Answers

Answered by srijansrivastava28
2

Answer:

five important features

Finiteness.

Definiteness.

Input.

Output.

Effectiveness.

Answered by XxDazzledSweetiexX
12

Question :-

\huge\cal\colorbox{lime}{ᴡhat\: are\: the\: five\: important \:features\: of\: an\: Algorithm \: ? }

Answer :-

There are various features of Algorithm. Few of the important features are mentioned below :-

  • Input : Algorithm reads the data by accepting the input values given by the user.
  • Process : Algorithm sets the logic of the problem and computes the steps to solve the problem.
  • Finiteness : It signifies that there is a finite number of steps to be taken and it must come to an end.
  • The sequence of execution : It ensures that instructions are executed in a sequential form ( top to bottom) .
  • Effectiveness : Each step in an algorithm must be accurate.
  • Output : It must be executed properly and the user gets the desired result.

______________________

Hope my answer helps you :)

#BeBrainly

Similar questions