Description
In this course, you will :
- Understand the fundamentals of programming.
- Concepts to understand before beginning to learn programming languages, as well as advanced topics.
- Determine how to deconstruct a problem statement and develop a logical thinking mindset.
- Learn how to draw the steps needed to solve a problem.
Syllabus :
1. Flowcharts
- Building Blocks of Flowchart
- Simple Interest
- Largest Number
- Sum of first N numbers
- Prime Number
- Sum of Multiple Inputs
- Greatest Common Divisor
- Bank Employee
- Bank Security Guard
2. Pseudocode
- Notation
- Simple Interest
- Largest of 3 Numbers
- Sum of N Numbers
- Prime or Not
- Sum of N Inputs
- GCD
- Star Pattern
- Star Pyramid
3. Writing Code
- Code Simple Interest
- Code Largest of 3
- Code Sum of N Inputs
- Code Prime Number
- Code Star Pyramid Pattern