answersLogoWhite

0


Best Answer

i put true

User Avatar

Wiki User

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

Wiki User

14y ago

True.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: An algorithm describes a process that ends with a solution to a problem?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is an algoithm?

It is a method of doing some particular thing. in Psychology, it describes solving problem in a step by step procedure that guarantees a result. The opposite of algorithym is heuristic.


What does the word algorithm mean today?

An algorithm is the process by which you solve a problem


Which problems can be solved by algorithmic process?

Strange as it may seem, we don't actually use algorithms to solve problems; an algorithm is the end-product of problem-solving. In short, every problem that has a solution already has an algorithm. Moreover, every problem that is known to have no solution has a proof to demonstrate that fact. But problems that have yet to be solved have no known algorithm or proof -- and that's precisely why they remain unsolved (for now).


What is the need of an algorithm?

Not every program, no. An algorithm describes the procedural steps required to solve a particular problem using natural language. A program usually consists of many such algorithms, each of which can be defined as a function or a series of functions encapsulated by a class. The more trivial the function the less likely you need to write an algorithm.


What Features of algorithm?

It should be simple.It should be clear with no ambiguity.It should lead unique solution of the problem.It should involve finite number of steps.It should have the capability to handle some unexpected situations which may arise during the solution of a problem(for eg: Division with zero).


What is algorithams?

Algarithm: Algorithm is process to solve the problem in a step by step order Algorithm is used to write the program in a computer language. thrinath.sachin@gmail.com


What terms describes the dissolving process for this solution solvent?

dissolution


What does problem solution mean?

the process of solving


What is a series of steps that results in the solution to a problem?

.The series of steps that result in the solution to a problem is called the solving process. The first step in the process is identifying the cause


What are the advantages of problem analysis and algorithm design?

Before execution a project should be planned. Problem analysis is a way of determining the foundation of a problem, so that the problem is better resolved. Algorithm design is very similar in that it uses mathematical process to determine and resolve computer Engineering issues.


Which aspect of a problem-and-solution essay refers to the process of putting the solution into effect?

implementation


What is the difference between programming and algorithm?

A program is a detailed set of instructions for a computer to carry out, whle an algorithm is a detailed sequence of steps for carrying out a process.