Explaining the concept of Algorithm in Computer Science using real life examples
Variables are placeholders
Conditionals helps to make choices in real life
Repeated set of instructions
Functions are keywords that store a large set of instructions.
Variations of same set of instructions.
Debugging is the process of slowing down the program and watch each step closely to see if we get the desired results.