The "Programming Basics" course provides the initial programming skills necessary for all technology majors at Software University. This includes writing programming code at an entry level (basic coding skills), working with a development environment (IDE), using variables and data, operators and expressions, working with the console (reading input data and printing results), using conditional constructs (if, if-else) and loops (for, while, do-while).
- First Steps In Coding
- Writing very simple programs
- Simple operations and calculations
- Conditional Statements
- Conditional constructions (if, if-else)
- Logical expressions
- Tasks
- Conditional Statements Advanced
- Nested conditional constructions
- Switch-construction formatted output
- Tasks
- For-Loop
- For-loop
- Control variables
- Increment
- While-Loop
- While-loop
- Repeat break operators
- Nested Loops
- Nested loops
- More complex tasks with repetition structures
- Working with the console (data input and output)
- Working with loops (for)
- Work with more complex logical checks
- Working with logical checks (if-else)
- Perform simple calculations
- Working with more complex loops (nested for loops and while)