answersLogoWhite

0


Best Answer

The definition of the word algorithm is

a set of rules for solving a problem in a finite number of steps, as for finding the greatest common divisor.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

It is a set of rules for solving a problem in a finite number of steps, as for finding the greatest common divisor.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the definition of algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the definition of standard algorithm?

The definition of "standard algorithm" is that it is a mathematical method used to solve problems such as addition, substraction, division, and multiplication.


Why algorithm needs to solve programming problem?

This is the definition of an algorithm - a list of orders of how to solve a given programming problem.


What is the example of finiteness in algorithm?

I've never heard the term "finiteness" applied to an algorithm, but I think that's because the definition of an algorithm includes that it must be finite. So think of any algorithm and there is your example of finiteness.


What is the definition of an encryption key?

The definition of an encryption key is a way to transform information using an algorithm. By doing this, not anyone can read the transformed scripts, but only those who know the algorithm can solve the scripts.


What is the definition of a partial - quotients division algorithm?

a type of division a way to answer


How is time complexity of an algorithm calculated?

The usual definition of an algorithm's time complexity is called Big O Notation. If an algorithm has a value of O(1), it is a fixed time algorithm, the best possible type of algorithm for speed. As you approach O(∞) (a.k.a. infinite loop), the algorithm takes progressively longer to complete (an algorithm of O(∞) would never complete).


What is meant by definition based algorithm?

algorithm is a finite sequence of instructions, an explicit, step-by-step procedure for solving a problem, often used for calculation and data processing.


What is algorithm in basic computer science?

An algorithm is a set of instructions that a computer follows, generally to accomplish one specific task. These tasks can range from sorting a set of numbers to finding the greatest common denominator of two numbers.


What is base case?

A base case is the part of a recursive definition or algorithm which is not defined in terms of itself.


What is a base case?

A base case is the part of a recursive definition or algorithm which is not defined in terms of itself.


What is the definition of algorithm in math?

When used in math is usually means the set o steps it takes to answer the problem or question. :)


What is algorth?

Wikipedia gives this definition: An algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation. An algorithm, literally, is a method for computing by which a desired result of a computation can be achieved. Currently, the widely accepted professional definition of an algorithm is: an algorithm is a set of feasible, deterministic, and finite rules for model analysis. In layman's terms, an algorithm can also be understood as a problem-solving step, consisting of some basic operations and a prescribed sequence. But from the point of view of computer programming, the algorithm consists of a series of instructions to solve the problem and can obtain effective output results in a limited time according to the normative input. Algorithms represent a strategic mechanism for describing problem solving in a systematic way.