Session 3 Algorithms
Problem-solving in programming
What an algorithm is
How to create a flowchart and how to apply them through:
Profit project
Voting project
Basics of pseudocode
Applications of pseudocode through:
Profit project
Odd&Even project
Session 4 Types of Controls in Programming
The types of control structures in programming
Sequential
Conditional
Iteration
Why it is essential to follow a sequence in programming
How to reduce steps in a sequence with loops (forever & repeat)
Relational operators and their applications
Explain the concept of loops in programming.
List the benefits of using loops.
Explain various kinds of loops:
While For & Nested loops
Do Loops projects w/ Tobi