Basics in ProgrammingLaajuus (3 cr)
Code: ELA18GY04
Credits
3 op
Objective
The student is familiar with basic procedural programming techniques:
- concepts and basic structures
- functions
- arrays
with selected programming language.
Content
General about programming with C ++
Variables and constants
Operators and expressions
Keyboard input, screen printing
Selections
Iterations
Functions
Static arrays
Introduction to files
Qualifications
No prerquisites.
Assessment criteria, satisfactory (1)
The student can create programs that use simple structures with sequences, selections and iterations.
The student can create functions that use parameters and return data.
The student can store data in simple, static one-dimensional arrays.
Assessment criteria, good (3)
The student can create programs that use more advanced selections and iterations. The student can compound structures.
The student can create functions that use reference parameters.
The student can use one-dimensional, static arrays to solve programming tasks.
Assessment criteria, excellent (5)
The student can independently solve more difficult programming problems.
The student can create overloaded functions and templated functions.
The student can use multidimensional, static arrays to solve programming tasks.