Introduction to ProgrammingLaajuus (5 cr)
Course unit code: 4A00HH75
General information
- Credits
- 5 cr
- Teaching language
- Finnish
Objectives
After completing the course, the student will have acquired fundamental programming skills. They will be proficient in building basic applications and will understand key principles of application development.
Upon completion of the course the student can
• compile and run a programs.
• write programs to solve problems.
• implement basic applications.
Content
• Programming language
• Variables, data types, data structures etc.
• Control structures, loops etc.
• Functions or Methods
• Fundamentals of objects
Prerequisites
Tietotekniikan perusteet
Assessment criteria, satisfactory (1-2)
The student can understand in some extent the code in existing applications, can compile and run applications, and create applications using control structures, variables, and arrays.
Assessment criteria, good (3-4)
The student is capable of implementing an application that utilizes appropriate data structures and whose functionality is divided into parts. The student is also able to apply good programming practices.
Assessment criteria, excellent (5)
The student is able to use advanced data structures, apply object-oriented programming features in applications, and implement practices related to maintainability and other best programming guidelines.