Home
Lehre
Sommersemester 18
Wintersemester 17/18
Sommersemester 17
Personen
Research
Projects
Events
Jobs/Studienarbeiten
SiteMap
Puma
Impressum & Datenschutz
|
Programming Languages
 |
Dozent: | Dr. Axel Simon und Dr. Michael Petter |
Ort/Zeit: | Fridays 10:00-12:00 starting 26.10.12 in 00.13.009A |
ModulNummer: | IN2113 |
Beschreibung: | We are discussing various advanced programming paradigms illustrated by a number of real programming languages such as e.g. Haskell, Prolog, Java, C++ and others. |
|
Lecture Slides and Exercise Sheets
!!!!Klausureinsicht!!!!
For a deeper inspection of Your mistakes, we offer You an opportunity on friday, 8th of march in room 02.07.014 at 14:00
Exam:

Notenschlüssel
bis Punkte
|
Note |
54 |
1 |
51 |
1,3 |
48 |
1,7 |
45 |
2
|
42 |
2,3
|
39 |
2,7
|
36 |
3
|
33 |
3,3
|
30 |
3,7
|
27 |
4
|
FAQ:
- Exam: You are allowed to bring a DIN A4 sheet of paper with notes on both sides
- External talk: The external talk is no subject to the exam
- The exam takes place thursday the 21st of february from 14:30 til 16:00 in Hörsaal 1
- In case You did not pass, You have the opportunity to take "Compiler Construction" or "Virutal Machines" next semester or alternatively repeat the exam next winter
Administrative information can be found here.
Concurrency
- Memory Barriers
Slides,Garbled up page, Exercise Sheet, dekker.c
- Wait-Free, Locking, Monitors
Slides, Exercise Sheet, DQueue.c
- Transactional Memory, Message Passing
Slides, Exercise Sheet
- Concurrency Summary
Exercise Sheet
Object-Oriented Systems
- Method Dispatching
Slides, Exercise Sheet, solved
- Multiple-Inheritance
Slides, Exercise Sheet, Compilation results
- Mixins
Slides, Exercise Sheet, solved
- Traits
Slides, Exercise Sheet, solved
- Prototypes
Slides, Exercise Sheet, solved
- Aspect Orientation
- Generics & Templates
|