English, asked by mihirpatel1733, 2 months ago

_____is a step by step approach to solve any problem​

Answers

Answered by babligautam229
1

Answer:

A step-by-step procedure used to solve a problem is called Algorithm.

An algorithm (pronounced AL-go-rith-um) is a procedure or formula for solving a problem, based on conductiong a sequence of specified actions. A computer program can be viewed as an elaborate algorithm. In mathematics and computer science, an algorithm usually means a small procedure that solves a recurrent problem.

In computer systems, an algorithm is basically an instance of logic written in software by software developers, to be effective for the intended "target" computer(s) to produce output from given (perhaps null) input. An optimal algorithm, even running in old hardware, would produce faster results than a non-optimal (higher time complexity) algorithm for the same purpose, running in more efficient hardware; that is why algorithms, like computer hardware, are considered technology.

Hope it's helpful

Answered by ananya8084
0

Explanation:

Step 1: Understand the problem.

Step 2: Devise a plan (translate).

Step 3: Carry out the plan (solve).

Step 4: Look back (check and interpret).

Similar questions