Introduction to ProgrammingLaajuus (5 op)
Tunnus: TT00BX39
Laajuus
5 op
Osaamistavoitteet
After completing the course the student can:
- describe the most important software application types and their typical features
- discuss the selection of a proper solution technology
- define the main concepts of programming such as source code, compiler or interpreter, variable and data type
- read program code written by someone else
- utilize the most important decision and control structures
- recognize basic object-oriented concepts (class and its members, object, reference, exceptions)
- design and implement simple software applications
- draw a flow chart of the program.
Sisältö
- software application structure
- development environment and tools
- variables and data types
- functions
- decision and control structures
- arrays and lists