Introduction to ProgrammingLaajuus (5 cr)
Code: R504D130
Credits
5 op
Teaching language
- English
Objective
You can implement various small-scale programs by using a selected programming language.
You can understand programming logic, structured programming and common programming structures.
You can effectively use different features, libraries and modules available for the selected programming language.
You can apply your existing programming knowledge while studying new programming concepts.
Content
Computational thinking
Programming environments and version control tools
Basic concepts of structured programming
Programming libraries and modules
Problem-solving and programming
Assessment criteria, satisfactory (1)
You understand the principles of structural programming and can implement simple programs based on examples and instructions.
You can use the basic structures of a programming language (selection and iteration) and utilize functions.
Assessment criteria, good (3)
You can utilize structural programming and libraries/modules offered by the selected programming language while creating simple applications independently. In addition, you can implement easily readable, testable and maintainable code.
Assessment criteria, excellent (5)
You can utilize structural programming and libraries/modules offered by the selected programming language while creating intermediate applications independently. In addition, you can implement easily readable, testable and maintainable code.
You can apply appropriate algorithms to specific programming problems.