image result for What is an Algorithm - Definition, Types, Characteristics and More
Definitions

Algorithm – Definition, Types, Characteristics and More – 2020

Algorithm Definition

An algorithm is a sequence of sequential instructions, thanks to which it can carry out specific processes, and particular needs or decisions can be answered. They are ordered and finite sets of steps, which allow us to solve a problem or make a decision.

The algorithms do not have to do with programming languages since the same algorithm or flow chart can be represented in different programming languages; that is, it is a pre-programming order.

Seen in this way, a program is nothing more than a complex series of algorithms ordered and coded using a programming language for subsequent execution on a computer.

Algorithms are also prevalent in mathematics and logic and are the basis for the manufacture of user manuals, instruction booklets, etc. Its name comes from the Latin algorithmus and this last name of the Persian mathematician Al-Juarismi.

One of the best-known algorithms in mathematics is the one attribute to Euclid, to obtain the greatest common divisor of two positive integers, or  “Gauss method” to solve systems of linear equations.

Parts of an Algorithm

Every algorithm must consist of the following elements:

  • Input: The input of the data that the algorithm needs to operate.
  • Process: This is the formal logical operation that the algorithm will undertake with what is received from the input.
  • Output: The results obtained from the process on the input, once the algorithm execution has finished.

What is an Algorithm for?

Simply put, an algorithm serves to solve a problem step by step. It is a series of orders and sequence instructions to guide a specific process.

In computer science, however, algorithms are the skeleton of processes that will then be coded and programmed to be performed by the computer.

Types

There are four types of algorithms in computing:

Computational Algorithms

Algorithms whose resolution depends on the calculation, and which can be developed by a calculator or computer without difficulties.

Non-computational Algorithms

Those that do not require the processes of a computer to be solved, or whose steps are exclusively for resolution by a human being.

Qualitative Algorithms

It is an algorithm whose resolution does not involve numerical calculations, but logical and/or formal sequences.

Quantitative Algorithms

On the contrary, it is an algorithm that depends on mathematical calculations to find its resolution.

Characteristics

The algorithms have the following features:

  • Sequential: Algorithms operate in sequence. The process must be one at a time.
  • Accurate: Algorithms must be precise in their approach to the subject; that is, they cannot be ambiguous or subjective.
  • Organized: The algorithms must be established in the precise and exact sequence so that their reading makes sense and the problem is solved.
  • Finite: Every sequence of algorithms has to have a specific purpose. It cannot go on forever.
  • Concrete: Every algorithm must provide a result based on the functions it performs.
  • Defined: The same algorithm for the same input elements must always give the same results.

Also Read: 123Movies Review – Sites like 123Movies, Proxy Sites – Is it Legal?

Related posts

Marketing – Definition, Objectives, Features And Marketing Plan

Web – Definition, Types and What is a Web Page?

What is a Network? – Definition, Types, Topology and More

Leave a Comment

error: Content is protected !!