Manuela Fischer: Catalogue data in Autumn Semester 2022

Name Dr. Manuela Fischer
Address
Lehre D-INFK
ETH Zürich, CAB H 33.1
Universitätstrasse 6
8092 Zürich
SWITZERLAND
Telephone+41 44 632 74 61
E-mailmanuela.fischer@inf.ethz.ch
URLhttp://people.inf.ethz.ch/fiscmanu/
DepartmentComputer Science
RelationshipLecturer

NumberTitleECTSHoursLecturers
252-0832-00LComputer Science I Information 4 credits2V + 2UM. Fischer, R. Sasse
AbstractThe course covers the fundamental concepts of computer programming with a focus on systematic algorithmic problem solving. Taught language is C++. No programming experience is required.
ObjectivePrimary educational objective is to learn programming with C++. When successfully attended the course, students have a good command of the mechanisms to construct a program. They know the fundamental control and data structures and understand how an algorithmic problem is mapped to a computer program. They have an idea of what happens "behind the scenes" when a program is translated and executed.
Secondary goals are an algorithmic computational thinking, understanding the possibilities and limits of programming and to impart the way of thinking of a computer scientist.
ContentThe course covers fundamental data types, expressions and statements, (Limits of) computer arithmetic, control statements, functions, arrays, structural types and pointers. The part on object orientation deals with classes, inheritance and polymorphy, simple dynamic data types are introduced as examples.
In general, the concepts provided in the course are motivated and illustrated with algorithms and applications.
Lecture notesA script written in English will be provided during the semester. The script and slides will be made available for download on the course web page.
LiteratureBjarne Stroustrup: Einführung in die Programmierung mit C++, Pearson Studium, 2010
Stephen Prata, C++ Primer Plus, Sixth Edition, Addison Wesley, 2012
Andrew Koenig and Barbara E. Moo: Accelerated C++, Addison-Wesley, 2000.
252-0845-00LComputer Science I Information 5 credits2V + 2UC. Cotrini Jimenez, M. Fischer
AbstractThe course covers the basic concepts of computer programming.
ObjectiveBasic understanding of programming concepts. Students will be able to write and read simple programs and to modify existing programs. In the course "Computer Science I", the competency of programming is taught, applied and examined. Furthermore modeling is taught and applied.
Contentvariables, types, control structures, functions, scoping, recursion, object-oriented programming. The programming language is Python.
Lecture notesThe slides and lecture notes will be made available for download on the course website.
LiteratureLearn to Code by Solving Problems
A Python Programming Primer
Daniel Zingaro

Python Crash Course
A Hands-On, Project-Based Introduction to Programming
Eric Matthes
CompetenciesCompetencies
Subject-specific CompetenciesConcepts and Theoriesassessed
Method-specific CompetenciesAnalytical Competenciesassessed
Problem-solvingassessed
Personal CompetenciesCreative Thinkingassessed
Critical Thinkingassessed
252-0846-AALComputer Science II Information
Enrolment ONLY for MSc students with a decree declaring this course unit as an additional admission requirement.

Any other students (e.g. incoming exchange students, doctoral students) CANNOT enrol for this course unit.
4 credits9RM. Fischer, R. Sasse
AbstractIntroduction to programming in Java. Procedural foundations of programming and outlook to object oriented programming. Variables, types, assignments, control structures (branch, loop), data structures, algorithms, line graphics, graphical user interface. Writing small programs. Working with a professional programming environment (Eclipse).
ObjectiveIn the course "Computer Science II", the competencies of programming, modeling and data analysis & interpretation are taught, applied and examined. The students will be able to write simple programs and to modify existing programs.
ContentThis course offers an introduction to variables, control structures (branch, loop), algorithms and data structures, as well as an outlook to modularisation and object oriented techniques.
In the exercises students train programming skills (in the programming language JAVA). Students can solve the exercises on their own laptop or in the computer labs at ETH. The software used in this course runs on MS Windows, MacOS X and Linux.
Prerequisites / NoticePrerequisites:
252-0845-00 Computer Science I (D-BAUG)