Advanced Programming - Winter 15: Difference between revisions

From Sccswiki
Jump to navigation Jump to search
(updated link to TUMOnline tutorials)
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
| audience = Computational Science and Engineering, first semester (module [https://campus.tum.de/tumonline/wbModHb.wbShowMHBReadOnly?pKnotenNr=454189 IN1503])
| audience = Computational Science and Engineering, first semester (module [https://campus.tum.de/tumonline/wbModHb.wbShowMHBReadOnly?pKnotenNr=454189 IN1503])
| exam = see below and TUMOnline for announcement and registration
| exam = see below and TUMOnline for announcement and registration
| tumonline = <!-- [https://campus.tum.de/tumonline/lv.detail?clvnr=950112210&sprache=2  TUM Online Lecture] [https://campus.tum.de/tumonline/lv.detail?clvnr=950199913&cperson_nr=&sprache=2  TUM Online Tutorial] [https://www.moodle.tum.de/course/view.php?id=12035 Moodle] -->
| tumonline = [https://campus.tum.de/tumonline/lv.detail?clvnr=950209844&sprache=2  TUM Online Lecture] [https://campus.tum.de/tumonline/lv.detail?clvnr=950199913&cperson_nr=&sprache=2  TUM Online Tutorial] [https://www.moodle.tum.de/course/view.php?id=22951 Moodle]
}}
}}




= News =
= News =
'''The exam review for the retake exam will take place on April 8, 10-12, in room 02.07.023.
There is no lecture taking place in the first week of the semester (Oct 12-18) due to introductory weeks of master programmes.
There is no lecture taking place in the first week of the semester (Oct 12-18) due to introductory weeks of master programmes.


Line 56: Line 58:
* [http://en.wikipedia.org/wiki/The_Art_of_Computer_Programming The Art of Computer Programming]
* [http://en.wikipedia.org/wiki/The_Art_of_Computer_Programming The Art of Computer Programming]
* [http://docs.sun.com/source/806-3568/ncg_goldberg.html What Every Computer Scientist Should Know About Floating-Point Arithmetic]
* [http://docs.sun.com/source/806-3568/ncg_goldberg.html What Every Computer Scientist Should Know About Floating-Point Arithmetic]
* [http://www.netzmafia.de/skripten/ad/ad13.html Remarks on C (German)]
* [http://www.netzmafia.de/skripten/programmieren/ad13.html Remarks on C (German)]
* [http://www.eclipse.org/cdt Eclipse with C/C++ Development Tooling]
* [http://www.eclipse.org/cdt Eclipse with C/C++ Development Tooling]
* [http://moodle.rrze.uni-erlangen.de/moodle/course/view.php?id=274  Node Level Performance Engineering (Wellein,Hager)]
* [http://moodle.rrze.uni-erlangen.de/moodle/course/view.php?id=274  Node Level Performance Engineering (Wellein,Hager)]

Latest revision as of 08:50, 31 March 2016

Term
Winter 15/16
Lecturer
Lecture: Philipp Neumann, Tutorials: Roland Wittmann, M.Sc.
Time and Place
Lecture: Thursdays, 16-18; see also TUMOnline
Audience
Computational Science and Engineering, first semester (module IN1503)
Tutorials
BGCE Supervised Teaching
Exam
see below and TUMOnline for announcement and registration
Semesterwochenstunden / ECTS Credits
4 SWS (2V+2Ü) / 5 Credits
TUMonline
TUM Online Lecture TUM Online Tutorial Moodle



News

The exam review for the retake exam will take place on April 8, 10-12, in room 02.07.023.

There is no lecture taking place in the first week of the semester (Oct 12-18) due to introductory weeks of master programmes.

Concept

The weekly lecture discusses selected programming topics, C++ concepts, and programming language techniques. Although we will have a short start-up phase on C/C++ prgoramming, this course relies on many fundamental C++ aspects and programming skills. If the participants are not familiar with those concepts, they have to aquire them themselves prior to the lecture (self-study).

In the weekly tutorials, tutors participating in the Supervised Teaching programme first give a brief presentation on selected topics. These talks comprise outlooks and studies on topics not covered by the lecture and the exam that are however mandatory to program successfully today. Examples for topics are systematic testing and debugging, runtime measurements, build environments and so forth. Afterwards, the tutors present and discuss solutions on selected worksheet problems. The worksheets are published online roughly a week before the corresponding tutorials. This way, all participants have the opportunity to study the problems at home before they are presented solutions and additional information on the challenges. There is no mandatory homework however.

Our tutors are mentored by a senior Ph.D. student due to the Supervised Teaching programme and get didactic feedback and evaluation permanently.

Lecture Slides & Tutorial

Slides, information on lecture rooms, schedules, exam registrations, and so forth are available at Moodle. You can register via TUMOnline.

Tutorials

All organisational details on the tutorials as well as the rooms and dates can be found in TUMOnline. See the corresponding link on the top of this page. All lecture material for the tutorials is published in Moodle. See the link above as well.


Exam

Recommended Reading

These links provide further information on particular topics. For literature, please consult the module description IN1503 of the course.