answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the example of finiteness in algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Natural Sciences

Is it true that Every problem has a clear cut solution?

An algorithm is basically a series of steps that can be followed. Usually it involves math or computing or both.An algorithmic solution would be a solution that a computer could use to solve a problem. It's kind of the opposite of thinking about a problem in order to solve it.


What are the benefits of a genetic algorithm to scientist?

A genetic algorithm acts a search heuristic that mimics the process of natural evolution. Genetic algorithms assist scientists in finding solutions in the fields of computer engineering, chemistry, math, and physics.


Is not a type of cipher Substitution?

here are three different types of ciphers. Here are a couple of examples of simple ones:Substitution Cipher: Replace bits or bytes Example - Caesarian Cipher shift up 3The enemy is nigh = Wkh hqhpb lv qljkTransposition Cipher: Example - Transposition rotate three characters rightThe enemy is nigh = ene myisn ig htheSubstitution and Transposition (modern algorithm) The enemy is nigh = hqh pblvq lj kwkh


Where do alkali metals come from?

Alkali is an Arabic word that means calcined ashes. Alkalis used to be made from the ash of plant material. Lots of words that begin in Al are Arabic like Algorithm, Algebra and Alcohol.


What is a practical application?

It means that a something, like a program or algorithm, can be used to solve a real world problem.This is opposed to for example algorithms that may be academically interesting or have interesting mathematical properties, but nobody knows of anything it can be actually used for.

Related questions

Characteristics of algorithms?

1. Finiteness 2. Definiteness 3.


What are the main characteristics of algorithm explain with suitable example?

1. Finiteness : An algorithm must terminate after a finite number of steps and further each steps must be executable in finite amount of time. 2. Each step of an algorithm must be precisely defined; the action to be carried out must be rigorously and unambiguously specified for each case. 3. Input: An algorithm has zero or more, but only finite number of inputs. zero input example: ASCII chart of 0-255 4. Output: An algorithm has one or more output. 5. Effectiveness: Should be effective that means each of the operation to be performed in an algorithm must be sufficiently basic that it can, in principle, be done exactly and in a finite length of time, by a person using pencil and paper and should be computer programming language independent


How do you explain characteristics of algorithm?

Characteristics of algorithms are: Finiteness: terminates after a finite number of steps Definiteness: rigorously and unambiguously specified Input: valid inputs are clearly specified Output: can be proved to produce the correct output given a valid input Effectiveness: steps are sufficiently simple and basic.


Example of md5 algorithm?

fdf


What is an algorithn?

If you mean "Algorithm" an algorithm is simply a set of rules, or steps to complete, which are needed to solve a particular problem. An example would be a recipe in a cookbook. A recipe is an algorithm.


Give an example of a backtracking algorithm?

4d + 7 = -15


Design an algorithm for finding all the factors of positive integerfor example in the case of the integer 12your algorithm should report 12346 and 12?

design an algorithm for finding all the factors of a positive integer


midpoint circle algorithm example in real life?

الزكاء الاصطناعي


How do you write algorith of C programs?

There is no specific Hard and Fast rule for writing algorithm. The normal method is the following: 1. get a problem 2. find or invent an algorithm to solve it 3. implement the algorithm in a programming language (C, for example)


What symmetric algorithm encrypts data one bit at a time?

Example of a stream cipher


What is sub-algorithm?

It is an algorithm used by another algorithm as part of the second algorithm's operation.As an example, an algorithm for finding the median value in a list of numbers might include sorting the numbers as a sub-algorithm: There are plenty of algorithms for sorting, and the specifics of the sorting does not matter to the "median value" algorithm, only that the numbers are sorted when the sub-algorithm is done.For what an algorithm is, see related link.


Are algorithms limited to computing applications?

An algorithm is any procedure composed of fundamental steps, in a clearly defined order, that is guaranteed to halt. It need not be done on a computer, or be related to computation. For example, baking a cake using a recipe is an algorithm. Playing Snakes-and-Ladders is an algorithm. Backing a car out of a driveway can be done by following an algorithm.