Skip to main content

Extended ProgrammingLaajuus (3 cr)

Code: ELA18PR03

Credits

3 op

Objective

The student can program applications that use functions as well as read and write text files,
The student understands and can use pointers and dynamic memory management in the program code.
The student understands and can use structures and classes in the program code.

Content

Repetition of basic procedural programming.
More advanced functions.
Reading and writing data files.
Pointers and dynamic memory management.
Structures and classes.

Qualifications

The course Programming Basics..

Assessment criteria, satisfactory (1)

The student can read data from a text file and write data to a text file.
The student understands the concept of pointers and can create pointers for variables and arrays.
The student can create and use simple structures.

Assessment criteria, good (3)

The student can read and write a text file and can perform calculations on that data..
The student can dynamically allocate and deallocate memory for variables and arrays.
The student understands the difference between structures and classes and can create classes and instantiate objects.

Assessment criteria, excellent (5)

The student can independently solve data storage problems using text files.
The student can independently solve problems that require dynamic memory management.
The student can independently divide code into classes.

Materials

Material on Moodle.

Enrollment

01.12.2022 - 31.12.2022

Timing

01.01.2023 - 26.02.2023

Number of ECTS credits allocated

3 op

Mode of delivery

Contact teaching

Unit

Faculty of Technology and Seafaring

Campus

Vasa, Wolffskavägen 33

Teaching languages
  • Svenska
Degree programmes
  • Degree Programme in Electrical Engineering and Automation
Teachers
  • Kaj Wikman
Scheduling groups
  • ELA21-I (Size: 30. Open UAS: 0.)
Groups
  • ELA21D-V
    Ingenjör (YH), el- och automationsteknik, 2021, dagstudier
Small groups
  • ELA21-I

Objective

The student can program applications that use functions as well as read and write text files,
The student understands and can use pointers and dynamic memory management in the program code.
The student understands and can use structures and classes in the program code.

Content

Repetition of basic procedural programming.
More advanced functions.
Reading and writing data files.
Pointers and dynamic memory management.
Structures and classes.

Evaluation scale

H-5

Assessment criteria, satisfactory (1)

The student can read data from a text file and write data to a text file.
The student understands the concept of pointers and can create pointers for variables and arrays.
The student can create and use simple structures.

Assessment criteria, good (3)

The student can read and write a text file and can perform calculations on that data..
The student can dynamically allocate and deallocate memory for variables and arrays.
The student understands the difference between structures and classes and can create classes and instantiate objects.

Assessment criteria, excellent (5)

The student can independently solve data storage problems using text files.
The student can independently solve problems that require dynamic memory management.
The student can independently divide code into classes.

Qualifications

The course Programming Basics..