Skip to main content

Extending Programming SkillsLaajuus (5 cr)

Code: 4A00FA69

Credits

5 op

Objectives

After completing the course, the student will have gained knowledge about writign applications using other programming language.

Content

Running programs,
variables, identifiers, arrays,
control flow, loops, conditional statements,
classes, objects, methods, constructors, inheritance.

Prerequisites

Introduction to Programming

Assessment criteria, satisfactory (1-2)

The student can can run programs.
The student knows the basics of documenting source code.
The student can write small programs using variables and use control flow structures.

Assessment criteria, good (3-4)

The student can use the core of the programming language.
The student can use libraris of the programming language.
The student can write programs whose functionality is based on modularity.

Assessment criteria, excellent (5)

The student can can generate program documentation in automated manner.
The student can use advanced features of the programming language.
The student can write large scale programs.