Lab Exam 2023-01-17

Project Setup

Exercises

Exercise

Points

Exercise: Uniquify A Sequence

10

Exercise: Generic Filter

8

From Exercises: Sensor Repository (std::map)

Insert - Sunny Case

6

Lookup - Sunny Case

3

Remove - Sunny Case

3

Insert - Not Overwriting Existing Elements

4

Lookup - Not Found

3

Remove - Not Found

4

.size() Is const

1

Memory Leaks?

8

Total

50

Note

The total points from this exam are equivalent to 30% of the total grade from this semester.

Exam Submission

  • Make sure the the current working directory is where you cloned the project into - the parent directory of the project’s toplevel directory

  • Create a tar file submission.tar.gz as follows:

$ pwd
... whatever your project's parent directory is ...
$ tar -z -c -f submission.tar.gz FH-ECE20-2023-01-17/

Submit the file submission.tar.gz on Moodle