
You have made the right decision by choosing this course to get started with your programming career! At the end of this lecture, you will have a good overview of how this course is organized and what to expect from this course.
Learn some of the key topics of programming, including:
Overview of Software Development
What is Programming?
What is a Flowchart?
Flowchart Examples
As a beginner, you may sometimes feel stuck during your initial days of learning. You can download the 5-Step Action Plan guide to start learning to program.
You can download the 5-Step Action Plan Worksheet to capture the actions you plan to take on each of the steps.
A note on the syntaxes and examples used in this course.
Know the steps involved in downloading and installing diagrams.net to create flowcharts in your laptop.
Watch the demo of creating the first flowchart in diagrams.net software.
Check out the different shapes used in a flowchart provided as a downloadable visual guide for your reference.
Find out what a pseudocode is and how you can use them to document your logic.
Find out some of the Pseducode syntaxes for various programming constructs followed in this course.
Grasp the most important coding construct - Variables. Find out what they are and their different types.
Learn about the integer variable type, including its syntax, examples, and proper usage.
Learn about the float variable type, including its syntax, examples, and proper usage.
Learn about the boolean variable type, including its syntax, examples, and proper usage.
Learn about the character variable type, including its syntax, examples, and proper usage.
Learn about the string variable type, including its syntax, examples, and proper usage.
Learn what keywords are and what needs to be taken care of concerning them during coding.
A quick overview of the topics you will learn in this section.
Master the fundamentals of Operators. Also, find out their different types, along with examples.
A quick overview of the topics you will learn in this section.
Learn what program flow is and the two types of program flow constructs.
Recognize the most powerful construct of any programming language. Grasp the different types of conditional logic along with their typical syntax and examples. As a beginner, you need to pay attention to completely grasp this coding construct.
Know the first type of conditional statements, namely, If statements.
Know about the second type of conditional statements, namely If-Else statements.
Know about the third type of conditional statements, namely Nested If-Else statements.
Know about the fourth type of conditional statements, namely Switch statements.
Catch some of the tips for using conditional logic in a better way during coding.
A quick recap of the topics you learned in this section and what is coming up next.
A quick overview of the topics you will learn in this section.
Learn the loop concept in coding and know why they are considered one of the most powerful programming constructs.
Know the different types of looping constructs available in a programming language.
Be aware of some of the tips for the proper usage of the looping constructs.
A quick recap of the topics you learned in this section and what is coming up next.
A quick overview of the topics you will learn in this section.
Master another key construct of programming fundamentals, namely Functions.
Find out what is referred to as a function signature and its purpose in a programming language.
Know the two broad classifications of functions in a programming language.
A quick recap of the topics you learned in this section and what is coming up next.
A quick overview of the topics you will learn in this section
Learn what comments are and why they are used in coding. Find out why they are a programmer's best friend!
Know the types of comments along with their syntax and example usage.
A quick recap of the topics you learned in this section and what is coming up next.
A quick overview of the topics you will learn in this section.
Be conscious of Exceptions and take note of their typical usage in coding.
A quick recap of the topics you learned in this section and what is coming up next.
Some resources for you to continue your journey towards learning.
Fundamentals of programming are crucial to starting your career as a software developer. A strong foundation in programming concepts will help you learn any programming language. This course will teach you the programming language fundamentals from the ground up. You will be taken through a carefully selected approach for absolute beginners toward learning programming fundamentals.
Instructor Bio:
Praveen is an experienced product designer and developer who has worked for 10 years at Honeywell and 7 years at Bosch. He specializes in building products on the .NET stack and cloud platforms. He has a patent and has presented two papers. Additionally, he has published 20+ Courses and 50+ Hands-On Labs on Kubernetes, Docker & Azure, teaching thousands of students on various cloud-native topics.
Topics Covered In This Course:
Getting started with programming fundamentals, including an introduction to Flowcharts and Pseudocodes.
Understanding Variables and their types include integer, float, boolean, string, etc.
Understanding Operators that includes Assignment (=), Mathematical (+, -, *,/), Comparison (>, <, ==, !=), and many more.
Understanding Conditional Statements that include If statements, If-Else statements, Nested If-Else, and Switch statements.
Understanding Loops and their various types and some tips for properly using them.
Understanding Functions along with knowing the importance of Function Signature.
Understanding Exceptions, their meaning, and how to use them correctly in your coding.
There are lots of downloadable resources, quizzes, assignments, and practice activities.
At The End Of This Course:
You will have a strong foundation in the fundamentals of programming languages and coding concepts.
Enroll now to get started.