Introduction to Programming - Winter 09: Difference between revisions

From Sccswiki
Jump to navigation Jump to search
(Created page with '{{Lecture | term = Winter 08 | lecturer = Dr. rer. nat. Hans-Joachim Bungartz,Martin Roderus, M.Sc. | timeplace = Thursday, 8:30-11:30, lecture room 02.07.023, begin: 23.…')
 
No edit summary
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Lecture
{{Lecture
| term = Winter 08
| term = Winter 09
| lecturer = [[Dr. rer. nat. Hans-Joachim Bungartz]],[[Martin Roderus, M.Sc.]]
| lecturer = [[Dr. rer. nat. Tobias Neckel]], [[Martin Roderus, M.Sc]]
| timeplace = Thursday, 8:30-11:30, lecture room 02.07.023, begin: 23.10.2008
| timeplace = Lecture: Room 02.07.023; Wed 10:00 AM - 12:00 AM
: Tutorial: Tuesday, 13:30-18:00, computer lab 00.07.037
: Tutorial: Room 00.07.037; Blocks: Tue, 1:00 - 2:30pm; Tue, 2:30 - 4:00pm; Wed, 1:00 - 2:30pm
| credits = 4 SWS (2V+2Ü) / 5 Credits
| credits = 4 SWS (2V+2Ü) / 5 Credits
| audience = Computational Science and Engineering, first semester (module [https://www.in.tum.de/myintum/kurs_verwaltung/cm.html?id=IN1503&lang=en IN1503])
| audience = Computational Science and Engineering, first semester (module [https://www.in.tum.de/myintum/kurs_verwaltung/cm.html?id=IN1503&lang=en IN1503])
| tutorials = [[Ioan Lucian Muntean]]
| tutorials = [[Martin Roderus, M.Sc]]
| exam = 29.01.2009
| exam = 19.02.2010, 14:30. Room: MI HS2. '''Review Session:''' 09.03.2010, 13:00 - 14:00. Room 02.05.037
}}
}}


Line 23: Line 23:
= Tutorial =
= Tutorial =


The tutorial is organized as a series of small projects. The projects are published in the Exercises section of the [http://www.cse.tum.de/vtc/IntProg/ CSE Teaching Centre].  
Please have a look at the [http://www.cse.tum.de/vtc/IntProg/ Virtual Teaching Centre] for information and material.
 
= Lecture Slides =
* Chapter 0: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter00.pdf Introductory Course for CSE]
* Chapter 1: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter01.pdf Objects First with Java]
* Chapter 2: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter02.pdf Understanding Class Definitions]
* Chapter 3: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter03.pdf Object Interaction]
* Chapter 4: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter04.pdf Grouping Objects]
* Chapter 5: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter05.pdf More Sophisticated Behavior]
* Chapter 6: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter06.pdf Well-Behaved Objects]
* Chapter 7: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter07.pdf Designing Classes]
* Chapter 8: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter08.pdf Improving Structure with Inheritance]
* Chapter 9: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter09.pdf More about Inheritance]
* Chapter 10: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter10.pdf Further Abstraction Techniques]
* Chapter 11: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter11.pdf Handling Errors]
* Chapter 12: [http://www5.in.tum.de/lehre/vorlesungen/intr_prog/ws09/slides/Chapter12.pdf Designing Applications]
 
 


= Recommended Reading =  
= Recommended Reading =  
Line 39: Line 56:
= News =
= News =


* First lecture: 23.10.2008
* First lecture: 28.10.2009
* First tutorial: 21.10.2008 at 15:45 room 02.07.023
* First tutorial: 10/11.11.2009

Latest revision as of 12:51, 8 March 2010

Term
Winter 09
Lecturer
Dr. rer. nat. Tobias Neckel, Martin Roderus, M.Sc
Time and Place
Lecture: Room 02.07.023; Wed 10:00 AM - 12:00 AM
Tutorial: Room 00.07.037; Blocks: Tue, 1:00 - 2:30pm; Tue, 2:30 - 4:00pm; Wed, 1:00 - 2:30pm
Audience
Computational Science and Engineering, first semester (module IN1503)
Tutorials
Martin Roderus, M.Sc
Exam
19.02.2010, 14:30. Room: MI HS2. Review Session: 09.03.2010, 13:00 - 14:00. Room 02.05.037
Semesterwochenstunden / ECTS Credits
4 SWS (2V+2Ü) / 5 Credits
TUMonline
{{{tumonline}}}



Description

This course belongs to the module IN1503. It addresses primarily students in the first semester of the CSE master's program.

Contents

  • Basic elements of the Java programming language: expressions and variables, statements, functions and parameters, recursion, data structures, control structures
  • Applications in scientific computing: iterative methods, matrix computation, systems of linear equations, PDE on Cartesian grids
  • Object oriented programming: objects and classes, collections, inheritance, polymorphism

Tutorial

Please have a look at the Virtual Teaching Centre for information and material.

Lecture Slides


Recommended Reading

In English:

In German:

  • David J. Barnes and Michael Kölling: Objektorientierte Programmierung mit Java, Prentice Hall/Pearson Education, 2003
  • Reinhard Schiedermeier: Programmieren mit Java, Pearson Education, 2005
  • Robert Sedgewick: Algorithmen in Java, Teil 1-4, Addison-Wesley, 2003 (3., überarbeitete Auflage)

News

  • First lecture: 28.10.2009
  • First tutorial: 10/11.11.2009