Introduction to Computer Science

About

  • Module: Introduction to Computer Science (CH-232)
  • Semester: Fall 2021
  • Instructor: Jürgen Schönwälder
  • Office Hours: Monday, 11:15-12:30 (Research I, Room 87)
  • TA (Group A): Aydin, Ahmed Hamza
  • TA (Group B): Bodaveli, Nikolozi
  • TA (Group C): Panthi, Bivek
  • TA (Group D): Ramos Alves, Julia
  • Class: Tuesday, 11:15-12:30 (SAC Hall 3)
  • Class: Friday, 08:15-09:30 (SAC Hall 3)
  • Class: Friday, 09:45-11:00 (SAC Hall 3)
  • Tutorial: Monday 18:00 to 19:00 (Group A, Ahmed Hamza Aydin, Teams)
  • Tutorial: Tuesday 20:00 to 21:00 (Group D, Julia Ramos Alves, West Hall 6)
  • Tutorial: Wednesday 18:00 to 19:00 (Group C, Bivek Panthi, Teams)
  • Tutorial: Thursday 19:00 to 20:00 (Group B, Nikolozi Bodaveli, West Hall 6)
  • 1st Module Exam: Friday, 2021-12-17, 09:00-11:00 (SCC Halls 3+4)
  • 2nd Module Exam: Friday, 2022-01-28, 08:00-10:00 (ICC East Wing)

Content and Educational Aims

The module introduces fundamental concepts and techniques of computer science in a bottom-up manner. Based on clear mathematical foundations (which are developed as needed), the course discusses abstract and concrete notions of computing machines, information, and algorithms, focusing on the question of representation versus meaning in Computer Science.

The module introduces basic concepts of discrete mathematics with a focus on inductively defined structures, to develop a theoretical notion of computation. Students will learn the basics of the functional programming language Haskell because it treats computation as the evaluation of pure and typically inductively defined functions. The module covers a basic subset of Haskell that includes types, recursion, tuples, lists, strings, higher-order functions, and finally monads. Back on the theoretical side, the module covers the syntax and semantics of Boolean expressions and it explains how Boolean algebra relates to logic gates and digital circuits. On the technical side, the course introduces the representation of basic data types such as numbers, characters, and strings as well as the von Neuman computer architecture. On the algorithmic side, the course introduces the notion of correctness and elementary concepts of complexity theory (big O notation).

Intended Learning Outcomes

By the end of this module, students will be able to

  • explain basic concepts such as the correctness and complexity of algorithms (including the big O notation);
  • illustrate basic concepts of discrete math (sets, relations, functions);
  • recall basic proof techniques and use them to prove properties of algorithms;
  • explain the representation of numbers (integers, floats), characters and strings, and date and time;
  • summarize basic principles of Boolean algebra and Boolean logic;
  • describe how Boolean logic relates to logic gates and digital circuits;
  • outline the basic structure of a von Neumann computer;
  • explain the execution of machine instructions on a von Neumann computer;
  • describe the difference between assembler languages and higher-level programming languages;
  • define the differences between interpretation and compilation;
  • illustrate how an operating system kernel supports the execution of programs;
  • determine the correctness of simple programs;
  • write simple programs in a pure functional programming language.

Books

  • Eric Lehmann, F. Thomson Leighton, Albert R. Meyer: "Mathematics for Computer Science, 2018
  • Richard Hammack: Book of Proof, 3rd edition, 2020
  • David A. Patterson, John L Hennessy: "Computer Organization and Design: The Hardware/Software Interface", 4th edition, Morgan Kaufmann, 2011
  • Miran Lipovaca: "Learn You a Haskell for Great Good!: A Beginner's Guide", 1st edition, No Starch Press, 2011

Links

Schedule

Tue 11:15 Fri 08:15 Topics
2021-09-03 Introduction and maze generation algorithms
2021-09-07 2021-09-10 String search algorithms, complexity and correctness
2021-09-14 2021-09-17 Mathematical notations and proof techniques
2021-09-21 2021-09-24 Sets, relations, and functions
2021-09-28 2021-10-01 Representation of integer and floating point numbers
2021-10-05 2021-10-08 Representation of characters, strings, date and time
2021-10-12 2021-10-15 Boolean functions, expressions, laws
2021-10-19 2021-10-22 Normal forms, minimization of Boolean functions
2021-10-26 2021-10-29 Boolean logic, logic gates
2021-11-02 2021-11-05 Combinational and sequential digital circuits
2021-11-09 2021-11-12 von Neuman computer architecture, assembly programming
2021-11-16 2021-11-19 Interpreter, compiler, operating systems
2021-11-23 2021-11-26 Software specification and verification
2021-11-30 2021-12-03 Automated generation of proof goals and termination proofs

Functional Programming (Haskell)

Fri 09:45 Topics
2021-09-03 Haskell (ghci, runghc, ghc, cabal)
2021-09-10 Haskell (expressions)
2021-09-17 Haskell (lists)
2021-09-24 Haskell (characters, strings, tuples, types)
2021-10-01 Haskell (functions, pattern matching, recursion)
2021-10-08 Haskell (guards, bindings, case expressions)
2021-10-15 Haskell (Lambda functions, composition, currying)
2021-10-22 Haskell (higher order functions)
2021-10-29 Haskell (higher order functions)
2021-11-05 Haskell (datatypes)
2021-11-12 Haskell (datatypes)
2021-11-19 Haskell (typeclasses)
2021-11-26 Haskell (functors, applicative, monads)
2021-12-03 Haskell (IO monad)

Assignments

Date/Due Name Topics
2021-09-17 Sheet #01 Kruskal and Boyer-Moore algorithms, Landau sets
2021-09-24 Sheet #02 proof by contrapositive, proof by induction, Haskell operators
2021-10-01 Sheet #03 cartesian products, relations, functions, Haskell list comprehensions
2021-10-08 Sheet #04 b-complement, floating point numbers, Haskell pattern matching
2021-10-15 Sheet #05 base b numbers, unicode and utf-8, Haskell long year, decimal to binary
2021-10-22 Sheet #06 boolean equivalence laws, long life diet, Haskell long life diet
2021-10-29 Sheet #07 Quine-McCluskey algorithm
2021-11-05 Sheet #08 digital circuit analysis, fold duality theorems
2021-11-12 Sheet #09 JK flip-flops, ripple counter, Haskell expression simplification
2021-11-19 Sheet #10 assembler programming (scpu), assembler programming (rv32i)
2021-11-26 Sheet #11 fork system call, tail recursion, Haskell type classes
2021-12-03 Sheet #12 correctness of an exponentiation algorithm
2022-01-15 Sheet #13 extra sheet for students who did not manage to obtain 50/120 points

Rules

The final grade is determined by the final exam (100%). In order to sit for the final exam, it is necessary to have 50% of the assignments correctly solved. There are 10 regular assignments and 2-3 bonus assignments.

Electronic submission is the preferred way to hand in homework solutions. Please submit documents (plain ASCII/UTF-8 text or PDF, no Word) and your source code (packed into a zip archive after removing all binaries and temporary files) via the online submission system. If you have problems, please contact one of the TAs.

Late submissions will not be accepted. Assignments may need to be defended in an oral interview. In case you are ill, you have to follow the procedures defined in the university policies to obtain an official excuse. If you obtain an excuse, the new deadline will be calculated as follows:

  1. Determine the number of days you were excused until the deadline day, not counting excused weekend days.
  2. Determine the day of the end of your excuse and add the number of day you obtained in first step. This gives you the initial new deadline.
  3. If the period between the end of your excuse and the new deadline calculated in the second step includes weekend days, add them as well to the new deadline. (Iterate this step if necessary.)

For any questions stated on assignment sheets or exam sheets, we by default expect a reasoning for the answer given, unless explicitly stated otherwise.

Students must submit solutions individually. If you copy material verbatim from the Internet (or other sources), you have to provide a proper reference. If we find your solution text on the Internet without a proper reference, you risk to lose your points. Any cheating cases will be reported to the registrar. In addition, you will lose the points (of course).

Any programs, which have to be written, will be evaluated based on the following criteria:

  • correctness including proper handling of error conditions
  • proper use of programming language constructs
  • clarity of the program organization and design
  • readability of the source code and any output produced

Source code must be accompanied by a README file providing an overview of the source files and giving instructions how to build the programs. A suitable Makefile is required if the build process involves more than a single source file.

If you are unhappy with the grading, please report immediately (within one week) to the TAs. If you can't resolve things, contact the instructor. Problem reports which come late, that is after the one-week period, are not considered anymore.