Computer Programming II
Syllabus, Bachelor's level, 1TD722
- Code
- 1TD722
- Education cycle
- First cycle
- Main field(s) of study and in-depth level
- Computer Science G1F, Technology G1F
- Grading system
- Pass with distinction (5), Pass with credit (4), Pass (3), Fail (U)
- Finalised by
- The Faculty Board of Science and Technology, 17 February 2022
- Responsible department
- Department of Information Technology
Entry requirements
Computer Programming I
Learning outcomes
On completion of the course, the student should be able to:
- use the programming language Python, and tools for testing, debugging and version control, both writing codeand explaining what a given code does;
- explain the concepts polymorphism and duck typing in Python, and use these concepts in software development;
- implement recursive solutions to problems;
- describe the principle for analysing algorithm efficiency and perform analysis on basic algorithms;
- describe, implement and use the fundamental data structures lists, hash tables and trees and implement abstract data types such as stacks, queues, generators and dictionaries;
- describe the underlying principles for exception-based error handling and to be able to use it in programs;
- explain the limitations in Python and ways to integrate Python with other languages;
- implement programs with both sequential and parallel or event-driven flows, including simple parallel processing, and discuss the differences.
Content
Continued programming in Python: polymorphism, duck typing, exceptions. The concepts of stacks, queues, simple graphs such as lists and trees, hash tables, dictionaries in general with Python's Dictionary as a special case. Generators supported by the yield keyword.
Basic algorithms for storage, searching and sorting. Debugging, versioning and testing. Asymptotic time complexity analysis. Characteristics of Python as a language and programming environment compared to C++. Implementation and basic performance comparisons for identical algorithms in Python and C++.
Code represented as objects, including lambda expressions, and the use of such constructs for event-driven and parallel programming in Python.
Instruction
Lectures, problem classes/computer lab and compulsory assignments.
Assessment
Written examination (2 credits) and approved assignments (3 credits).
If there are special reasons for doing so, an examiner may make an exception from the method of assessment indicatedand allow a student to be assessed by another method. An example of special reasons might be a certificate regardingspecial pedagogical support from the disability coordinator of the university.