What are Algorithms?

Explaining the concept of Algorithm in Computer Science using real life examples

What are Variables?

Variables are placeholders

Conditionals

Conditionals helps to make choices in real life

What are Loops?

Repeated set of instructions

Functions

Functions are keywords that store a large set of instructions.

Functions with Parameters

Variations of same set of instructions.

Debugging

Debugging is the process of slowing down the program and watch each step closely to see if we get the desired results.