Nane Kratzke

Lecture:

Programming I

Published: 28 Sep 2020 (latest update: 09 Oct 2020)
Short: ProgI
Study: Computer Science/Software Engineering, B. Sc.
Semester: WS 2020/21

The course Programming I is about the fundamentals of programming for first-year students and covers fundamental concepts of programming. This course uses JAVA as a teaching language. Nevertheless, the principles apply to every (imperative or class-based object-oriented) programming language. The course is given for Computer Science students at the Lübeck University of Applied Sciences, and covers the following aspects:

  • Fundamental concepts of programming including computational thinking, programming paradigms and runtime models
  • Variables, data types, operators and expressions
  • Control flow and routines (functions, procedures, methods)
  • Reference data types and collections
  • (Stream based) I/O programming and serialization of objects
  • Exception handling
  • Introduction to object oriented programming and UML introducing fundamental concepts like abstraction, encapsulation, and polymorphism

Closing remark: Due to the COVID19 pandemic, this course will be given in an online format composed of online lectures and online practical courses.

Material