Algorithm introduction

An algorithm is a list of instructions used to solve a problem or perform a task 

The sequence of steps in an algorithm should be in order and cannot be changed 

A program is made using a programing language by code 

An algorithm can be made by listing down steps in a flowchart or some other paper. Algorithms act like a guide in a program 

Pseudocode is an informal programming language that helps programmers to develop algorithms. It is very similar to English


Notes Taken in the class of Miss Shaista Shahab (2021)