|
<details>
|
|
<details>
|
|
<summary>Can I split the two exams into two semesters?</summary>
|
|
<summary>Can I split the two exams into two semesters?</summary>
|
|
You can only write the exam for part 1 (3 ECTS) or the exam for part 1 + 2 (6 ECTS).This means you can only split them insofar as you are allowed to write the exam for part 1 in one semester and the exam for part 1 and 2 together in the next semester. But, still, you would have to write the complete exam for part 1 and 2 in one semester.
|
|
You can only write the exam for one part (3 ECTS) or the exam for two consecutive parts together (part 1 + 2 = 6 ECTS or parts 2 + 3 = 6 ECTS). However, if you want to attend a higher level part, obviously, the contents of the lower level part(s) will be taken for granted.
|
|
</details>
|
|
</details>
|
|
|
|
|
|
<details>
|
|
<details>
|
... | @@ -10,36 +10,37 @@ |
... | @@ -10,36 +10,37 @@ |
|
|
|
|
|
<details>
|
|
<details>
|
|
<summary>How do I register for the exam?</summary>
|
|
<summary>How do I register for the exam?</summary>
|
|
Registration for the exam is **currently not necessary** - you are allowed to take part in the exam as soon as you have passed the corresponding exercise tasks.
|
|
Registration for the exam is **currently not necessary** - you are allowed to take part in the exam as soon as you have passed the corresponding exercise tasks. Just select the corresponding combination of parts.
|
|
</details>
|
|
</details>
|
|
|
|
|
|
<details>
|
|
<details>
|
|
<summary>Is there a sample exam?</summary>
|
|
<summary>Is there a sample exam?</summary>
|
|
Yes, there is a sample exam (=mockup exam) on the main page.
|
|
Yes, there is a sample exam (=mockup exam) on the main page.
|
|
However, it is designed for 30 min instead of 60/90 min.
|
|
However, it is only a shortened version designed for 30 min.
|
|
</details>
|
|
</details>
|
|
|
|
|
|
<details>
|
|
<details>
|
|
<summary>Is the processing time for the exam limited?</summary>
|
|
<summary>Is the processing time for the exam limited?</summary>
|
|
Yes, the final exam is to be processed within a limited time frame (in contrast to the submitted tasks). Therefore, the exam only is shown completely at the appropriate time. There will be two alternative forms, one for part 1 alone (limit: 60 minutes) and one for part 1 and 2 combined (limit: 90 minutes).
|
|
Yes, the final exam is to be processed within a limited time frame (in contrast to the submitted tasks). Therefore, the exam is only shown at the appropriate time.
|
|
|
|
Once begun, each exam needs to be completed within a specific time frame. Please answer one part completely before moving to another part.
|
|
</details>
|
|
</details>
|
|
|
|
|
|
<details>
|
|
<details>
|
|
<summary>I meant to take the exam for part 1&2. I've not achieved the requirement to take part in it. Can I write the exam in part 1?</summary>
|
|
<summary>I meant to take the exam for two parts. I've not achieved the requirement to take part in it. Can I write the exam for only one part?</summary>
|
|
Yes that's possible. You'll be allowed to take part in the exam for part 1.You'll receive an e-mail where you will be notified that you've not reached the required amount of points to take part in the exam for part 1+2.You'll then also be asked if you'd like to take part in the exam for part 1 (provided that you've the required amount of points to take part in the exam for part 1).
|
|
Yes that's possible. You'll be allowed to take part in the exam for each part for which you submitted a valid solution. A posting will indicate the finished grading of your submitted task(s), and you can check the exam(s) you can take part in in the main course.
|
|
</details>
|
|
</details>
|
|
|
|
|
|
<details>
|
|
<details>
|
|
<summary>What types of tasks does the study work for the vhb exam "Programming in C++" consist of?</summary>
|
|
<summary>What types of tasks does the study work for the vhb exam "Programming in C++" consist of?</summary>
|
|
|
|
|
|
The study work for the vhb exam “Programming in C++”consists of given code fragments (cpp files), which have to be
|
|
The study work for the vhb exam “Programming in C++”consists of given code fragments (cpp files) or programming tasks; code gfragments may have to be
|
|
|
|
|
|
- added
|
|
- added
|
|
- changed
|
|
- changed
|
|
- documented
|
|
- documented
|
|
- checked
|
|
- checked
|
|
|
|
|
|
There will also be theoratical questions in form of a
|
|
There will also be theoretical questions in form of a
|
|
|
|
|
|
- Gap text
|
|
- Gap text
|
|
- Multiple choice
|
|
- Multiple choice
|
... | @@ -65,9 +66,9 @@ Examples: |
... | @@ -65,9 +66,9 @@ Examples: |
|
</details>
|
|
</details>
|
|
|
|
|
|
<details>
|
|
<details>
|
|
<summary>What is the content of the exam of part 1+2?</summary>
|
|
<summary>What is the content of the exam of part 2?</summary>
|
|
|
|
|
|
The exam for the vhb exam "Programming in C ++ Part 1+2" consists of questions and tasks, partly with with small, incomplete programs that you should extend, correct or comment on.
|
|
The exam for the vhb exam "Programming in C ++ Part 2" consists of questions and tasks, partly with with small, incomplete programs that you should extend, correct or comment on.
|
|
|
|
|
|
Examples:
|
|
Examples:
|
|
|
|
|
... | @@ -81,6 +82,19 @@ Examples: |
... | @@ -81,6 +82,19 @@ Examples: |
|
|
|
|
|
</details>
|
|
</details>
|
|
|
|
|
|
|
|
<summary>What is the content of the exam of part 3?</summary>
|
|
|
|
|
|
|
|
The exam for the vhb exam "Programming in C ++ Part 3" consists of questions and tasks, partly with with small, incomplete programs that you should extend, correct or comment on.
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
- There are 4 errors in the following class declaration. Correct and comment these directly in the source code.
|
|
|
|
- Create a smart pointer class with that counts the references to some object in memory.
|
|
|
|
- Which of the following design principles are used in the code below?
|
|
|
|
- What is special about the move constructor? Explain briefly here: ....
|
|
|
|
- What does the \&\& notation refer to? Explain briefly here: ....
|
|
|
|
|
|
|
|
</details>
|
|
<details>
|
|
<details>
|
|
<summary>Where do I write the exam?</summary>
|
|
<summary>Where do I write the exam?</summary>
|
|
At home. The exam for this course consists in a sequence of exercise tasks with solutions to be uploaded electronically.After evaluation of all submission tasks (ESA), the general course for this semester (i.e., this course) will automatically show, in which exam you are allowed to take part. If something seems fishy with your classification, please email your primary course contact.
|
|
At home. The exam for this course consists in a sequence of exercise tasks with solutions to be uploaded electronically.After evaluation of all submission tasks (ESA), the general course for this semester (i.e., this course) will automatically show, in which exam you are allowed to take part. If something seems fishy with your classification, please email your primary course contact.
|
... | @@ -97,7 +111,7 @@ See the [precise description here](https://nextcloud.th-deg.de/s/sWg3bkpHdwrxbjf |
... | @@ -97,7 +111,7 @@ See the [precise description here](https://nextcloud.th-deg.de/s/sWg3bkpHdwrxbjf |
|
|
|
|
|
<details>
|
|
<details>
|
|
<summary>Will there be an online proctoring for the study work?</summary>
|
|
<summary>Will there be an online proctoring for the study work?</summary>
|
|
There will be no meeting/online proctoring. However, with your submission you confirm that you solved the exercises alone with only the allowed auxiliary means.Peculation may be penalized with a deduction of points (of up to 100%).
|
|
There will be no meeting/online proctoring. However, with your submission you confirm that you solved the exercises alone with only the allowed auxiliary means. We will check for typical signs of peculation. Peculation may be penalized with a deduction of points (of up to 100%).
|
|
</details>
|
|
</details>
|
|
|
|
|
|
<details>
|
|
<details>
|
... | | ... | |