Website Security Test

Algorithms

Introduction

An algorithm is a sequence of instructions, and we all use algorithms every day.

After we're born our body learns the algorithm called ‘walking'. It has to follow a sequence of instructions that tells each muscle when to contract so we can keep our balance and move forward at the same time. The algorithm to make meaningful noises, ‘talking', is even more complicated.

In computer science, algorithms are vital as they form the basis of all programs. A programmer has to create the sequence of instructions, the algorithm, before they code it into a program that a computer can understand.

Computer scientists have created lots of algorithms to solve all sorts of problems, from searching the web to displaying your status updates, from driving a car to recording likes on a video, from helping to control a rocket docking with a space station to making every app on a smartphone work. Without algorithms there would be no computer programs, so understanding how to create one is really important.
Website Security Test