Inhalte
Students learn the basics of programming and basic programming paradigms like imperative programming and functional programming. They work with expressions, data types and basic aspects of imperative programming (state, statements, controll structures, IO) and practice their applications.
The students work on basic aspects of functional programming (functions, recursion, higher order functions, currying) and object oriented concepts as encapsulation, inheritance, polymorphy. They also work on elemental algorithmic questions (e.g. searching, sorting, selection, simple array and pointer based data structures) and practive their implementation.