Courses Basic programming – part 01

Start your learning now
in the wonderful world of computer programming.
Start with the basics of programming.
01 - Algorithm: what is it?
Do you know what an algorithm is? Learn now in a way never seen before in content about programming logic! And there's still exercise!
02 - Input and output commands: your beginning in programming
Take your first steps in coding. Learn about input and output commands, and how they allow you to communicate with your computer.
03 - Variable: what is it?
Learn now the meaning of a variable. Understand how programming languages use them to store and process information.
04 - Assignment operator
Learn about the assignment operator, the basic operator of computer programming. See how it is used to put information into variables.
05 - Arithmetic operators
This is a big step in this programming course. Learn now how to create algorithms that perform mathematical calculations.
06 - Conditional statements
Conditional statements allow you to create smarter algorithms, making them make decisions during their execution.
07 - Relational operators
Put the concepts of programming logic into practice. See how relational operators are used to create conditional expressions.
08 - Logical operators
Learn about the 4th category of operators. See how logical operators are used to create complex conditional expressions.
09 - Compound assignment operators
Finish this coding course by learning about composite operators. See how they allow you to simplify various arithmetic operations.
Let's go on learning!
