Abstract Data Types – ADTLearn what an Abstract Data Types (ADT) is. Understand how programming languages use an ADT to represent various real-world concepts.
Algorithm: what is it?Do you know what an algorithm is? In this article you will learn in a way never seen before in free content! And we also offer exercises!
Input and output commands: your beginning in programmingTake your first steps in programming. Learn about input and output commands, and how it allows you to communicate with your computer.
Conditional statementsConditional statements allow you to create much smarter algorithms, making them make important decisions during their execution.
Assignment operatorLearn about the assignment operator, the simplest operator in programming. See how it is used to put information into variables.
Arithmetic operatorsLearn about the 2nd category of operators. See how arithmetic operators are used to perform mathematical calculations in programming.