DE

Modul

Programming [M-INFO-101174]

Credits
5
Recurrence
Jedes Wintersemester
Duration
1 Semester
Language
German
Level
1
Version
1

Responsible

Organisation

  • KIT-Fakultät für Informatik

Part of

Bricks

Identifier Name LP
T-INFO-101967 Programming Pass 0
T-INFO-101531 Programming 5

Competence Goal

Students should learn

  • basic structures of the programming language Java and how to apply them; in particular control and simple data structures, object orientation and implementation of basic algorithms
  • basics of programming methodology and the ability to autonomously write executable small to medium sized Java programs

Content

  • objects and classes
  • types, values and variables
  • methods
  • control structures
  • recursion
  • references, lists
  • inheritance
  • input and output
  • exceptions
  • programming methodology
  • implementation of basic algorithms in Java (such as sorting algorithms)