0% found this document useful (0 votes)
6 views1 page

Understanding Algorithms: Step-by-Step Guide

An algorithm is a step-by-step solution with clear instructions, similar to a recipe. Examples include adding two-digit numbers and performing long division. The term 'algorithm' is derived from the name of the 9th century Persian mathematician Al-Khwarizmi, and algorithms are frequently used by computers.

Uploaded by

Tin-TinPareja
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Understanding Algorithms: Step-by-Step Guide

An algorithm is a step-by-step solution with clear instructions, similar to a recipe. Examples include adding two-digit numbers and performing long division. The term 'algorithm' is derived from the name of the 9th century Persian mathematician Al-Khwarizmi, and algorithms are frequently used by computers.

Uploaded by

Tin-TinPareja
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Algorithm

A step-by-step solution.

Each step has clear instructions. Like a recipe.

Example: one algorithm for adding two digit numbers is:


1. add the tens
2. add the ones
3. add the numbers from steps 1 and 2

So to add 15 and 32 using that algorithm:


1. add 10 and 30 to get 40
2. add 5 and 2 to get 7
3. add 40 and 7 to get 47

Long Division is another example of an algorithm: when you follow the steps
you get the answer.

Computers use algorithms all the time.

"Algorithm" is named after the 9th century Persian mathematician Al-


Khwarizmi.

You might also like