Algorithms
Next Topic(s):
Created:
29th of July 2024
07:18:08 AM
Modified:
23rd of July 2025
05:50:55 PM
Algorithms
We saw that Programming is like giving instructions to a computer to make it do what you want. Think of it as writing a recipe. Just as a recipe tells you how to make a dish step by step, a program tells the computer how to perform a task. We mentioned that the step-by-step instruction that we give is termed an Algorithm.
Card Sorting Game
Let's get the logical thinking part of your brain ticking.
Drag and drop the cards to arrange them in ascending or descending order.
Drop your cards in sorted order here:
Sorting these cards is similar to how you might organise books on a shelf or arrange utensils in your kitchen. Your thought process stems from logic and algorithmic thinking. Every action you take involves following steps and making decisions based on conditions. In essence, you are creating and following algorithms in everyday life.
When you arrange these cards, think about how each step affects the outcome. Just like in programming, the sequence and logic matter to achieve the desired result.
We will be seeing different types of algorithms and you will be using these in combination to develop unique solutions. We saw that flowcharts help us to organise our thoughts in a systematic manner. There is one more technique, The Problem Analysis Chart (PAC).