85442 - Computational Thinking and Programming (1) (LM)

Academic Year 2019/2020

  • Docente: Silvio Peroni
  • Credits: 6
  • SSD: INF/01
  • Language: English
  • Teaching Mode: Traditional lectures
  • Campus: Bologna
  • Corso: Second cycle degree programme (LM) in Digital Humanities and Digital Knowledge (cod. 9224)

Learning outcomes

At the end of the course, the student knows the high-level principles, as well as the historical and theoretical backgrounds, for solving problems efficiently by using computational tools and information-processing agents. The student is able to understand and use the main data structures for organising information, to develop algorithms for addressing computational-related tasks, and to implement such algorithms in a specific programming language.

Course contents

The course is organised in a series of lectures. Each lecture introduces a specific topic, includes mentions to some related historical facts and to people (indicated between squared brackets) who have provided interesting insights on the subject. The lectures are accompanied by several hands-on sessions for learning the primary constructs of the programming language that will be used for implementing and running the various algorithms proposed.

List of lectures

  • Introduction to Computational Thinking [Chomsky]
    - What is a computer?
    - Comparing natural languages and programming languages
    - Abstraction: the main tool of Computational Thinking
  • Algorithms [Lovelace]
    - What is an algorithm?
    - First machines and programmers
    - How to develop an algorithm: flowcharts
    - Our first algorithm: input, process, decision, output
  • Computability [Turing]
    - The computational cost of an algorithm
    - The halting problem (or, can we compute everything?)
    - Assessing the output: test-driven development
  • Programming Languages [Hopper]
    - History of programming languages
    - Python
    - Writing our first algorithm in Python: variables, assignments, and conditional statements
  • Organising information: ordered structures [Knuth]
    - What is a data structure?
    - List
    - Stack
    - Queue
  • Brute-force algorithms [Holberton]
    - Iterations: for and while constructs
    - Linear search
    - Insertion sort
  • Organising information: unordered structures [Borges]
    - Can data structures be infinite?
    - Set
    - Dictionary
  • Recursion [Hofstadter]
    - An intuition: the Little Harmonic Labyrinth
    - Recursive approaches in Linguistics and Physics
    - Recursive algorithms
  • Divide and conquer algorithms [von Neumann]
    - Ordering billions of books
    - Merge sort
  • Dynamic programming algorithms [Fibonacci]
    - Golden ratio and rabbits: how do they relate to each other?
    - Keeping track of past solutions to sub-problems
    - Fibonacci sequence
  • Organising information: trees [Garcia Marquez]
    - Genealogy and document markup
    - Tree
  • Backtracking algorithms [AlphaGo]
    - Playing board games with trees
    - Peg solitaire
  • Organising information: graphs [Euler]
    - The city of Königsberg
    - Graph
  • Greedy algorithms [Evelyn Berezin]
    - Wordprocessors
    - Line wrap

Readings/Bibliography

Lecture notes will be made freely available to students in the GitHub repository of the course before the beginning of the course. Slides and any additional material will be made also available a few days before each lecture in the same repository. No additional books or papers are needed for passing the final exam successfully.

The following suggested readings could be helpful to students as background material, in order to practice basic terminologies of the course:

  • Papert, S. (1980). Introduction: Computer for Children. In "Mindstorms: children, computers, and powerful ideas", pp. 3-18. New York, USA: Basic Books, Inc. ISBN: 0-465-04627-4. Full text available at https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxha2hsYWdoZWF8Z3g6NzgyOWYxNWNjMjE5ZjVh
  • Wing, J. M. (2008). Computational thinking and thinking about computing. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 366 (1881): 3717. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2696102/
  • The lecture notes and slide of the past year course, available at https://github.com/comp-think/2018-2019/

Teaching methods

Face-to-face classes for 30 hours, plus face-to-face hands-on sessions in the laboratory for 16 hours.

Assessment methods

The exam consists of:

  1. two partial written examinations held during the lectures, for assessing the emergent methodological knowledge gained by the student during the course;
  2. the implementation of a project in the programming language learnt during the course;
  3. an oral colloquium on the project implemented, for assessing the programming language skills gained by the student;
  4. a final written examination held after the lectures, for assessing the overall competences and analytical skills acquired by the students on all the topics of the course.

Students are mandatorily asked to organise themself in groups of 3-4 people for implementing the project. The personal contribution of each member of a group will be assessed during the oral colloquium.

The final evaluation of the student is based on the scores gained for each of the aforementioned points. In particular:

  • excellent evaluation: reaching an in-depth view of all the course topics + active involvement in the development of the project following all the theoretical principles and practical guidelines provided to the student during the lectures;
  • sufficient evaluation: reaching a partial view of the course topics + providing a minor contribution to the development of the project;
  • insufficient evaluation: either not reaching even partial view on the course topics or not providing any contribution to the project.

Teaching tools

Classes are held in a classroom equipped with personal computers connected to the Intranet and Internet.

Theory lessons will always be accompanied by practical parts, which will be reinforced during several hands-on sessions. All the material of the course - including lecture notes and slides - will be made available in the GitHub repository of the course (https://github.com/comp-think/2019-2020/). A list will be set up so as to allow all the students of the course to communicate directly with each other and with the professor.

Links to further information

https://github.com/comp-think/2019-2020

Office hours

See the website of Silvio Peroni